Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/usb/common/
H A Dcommon.c355 int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() function
400 EXPORT_SYMBOL_GPL(of_usb_update_otg_caps);
/linux-6.15/drivers/usb/dwc2/
H A Dparams.c603 of_usb_update_otg_caps(hsotg->dev->of_node, &p->otg_caps); in dwc2_get_device_properties()
/linux-6.15/drivers/usb/chipidea/
H A Dcore.c719 ret = of_usb_update_otg_caps(dev->of_node, in ci_get_platdata()