• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/

Lines Matching refs:usb_hcd

78  *		associated cleanup.  "usb_hcd" still != "usb_bus".
298 struct usb_hcd *hcd,
344 static int rh_call_control (struct usb_hcd *hcd, struct urb *urb)
541 void usb_hcd_poll_rh_status(struct usb_hcd *hcd)
595 usb_hcd_poll_rh_status((struct usb_hcd *) _hcd);
600 static int rh_queue_status (struct usb_hcd *hcd, struct urb *urb)
629 static int rh_urb_enqueue (struct usb_hcd *hcd, struct urb *urb)
643 static int usb_rh_urb_dequeue (struct usb_hcd *hcd, struct urb *urb)
792 static int register_root_hub(struct usb_hcd *hcd)
839 struct usb_hcd *hcd;
841 hcd = container_of (bus, struct usb_hcd, self);
923 struct usb_hcd *hcd = bus_to_hcd(urb->dev->bus);
1030 struct usb_hcd *hcd = bus_to_hcd(udev->bus);
1045 unlink1 (struct usb_hcd *hcd, struct urb *urb)
1074 struct usb_hcd *hcd = NULL;
1172 struct usb_hcd *hcd;
1258 struct usb_hcd *hcd;
1261 hcd = container_of (bus, struct usb_hcd, self);
1276 struct usb_hcd *hcd;
1279 hcd = container_of (bus, struct usb_hcd, self);
1299 struct usb_hcd *hcd = container_of(work, struct usb_hcd, wakeup_work);
1317 void usb_hcd_resume_root_hub (struct usb_hcd *hcd)
1347 struct usb_hcd *hcd;
1354 hcd = container_of (bus, struct usb_hcd, self);
1383 void usb_hcd_giveback_urb (struct usb_hcd *hcd, struct urb *urb)
1431 struct usb_hcd *hcd = __hcd;
1457 void usb_hc_died (struct usb_hcd *hcd)
1485 * Allocate a struct usb_hcd, with extra space at the end for the
1491 struct usb_hcd *usb_create_hcd (const struct hc_driver *driver,
1494 struct usb_hcd *hcd;
1526 struct usb_hcd *hcd = container_of (kref, struct usb_hcd, kref);
1531 struct usb_hcd *usb_get_hcd (struct usb_hcd *hcd)
1539 void usb_put_hcd (struct usb_hcd *hcd)
1548 * @hcd: the usb_hcd structure to initialize
1556 int usb_add_hcd(struct usb_hcd *hcd,
1663 * @hcd: the usb_hcd structure to remove
1669 void usb_remove_hcd(struct usb_hcd *hcd)
1705 struct usb_hcd *hcd = platform_get_drvdata(dev);