Home
last modified time | relevance | path

Searched refs:typec_find_port_data_role (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dtypec.h325 int typec_find_port_data_role(const char *name);
/openbmc/linux/drivers/usb/typec/
H A Dclass.c1956 int typec_find_port_data_role(const char *name) in typec_find_port_data_role() function
1961 EXPORT_SYMBOL_GPL(typec_find_port_data_role);
2079 ret = typec_find_port_data_role(cap_str); in typec_get_fw_cap()
H A Danx7411.c1170 ret = typec_find_port_data_role(buf); in anx7411_typec_port_probe()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c52 ret = typec_find_port_data_role(buf); in cros_typec_parse_port_props()