Searched refs:pwr_role (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/extcon/ |
H A 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()
|
/openbmc/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 | 49 enum typec_role pwr_role; member
|
H A D | class.c | 1509 return sprintf(buf, "%s\n", port->pwr_role == TYPEC_SOURCE ? in power_role_show() 1512 return sprintf(buf, "[%s]\n", typec_roles[port->pwr_role]); in power_role_show() 1827 if (port->pwr_role == role) in typec_set_pwr_role() 1830 port->pwr_role = role; in typec_set_pwr_role() 2229 port->pwr_role = TYPEC_SOURCE; in typec_register_port() 2233 port->pwr_role = TYPEC_SINK; in typec_register_port() 2238 port->pwr_role = cap->prefer_role; in typec_register_port() 2240 port->pwr_role = TYPEC_SINK; in typec_register_port()
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 312 enum typec_role pwr_role; member 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() 2057 port->pwr_role, in vdm_run_state_machine() 3421 port->pwr_role, in tcpm_pd_send_request() 3505 port->pwr_role, in tcpm_pd_send_pps_request() [all …]
|