Searched refs:typec_set_pwr_opmode (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/extcon/ |
H A D | extcon-usbc-tusb320.c | 364 typec_set_pwr_opmode(port, TYPEC_PWR_MODE_USB); in tusb320_typec_irq_handler() 366 typec_set_pwr_opmode(port, TYPEC_PWR_MODE_1_5A); in tusb320_typec_irq_handler() 368 typec_set_pwr_opmode(port, TYPEC_PWR_MODE_3_0A); in tusb320_typec_irq_handler() 370 typec_set_pwr_opmode(port, TYPEC_PWR_MODE_USB); in tusb320_typec_irq_handler()
|
/openbmc/linux/drivers/usb/typec/ |
H A D | stusb160x.c | 371 typec_set_pwr_opmode(chip->port, stusb160x_get_pwr_opmode(chip)); in stusb160x_attach() 392 typec_set_pwr_opmode(chip->port, TYPEC_PWR_MODE_USB); in stusb160x_detach() 748 typec_set_pwr_opmode(chip->port, chip->pwr_opmode); in stusb160x_probe()
|
H A D | rt1719.c | 271 typec_set_pwr_opmode(data->port, pwr_opmode); in rt1719_attach() 297 typec_set_pwr_opmode(data->port, TYPEC_PWR_MODE_USB); in rt1719_detach() 373 typec_set_pwr_opmode(data->port, TYPEC_PWR_MODE_PD); in rt1719_update_pwr_opmode()
|
H A D | wusb3801.c | 290 typec_set_pwr_opmode(wusb3801->port, in wusb3801_hw_update()
|
H A D | anx7411.c | 366 typec_set_pwr_opmode(ctx->typec.port, mode - 1); in anx7411_detect_power_mode() 370 typec_set_pwr_opmode(ctx->typec.port, TYPEC_PWR_MODE_PD); in anx7411_detect_power_mode()
|
H A D | class.c | 1865 void typec_set_pwr_opmode(struct typec_port *port, in typec_set_pwr_opmode() function 1890 EXPORT_SYMBOL_GPL(typec_set_pwr_opmode);
|
/openbmc/linux/include/linux/usb/ |
H A D | typec.h | 309 void typec_set_pwr_opmode(struct typec_port *port, enum typec_pwr_opmode mode);
|
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi.c | 736 typec_set_pwr_opmode(con->port, TYPEC_PWR_MODE_PD); in ucsi_pwr_opmode_change() 743 typec_set_pwr_opmode(con->port, TYPEC_PWR_MODE_1_5A); in ucsi_pwr_opmode_change() 747 typec_set_pwr_opmode(con->port, TYPEC_PWR_MODE_3_0A); in ucsi_pwr_opmode_change() 751 typec_set_pwr_opmode(con->port, TYPEC_PWR_MODE_USB); in ucsi_pwr_opmode_change()
|
/openbmc/linux/drivers/usb/typec/tipd/ |
H A D | core.c | 249 typec_set_pwr_opmode(tps->port, mode); in tps6598x_connect() 276 typec_set_pwr_opmode(tps->port, TYPEC_PWR_MODE_USB); in tps6598x_disconnect()
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | typec.rst | 140 :functions: typec_set_data_role typec_set_pwr_role typec_set_vconn_role typec_set_pwr_opmode
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_typec.c | 1015 typec_set_pwr_opmode(typec->ports[port_num]->port, TYPEC_PWR_MODE_PD); in cros_typec_handle_status()
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 4032 typec_set_pwr_opmode(port->typec_port, opmode); in run_state_machine() 4119 typec_set_pwr_opmode(port->typec_port, TYPEC_PWR_MODE_PD); in run_state_machine() 4274 typec_set_pwr_opmode(port->typec_port, opmode); in run_state_machine() 4415 typec_set_pwr_opmode(port->typec_port, in run_state_machine()
|