Searched refs:TYPEC_DEVICE (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/extcon/ |
D | extcon-usbc-tusb320.c | 315 data_role = TYPEC_DEVICE; in tusb320_typec_irq_handler() 327 data_role = TYPEC_DEVICE; in tusb320_typec_irq_handler() 341 data_role = TYPEC_DEVICE; in tusb320_typec_irq_handler() 353 data_role = TYPEC_DEVICE; in tusb320_typec_irq_handler()
|
D | extcon-rtk-type-c.c | 354 typec_set_data_role(type_c->port, TYPEC_DEVICE); in switch_type_c_dr_mode() 712 else if (role == TYPEC_DEVICE) in type_c_port_dr_set()
|
/linux-6.12.1/include/linux/usb/ |
D | typec.h | 50 TYPEC_DEVICE, enumerator
|
/linux-6.12.1/drivers/usb/typec/ |
D | hd3ss3220.c | 120 typec_set_data_role(hd3ss3220->port, TYPEC_DEVICE); in hd3ss3220_set_role()
|
D | wusb3801.c | 284 data_role = pwr_role == TYPEC_SOURCE ? TYPEC_HOST : TYPEC_DEVICE; in wusb3801_hw_update()
|
D | rt1719.c | 188 return TYPEC_DEVICE; in rt1719_get_data_role() 292 rt1719_set_data_role(data, TYPEC_DEVICE, false); in rt1719_detach()
|
D | class.c | 1409 [TYPEC_DEVICE] = "device", 2416 port->data_role = TYPEC_DEVICE; in typec_register_port() 2422 port->data_role = TYPEC_DEVICE; in typec_register_port()
|
D | anx7411.c | 492 ctx->typec.data_role = (ret & DATA_ROLE) ? TYPEC_HOST : TYPEC_DEVICE; in anx7411_data_role_detect() 967 ret = (int_status & DATA_ROLE) ? TYPEC_HOST : TYPEC_DEVICE; in anx7411_work_func()
|
/linux-6.12.1/drivers/usb/typec/ucsi/ |
D | ucsi.c | 1094 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_partner_change() 1432 role == TYPEC_DEVICE) || in ucsi_dr_swap() 1642 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_register_port()
|
/linux-6.12.1/drivers/usb/typec/tcpm/ |
D | tcpm.c | 615 TYPEC_DEVICE : TYPEC_HOST) 619 TYPEC_HOST : TYPEC_DEVICE) 1153 if (data == TYPEC_DEVICE) { in tcpm_set_roles() 1964 if ((port->data_role == TYPEC_DEVICE || svdm_version >= SVDM_VER_2_0) && in tcpm_pd_svdm() 5382 if (port->data_role == TYPEC_DEVICE || port->negotiated_rev > PD_REV20) { in run_state_machine() 5391 if (port->data_role == TYPEC_DEVICE || port->negotiated_rev > PD_REV20) { in run_state_machine() 5408 TYPEC_DEVICE); in run_state_machine() 6422 if (port->data_role == TYPEC_DEVICE && port->negotiated_rev < PD_REV30) { in tcpm_send_discover_work() 6861 port->data_role == TYPEC_DEVICE)) in tcpm_port_type_set()
|
D | fusb302.c | 879 [TYPEC_DEVICE] = "Device",
|
/linux-6.12.1/Documentation/driver-api/usb/ |
D | typec.rst | 73 TYPEC_DEVICE, and with Try.SRC the value must be TYPEC_HOST.
|
/linux-6.12.1/drivers/usb/typec/tipd/ |
D | core.c | 404 const char *cmd = (role == TYPEC_DEVICE) ? "SWUF" : "SWDF"; in tps6598x_dr_set()
|
/linux-6.12.1/drivers/platform/chrome/ |
D | cros_ec_typec.c | 728 TYPEC_HOST : TYPEC_DEVICE); in cros_typec_set_port_params_v1()
|