Home
last modified time | relevance | path

Searched refs:TYPEC_PORT_DRP (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/usb/typec/
Dclass.c411 case TYPEC_PORT_DRP: in supported_roles_show()
1325 [TYPEC_PORT_DRP] = "dual",
1337 [TYPEC_PORT_DRP] = "[dual] source sink",
1348 if (port->cap->type != TYPEC_PORT_DRP) { in preferred_role_store()
1380 if (port->cap->type != TYPEC_PORT_DRP) in preferred_role_show()
1457 if (port->port_type != TYPEC_PORT_DRP) { in power_role_store()
1479 if (port->cap->type == TYPEC_PORT_DRP) in power_role_show()
1495 if (port->cap->type != TYPEC_PORT_DRP || in port_type_store()
1531 if (port->cap->type == TYPEC_PORT_DRP) in port_type_show()
1685 if (port->cap->type != TYPEC_PORT_DRP || in typec_attr_is_visible()
[all …]
Dwusb3801.c106 case TYPEC_PORT_DRP: in wusb3801_get_default_role()
121 case TYPEC_PORT_DRP: in wusb3801_map_port_type()
Dhd3ss3220.c196 typec_cap.type = TYPEC_PORT_DRP; in hd3ss3220_probe()
Dstusb160x.c558 if (chip->port_type == TYPEC_PORT_DRP) in stusb160x_get_fw_caps()
613 *type = TYPEC_PORT_DRP; in stusb160x_get_caps()
/linux-6.1.9/drivers/usb/typec/tipd/
Dcore.c795 typec_cap.type = TYPEC_PORT_DRP; in tps6598x_probe()
799 typec_cap.type = TYPEC_PORT_DRP; in tps6598x_probe()
803 typec_cap.type = TYPEC_PORT_DRP; in tps6598x_probe()
/linux-6.1.9/include/linux/usb/
Dtypec.h30 TYPEC_PORT_DRP, enumerator
/linux-6.1.9/drivers/usb/typec/tcpm/
Dtcpm.c537 (port)->port_type == TYPEC_PORT_DRP)
541 (port)->port_type == TYPEC_PORT_DRP)
560 if (port->port_type == TYPEC_PORT_DRP) { in tcpm_default_state()
2817 if (port->port_type != TYPEC_PORT_DRP) { in tcpm_pd_ctrl_request()
3851 if (port->port_type == TYPEC_PORT_DRP) { in unattached_state()
3921 if (port->port_type == TYPEC_PORT_DRP) in run_state_machine()
4158 if (port->port_type == TYPEC_PORT_DRP) in run_state_machine()
4269 port->port_type == TYPEC_PORT_DRP ? in run_state_machine()
5486 if (!port->connected || port->port_type != TYPEC_PORT_DRP || in tcpm_enable_frs_work()
5617 if (port->port_type != TYPEC_PORT_DRP) { in tcpm_pr_set()
[all …]
Dwcove.c427 if (port_type != TYPEC_PORT_DRP) in wcove_start_toggling()
Dtcpci.c177 if (port_type != TYPEC_PORT_DRP) in tcpci_start_toggling()
Dfusb302.c930 case TYPEC_PORT_DRP: in tcpm_start_toggling()
/linux-6.1.9/drivers/extcon/
Dextcon-usbc-tusb320.c238 else if (type == TYPEC_PORT_DRP) in tusb320_port_type_set()
/linux-6.1.9/drivers/usb/typec/ucsi/
Ducsi.c1093 cap->type = TYPEC_PORT_DRP; in ucsi_register_port()