Searched refs:TYPEC_DEVICE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/usb/typec/ucsi/ |
D | ucsi.c | 341 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_connector_change() 360 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_connector_change() 513 role == TYPEC_DEVICE) || in ucsi_dr_swap() 655 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_register_port()
|
/Linux-v4.19/include/linux/usb/ |
D | typec.h | 42 TYPEC_DEVICE, enumerator
|
/Linux-v4.19/drivers/usb/typec/ |
D | class.c | 917 [TYPEC_DEVICE] = "device", 1577 port->data_role = TYPEC_DEVICE; in typec_register_port() 1583 port->data_role = TYPEC_DEVICE; in typec_register_port()
|
D | tps6598x.c | 284 const char *cmd = (role == TYPEC_DEVICE) ? "SWUF" : "SWDF"; in tps6598x_dr_set()
|
D | tcpm.c | 1077 if (port->data_role == TYPEC_DEVICE && in tcpm_pd_svdm() 2732 ret = tcpm_set_roles(port, true, TYPEC_SINK, TYPEC_DEVICE); in tcpm_snk_attach() 3273 tcpm_set_roles(port, false, TYPEC_SINK, TYPEC_DEVICE); in run_state_machine() 3345 TYPEC_DEVICE); in run_state_machine() 4290 port->data_role == TYPEC_DEVICE)) in tcpm_port_type_set()
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | typec.rst | 72 TYPEC_DEVICE, and with Try.SRC the value must be TYPEC_HOST.
|
/Linux-v4.19/drivers/usb/typec/fusb302/ |
D | fusb302.c | 956 [TYPEC_DEVICE] = "Device",
|