Searched refs:TYPEC_DEVICE (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/ |
| H A D | ucsi.c | 632 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_partner_change() 803 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_handle_connector_change() 955 role == TYPEC_DEVICE) || in ucsi_dr_swap() 1150 typec_set_data_role(con->port, TYPEC_DEVICE); in ucsi_register_port()
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | typec.h | 46 TYPEC_DEVICE, enumerator
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | typec.h | 47 TYPEC_DEVICE, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ |
| H A D | hd3ss3220.c | 116 typec_set_data_role(hd3ss3220->port, TYPEC_DEVICE); in hd3ss3220_set_role()
|
| H A D | class.c | 1243 [TYPEC_DEVICE] = "device", 2091 port->data_role = TYPEC_DEVICE; in typec_register_port() 2097 port->data_role = TYPEC_DEVICE; in typec_register_port()
|
| H A D | tps6598x.c | 329 const char *cmd = (role == TYPEC_DEVICE) ? "SWUF" : "SWDF"; in tps6598x_dr_set()
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | tcpm.c | 505 TYPEC_DEVICE : TYPEC_HOST) 509 TYPEC_HOST : TYPEC_DEVICE) 2127 ret = tcpm_set_roles(port, true, TYPEC_SINK, TYPEC_DEVICE); in tcpm_snk_attach() 2545 TYPEC_DEVICE); in run_state_machine() 2616 if (port->data_role == TYPEC_DEVICE && port->send_discover) in run_state_machine() 2629 TYPEC_DEVICE); in run_state_machine()
|
| H A D | fusb302.c | 710 [TYPEC_DEVICE] = "Device",
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 541 TYPEC_DEVICE : TYPEC_HOST) 545 TYPEC_HOST : TYPEC_DEVICE) 1073 if (data == TYPEC_DEVICE) { in tcpm_set_roles() 1643 if ((port->data_role == TYPEC_DEVICE || svdm_version >= SVDM_VER_2_0) && in tcpm_pd_svdm() 1768 port->data_role == TYPEC_DEVICE && in tcpm_pd_svdm() 4632 if (port->data_role == TYPEC_DEVICE || port->negotiated_rev > PD_REV20) in run_state_machine() 4639 if (port->data_role == TYPEC_DEVICE || port->negotiated_rev > PD_REV20) in run_state_machine() 4653 TYPEC_DEVICE); in run_state_machine() 5597 if (port->data_role == TYPEC_DEVICE && port->negotiated_rev < PD_REV30) { in tcpm_send_discover_work() 6040 port->data_role == TYPEC_DEVICE)) in tcpm_port_type_set()
|
| H A D | fusb302.c | 887 [TYPEC_DEVICE] = "Device",
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_typec.c | 365 TYPEC_HOST : TYPEC_DEVICE); in cros_typec_set_port_params_v1()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | typec.rst | 73 TYPEC_DEVICE, and with Try.SRC the value must be TYPEC_HOST.
|