Home
last modified time | relevance | path

Searched refs:typec_get_fw_cap (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dtypec.h318 int typec_get_fw_cap(struct typec_capability *cap,
/openbmc/linux/drivers/usb/typec/
H A Dwusb3801.c350 ret = typec_get_fw_cap(&wusb3801->cap, connector); in wusb3801_probe()
H A Dclass.c2059 int typec_get_fw_cap(struct typec_capability *cap, in typec_get_fw_cap() function
2100 EXPORT_SYMBOL_GPL(typec_get_fw_cap);
/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c449 ret = typec_get_fw_cap(&priv->cap, connector); in tusb320_typec_probe()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c6169 ret = typec_get_fw_cap(&port->typec_caps, fwnode); in tcpm_fw_get_caps()