Searched refs:pwr_role (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/extcon/ |
| D | extcon-usbc-tusb320.c | 284 enum typec_role pwr_role; in tusb320_typec_irq_handler() local 307 pwr_role = TYPEC_SOURCE; in tusb320_typec_irq_handler() 313 pwr_role = TYPEC_SINK; in tusb320_typec_irq_handler() 325 pwr_role = TYPEC_SINK; in tusb320_typec_irq_handler() 331 pwr_role = TYPEC_SOURCE; in tusb320_typec_irq_handler() 338 pwr_role = TYPEC_SINK; in tusb320_typec_irq_handler() 351 pwr_role = TYPEC_SINK; in tusb320_typec_irq_handler() 356 typec_set_vconn_role(port, pwr_role); in tusb320_typec_irq_handler() 357 typec_set_pwr_role(port, pwr_role); in tusb320_typec_irq_handler()
|
| /Linux-v6.6/drivers/usb/typec/ |
| D | wusb3801.c | 253 enum typec_role pwr_role = wusb3801_get_default_role(wusb3801); in wusb3801_hw_update() local 259 pwr_role = TYPEC_SOURCE; in wusb3801_hw_update() 262 pwr_role = TYPEC_SINK; in wusb3801_hw_update() 284 data_role = pwr_role == TYPEC_SOURCE ? TYPEC_HOST : TYPEC_DEVICE; in wusb3801_hw_update() 286 typec_set_pwr_role(port, pwr_role); in wusb3801_hw_update() 287 typec_set_vconn_role(port, pwr_role); in wusb3801_hw_update()
|
| D | class.h | 49 enum typec_role pwr_role; member
|
| D | class.c | 1498 return sprintf(buf, "%s\n", port->pwr_role == TYPEC_SOURCE ? in power_role_show() 1501 return sprintf(buf, "[%s]\n", typec_roles[port->pwr_role]); in power_role_show() 1816 if (port->pwr_role == role) in typec_set_pwr_role() 1819 port->pwr_role = role; in typec_set_pwr_role() 2217 port->pwr_role = TYPEC_SOURCE; in typec_register_port() 2221 port->pwr_role = TYPEC_SINK; in typec_register_port() 2226 port->pwr_role = cap->prefer_role; in typec_register_port() 2228 port->pwr_role = TYPEC_SINK; in typec_register_port()
|
| /Linux-v6.6/drivers/usb/typec/tcpm/ |
| D | tcpm.c | 312 enum typec_role pwr_role; member 869 if (port->pd_capable && port->pwr_role == TYPEC_SOURCE) { in tcpm_ams_finish() 874 } else if (port->pwr_role == TYPEC_SOURCE) { in tcpm_ams_finish() 1040 return port->tcpc->set_roles(port->tcpc, attached, port->pwr_role, in tcpm_set_attached_state() 1089 port->pwr_role = role; in tcpm_set_roles() 1106 port->pwr_role = role; in tcpm_set_pwr_role() 1155 port->pwr_role, in tcpm_pd_send_source_caps() 1161 port->pwr_role, in tcpm_pd_send_source_caps() 1192 port->pwr_role, in tcpm_pd_send_sink_caps() 1198 port->pwr_role, in tcpm_pd_send_sink_caps() [all …]
|