Searched refs:pwr_role (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/extcon/ |
| H A D | extcon-usbc-tusb320.c | 285 enum typec_role pwr_role; in tusb320_typec_irq_handler() local 308 pwr_role = TYPEC_SOURCE; in tusb320_typec_irq_handler() 314 pwr_role = TYPEC_SINK; in tusb320_typec_irq_handler() 326 pwr_role = TYPEC_SINK; in tusb320_typec_irq_handler() 332 pwr_role = TYPEC_SOURCE; in tusb320_typec_irq_handler() 339 pwr_role = TYPEC_SINK; in tusb320_typec_irq_handler() 352 pwr_role = TYPEC_SINK; in tusb320_typec_irq_handler() 357 typec_set_vconn_role(port, pwr_role); in tusb320_typec_irq_handler() 358 typec_set_pwr_role(port, pwr_role); in tusb320_typec_irq_handler()
|
| /linux/drivers/usb/typec/ |
| H A 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()
|
| H A D | class.h | 56 enum typec_role pwr_role; member
|
| H A D | class.c | 1757 return sprintf(buf, "%s\n", port->pwr_role == TYPEC_SOURCE ? in power_role_show() 1760 return sprintf(buf, "[%s]\n", typec_roles[port->pwr_role]); in power_role_show() 2145 if (port->pwr_role == role) in typec_set_pwr_role() 2148 port->pwr_role = role; in typec_set_pwr_role() 2613 port->pwr_role = TYPEC_SOURCE; in typec_register_port() 2617 port->pwr_role = TYPEC_SINK; in typec_register_port() 2622 port->pwr_role = cap->prefer_role; in typec_register_port() 2624 port->pwr_role = TYPEC_SINK; in typec_register_port()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 353 enum typec_role pwr_role; member 986 if (port->pd_capable && port->pwr_role == TYPEC_SOURCE) { in tcpm_ams_finish() 991 } else if (port->pwr_role == TYPEC_SOURCE) { in tcpm_ams_finish() 1178 return port->tcpc->set_roles(port->tcpc, attached, port->pwr_role, in tcpm_set_attached_state() 1233 port->pwr_role = role; in tcpm_set_roles() 1250 port->pwr_role = role; in tcpm_set_pwr_role() 1288 port->pwr_role, in tcpm_pd_send_revision() 1317 port->pwr_role, in tcpm_pd_send_source_caps() 1323 port->pwr_role, in tcpm_pd_send_source_caps() 1354 port->pwr_role, in tcpm_pd_send_sink_caps() [all …]
|