Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dof.h19 int of_usb_update_otg_caps(struct device_node *np,
37 static inline int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() function
/linux/drivers/usb/common/
H A Dcommon.c341 int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() function
386 EXPORT_SYMBOL_GPL(of_usb_update_otg_caps);
/linux/drivers/usb/dwc2/
H A Dparams.c603 of_usb_update_otg_caps(hsotg->dev->of_node, &p->otg_caps); in dwc2_get_device_properties()