Searched refs:priv_to_hcd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1760-hcd.h126 dev_dbg(priv_to_hcd(priv)->self.controller, fmt, ##args)
129 dev_info(priv_to_hcd(priv)->self.controller, fmt, ##args)
132 dev_err(priv_to_hcd(priv)->self.controller, fmt, ##args)
H A Disp1760-hcd.c50 static inline struct usb_hcd *priv_to_hcd(struct isp1760_hcd *priv) function
308 struct usb_hcd *hcd = priv_to_hcd(priv);
753 struct usb_hcd *hcd = priv_to_hcd(priv);
775 struct usb_hcd *hcd = priv_to_hcd(priv);
795 struct usb_hcd *hcd = priv_to_hcd(priv);
912 usb_hcd_unlink_urb_from_ep(priv_to_hcd(priv), urb);
914 usb_hcd_giveback_urb(priv_to_hcd(priv), urb, status);
1426 if (!HCD_HW_ACCESSIBLE(priv_to_hcd(priv))) {
1430 rc = usb_hcd_link_urb_to_ep(priv_to_hcd(priv), urb);
1442 usb_hcd_unlink_urb_from_ep(priv_to_hcd(pri
[all...]

Completed in 39 milliseconds