Home
last modified time | relevance | path

Searched refs:hcd_to_bus (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dehci.h543 return usb_new_device (hcd_to_bus (hcd)->root_hub); in hcd_register_root()
549 static inline struct usb_bus *hcd_to_bus (struct usb_hcd *hcd) in hcd_to_bus() function
555 hcd_to_bus (hcd)->root_hub, &hcd->pdev->dev); in hcd_register_root()
Dehci-sched.c272 hcd_to_bus (&ehci->hcd)->bandwidth_allocated -= in intr_deschedule()
433 hcd_to_bus (&ehci->hcd)->bandwidth_allocated += in qh_schedule()
483 hcd_to_bus (&ehci->hcd)->bandwidth_int_reqs++; in intr_submit()
1000 hcd_to_bus (&ehci->hcd)->bandwidth_allocated in itd_link_urb()
1010 hcd_to_bus (&ehci->hcd)->bandwidth_isoc_reqs++; in itd_link_urb()
1130 hcd_to_bus (&ehci->hcd)->bandwidth_isoc_reqs--; in itd_complete()
1133 hcd_to_bus (&ehci->hcd)->bandwidth_allocated in itd_complete()
Dehci-hcd.c473 bus = hcd_to_bus (hcd); in ehci_start()
929 hcd_to_bus (hcd)->bus_name, in ehci_free_config()
Dehci-q.c211 hcd_to_bus (&ehci->hcd)->bandwidth_int_reqs--; in ehci_urb_done()
/linux-2.4.37.9/drivers/usb/
Dhcd.h280 static inline struct usb_bus *hcd_to_bus (struct usb_hcd *hcd) in hcd_to_bus() function