Symbol: typec_set_data_role
drivers/extcon/extcon-rtk-type-c.c
350
typec_set_data_role(type_c->port, TYPEC_HOST);
drivers/extcon/extcon-rtk-type-c.c
354
typec_set_data_role(type_c->port, TYPEC_DEVICE);
drivers/extcon/extcon-usbc-tusb320.c
359
typec_set_data_role(port, data_role);
drivers/gpu/drm/bridge/analogix/anx7625.c
1592
typec_set_data_role(ctx->typec_port, data_role);
drivers/platform/chrome/cros_ec_typec.c
114
typec_set_data_role(tc_port, target_role);
drivers/platform/chrome/cros_ec_typec.c
858
typec_set_data_role(port, resp->role & PD_CTRL_RESP_ROLE_DATA ?
drivers/usb/typec/anx7411.c
497
typec_set_data_role(ctx->typec.port, ctx->typec.data_role);
drivers/usb/typec/class.c
2216
EXPORT_SYMBOL_GPL(typec_set_data_role);
drivers/usb/typec/hd3ss3220.c
232
typec_set_data_role(hd3ss3220->port, TYPEC_HOST);
drivers/usb/typec/hd3ss3220.c
235
typec_set_data_role(hd3ss3220->port, TYPEC_DEVICE);
drivers/usb/typec/rt1719.c
205
typec_set_data_role(data->port, data_role);
drivers/usb/typec/stusb160x.c
341
typec_set_data_role(chip->port, data_role);
drivers/usb/typec/tcpm/tcpm.c
1338
typec_set_data_role(port->typec_port, data);
drivers/usb/typec/tipd/core.c
339
typec_set_data_role(tps->port, role);
drivers/usb/typec/tipd/core.c
804
typec_set_data_role(tps->port, TPS_STATUS_TO_TYPEC_DATAROLE(st.status));
drivers/usb/typec/ucsi/ucsi.c
1339
typec_set_data_role(con->port, TYPEC_HOST);
drivers/usb/typec/ucsi/ucsi.c
1343
typec_set_data_role(con->port, TYPEC_DEVICE);
drivers/usb/typec/ucsi/ucsi.c
1930
typec_set_data_role(con->port, TYPEC_HOST);
drivers/usb/typec/ucsi/ucsi.c
1934
typec_set_data_role(con->port, TYPEC_DEVICE);
drivers/usb/typec/wusb3801.c
285
typec_set_data_role(port, data_role);
include/linux/usb/typec.h
345
void typec_set_data_role(struct typec_port *port, enum typec_data_role role);