Searched refs:TYPEC_DEVICE (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/usb/ |
| D | typec.h | 42 TYPEC_DEVICE, enumerator
|
| /Linux-v5.4/drivers/usb/typec/ucsi/ |
| D | ucsi.c | 504 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_partner_change() 561 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_connector_change() 731 role == TYPEC_DEVICE) || in ucsi_dr_swap() 876 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_register_port()
|
| /Linux-v5.4/drivers/usb/typec/ |
| D | class.c | 923 [TYPEC_DEVICE] = "device", 1568 port->data_role = TYPEC_DEVICE; in typec_register_port() 1574 port->data_role = TYPEC_DEVICE; in typec_register_port()
|
| D | tps6598x.c | 314 const char *cmd = (role == TYPEC_DEVICE) ? "SWUF" : "SWDF"; in tps6598x_dr_set()
|
| /Linux-v5.4/drivers/usb/typec/tcpm/ |
| D | tcpm.c | 1088 if (port->data_role == TYPEC_DEVICE && in tcpm_pd_svdm() 2752 ret = tcpm_set_roles(port, true, TYPEC_SINK, TYPEC_DEVICE); in tcpm_snk_attach() 3320 TYPEC_DEVICE); in run_state_machine() 3398 TYPEC_DEVICE); in run_state_machine() 4349 port->data_role == TYPEC_DEVICE)) in tcpm_port_type_set()
|
| D | fusb302.c | 877 [TYPEC_DEVICE] = "Device",
|
| /Linux-v5.4/Documentation/driver-api/usb/ |
| D | typec.rst | 73 TYPEC_DEVICE, and with Try.SRC the value must be TYPEC_HOST.
|