Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dof.h16 int of_usb_update_otg_caps(struct device_node *np,
23 static inline int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() function
/linux-4.4.14/drivers/usb/common/
Dcommon.c151 int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() function
196 EXPORT_SYMBOL_GPL(of_usb_update_otg_caps);
/linux-4.4.14/drivers/usb/chipidea/
Dcore.c682 ret = of_usb_update_otg_caps(dev->of_node, in ci_get_platdata()