Home
last modified time | relevance | path

Searched refs:typec_find_pwr_opmode (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dtypec.h321 int typec_find_pwr_opmode(const char *name);
/openbmc/linux/drivers/usb/typec/
H A Dwusb3801.c359 ret = typec_find_pwr_opmode(cap_str); in wusb3801_probe()
H A Dstusb160x.c567 ret = typec_find_pwr_opmode(cap_str); in stusb160x_get_fw_caps()
H A Dclass.c1900 int typec_find_pwr_opmode(const char *name) in typec_find_pwr_opmode() function
1905 EXPORT_SYMBOL_GPL(typec_find_pwr_opmode);
/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c460 ret = typec_find_pwr_opmode(cap_str); in tusb320_typec_probe()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c6201 ret = typec_find_pwr_opmode(opmode_str); in tcpm_fw_get_caps()