Searched refs:uhci_to_hcd (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | uhci-hcd.c | 142 uhci_to_hcd(uhci)->state = HC_STATE_HALT; in finish_reset() 143 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in finish_reset() 192 uhci_to_hcd(uhci)->state = HC_STATE_SUSPENDED; in configure_hc() 269 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; in suspend_rh() 353 set_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in suspend_rh() 355 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in suspend_rh() 363 uhci_to_hcd(uhci)->state = HC_STATE_RUNNING; in start_rh() 374 set_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in start_rh() 381 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev, in wakeup_rh() 414 mod_timer(&uhci_to_hcd(uhci)->rh_timer, jiffies); in wakeup_rh()
|
D | uhci-hcd.h | 439 static inline struct usb_hcd *uhci_to_hcd(struct uhci_hcd *uhci) in uhci_to_hcd() function 444 #define uhci_dev(u) (uhci_to_hcd(u)->self.controller)
|
D | uhci-q.c | 31 mod_timer(&uhci_to_hcd(uhci)->rh_timer, jiffies); in uhci_set_next_interrupt() 669 uhci_to_hcd(uhci)->self.bandwidth_allocated = in uhci_reserve_bandwidth() 673 ++uhci_to_hcd(uhci)->self.bandwidth_int_reqs; in uhci_reserve_bandwidth() 677 ++uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs; in uhci_reserve_bandwidth() 702 uhci_to_hcd(uhci)->self.bandwidth_allocated = in uhci_release_bandwidth() 706 --uhci_to_hcd(uhci)->self.bandwidth_int_reqs; in uhci_release_bandwidth() 710 --uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs; in uhci_release_bandwidth() 1549 usb_hcd_unlink_urb_from_ep(uhci_to_hcd(uhci), urb); in uhci_giveback_urb() 1552 usb_hcd_giveback_urb(uhci_to_hcd(uhci), urb, status); in uhci_giveback_urb()
|
D | uhci-debug.c | 370 uhci_to_hcd(uhci)->self.bandwidth_int_reqs, in uhci_sprint_schedule() 371 uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs); in uhci_sprint_schedule()
|
D | uhci-hub.c | 174 mod_timer(&uhci_to_hcd(uhci)->rh_timer, in uhci_check_ports()
|