• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/

Lines Matching defs:hcd

22 #include <linux/usb/hcd.h>
489 drv = clear->hcd->driver;
491 (drv->clear_tt_buffer_complete)(clear->hcd, clear->ep);
539 clear->hcd = bus_to_hcd(udev->bus);
671 struct usb_hcd *hcd;
716 hcd = bus_to_hcd(hdev->bus);
717 if (hcd->driver->update_hub_device) {
718 ret = hcd->driver->update_hub_device(hcd, hdev,
921 struct usb_hcd *hcd;
1123 hcd = bus_to_hcd(hdev->bus);
1124 if (hcd->driver->update_hub_device) {
1125 ret = hcd->driver->update_hub_device(hcd, hdev,
1153 * maxpktsize is defined in hcd.c's fake endpoint descriptors
1545 struct usb_hcd *hcd = bus_to_hcd(udev->bus);
1548 if (hcd->driver->free_dev && udev->parent)
1549 hcd->driver->free_dev(hcd, udev);
1593 /* deallocate hcd/hardware state ... nuking all pending urbs and
1921 struct usb_hcd *hcd;
1924 hcd = container_of(hub->hdev->bus, struct usb_hcd, self);
1925 return hcd->wireless;
1998 struct usb_hcd *hcd;
2000 hcd = bus_to_hcd(udev->bus);
2028 if (hcd->driver->reset_device) {
2029 status = hcd->driver->reset_device(hcd, udev);
2569 struct usb_hcd *hcd = bus_to_hcd(udev->bus);
2575 if (!hcd->driver->address_device && devnum <= 1)
2581 if (hcd->driver->address_device) {
2582 retval = hcd->driver->address_device(hcd, udev);
2614 struct usb_hcd *hcd = bus_to_hcd(hdev->bus);
2734 if (USE_NEW_SCHEME(retry_counter) && !(hcd->driver->flags & HCD_USB3)) {
2826 if (USE_NEW_SCHEME(retry_counter) && !(hcd->driver->flags & HCD_USB3))
2876 if (hcd->driver->update_device)
2877 hcd->driver->update_device(hcd, udev);
2964 struct usb_hcd *hcd = bus_to_hcd(hdev->bus);
3074 if (!(hcd->driver->flags & HCD_USB3))
3086 if (!(hcd->driver->flags & HCD_USB3)) {
3188 !hcd->driver->port_handed_over ||
3189 !(hcd->driver->port_handed_over)(hcd, port1))
3195 if (hcd->driver->relinquish_port && !hub->hdev->parent)
3196 hcd->driver->relinquish_port(hcd, port1);
3601 struct usb_hcd *hcd = bus_to_hcd(udev->bus);
3614 /* this requires hcd-specific logic; see OHCI hc_restart() */
3646 mutex_lock(&hcd->bandwidth_mutex);
3652 mutex_unlock(&hcd->bandwidth_mutex);
3663 mutex_unlock(&hcd->bandwidth_mutex);
3666 mutex_unlock(&hcd->bandwidth_mutex);