Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec.h361 int typec_find_pwr_opmode(const char *name);
/linux/drivers/usb/typec/
H A Dwusb3801.c359 ret = typec_find_pwr_opmode(cap_str); in wusb3801_probe()
H A Dhd3ss3220.c296 power_opmode = typec_find_pwr_opmode(cap_str); in hd3ss3220_configure_power_opmode()
H A Dstusb160x.c567 ret = typec_find_pwr_opmode(cap_str); in stusb160x_get_fw_caps()
H A Dclass.c2314 int typec_find_pwr_opmode(const char *name) in typec_find_pwr_opmode() function
2319 EXPORT_SYMBOL_GPL(typec_find_pwr_opmode);
/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c461 ret = typec_find_pwr_opmode(cap_str); in tusb320_typec_probe()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c7337 ret = typec_find_pwr_opmode(opmode_str); in tcpm_fw_get_caps()