Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dof.h18 int of_usb_update_otg_caps(struct device_node *np,
35 static inline int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() function
/openbmc/linux/drivers/usb/common/
H A Dcommon.c343 int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() function
388 EXPORT_SYMBOL_GPL(of_usb_update_otg_caps);
/openbmc/linux/drivers/usb/dwc2/
H A Dparams.c559 of_usb_update_otg_caps(hsotg->dev->of_node, &p->otg_caps); in dwc2_get_device_properties()
/openbmc/linux/drivers/usb/chipidea/
H A Dcore.c719 ret = of_usb_update_otg_caps(dev->of_node, in ci_get_platdata()