Searched defs:jz4740_ohci (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/host/
H A Dohci-jz4740.c32 static inline struct usb_hcd *jz4740_hcd_to_hcd(struct jz4740_ohci_hcd *jz4740_ohci) argument
34 return container_of((void *)jz4740_ohci, struct usb_hcd, hcd_priv);
58 static int ohci_jz4740_set_vbus_power(struct jz4740_ohci_hcd *jz4740_ohci, argument
63 if (!jz4740_ohci->vbus)
66 if (enabled && !jz4740_ohci->vbus_enabled) {
67 ret = regulator_enable(jz4740_ohci->vbus);
69 dev_err(jz4740_hcd_to_hcd(jz4740_ohci)->self.controller,
71 } else if (!enabled && jz4740_ohci->vbus_enabled) {
72 ret = regulator_disable(jz4740_ohci->vbus);
76 jz4740_ohci
84 struct jz4740_ohci_hcd *jz4740_ohci = hcd_to_jz4740_hcd(hcd); local
152 struct jz4740_ohci_hcd *jz4740_ohci; local
230 struct jz4740_ohci_hcd *jz4740_ohci = hcd_to_jz4740_hcd(hcd); local
[all...]

Completed in 64 milliseconds