Searched refs:uhci_to_hcd (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | uhci-hcd.c | 144 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in finish_reset() 289 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; in suspend_rh() 375 set_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in suspend_rh() 377 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in suspend_rh() 395 set_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in start_rh() 402 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev, in wakeup_rh() 435 mod_timer(&uhci_to_hcd(uhci)->rh_timer, jiffies); in wakeup_rh()
|
D | uhci-hub.c | 118 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port); in uhci_finish_suspend() 171 &uhci_to_hcd(uhci)->self, port); in uhci_check_ports() 175 mod_timer(&uhci_to_hcd(uhci)->rh_timer, in uhci_check_ports()
|
D | uhci-q.c | 31 mod_timer(&uhci_to_hcd(uhci)->rh_timer, jiffies); in uhci_set_next_interrupt() 670 uhci_to_hcd(uhci)->self.bandwidth_allocated = in uhci_reserve_bandwidth() 674 ++uhci_to_hcd(uhci)->self.bandwidth_int_reqs; in uhci_reserve_bandwidth() 678 ++uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs; in uhci_reserve_bandwidth() 703 uhci_to_hcd(uhci)->self.bandwidth_allocated = in uhci_release_bandwidth() 707 --uhci_to_hcd(uhci)->self.bandwidth_int_reqs; in uhci_release_bandwidth() 711 --uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs; in uhci_release_bandwidth() 1554 usb_hcd_unlink_urb_from_ep(uhci_to_hcd(uhci), urb); in uhci_giveback_urb() 1557 usb_hcd_giveback_urb(uhci_to_hcd(uhci), urb, status); in uhci_giveback_urb()
|
D | uhci-hcd.h | 462 static inline struct usb_hcd *uhci_to_hcd(struct uhci_hcd *uhci) in uhci_to_hcd() function 467 #define uhci_dev(u) (uhci_to_hcd(u)->self.controller)
|
D | uhci-debug.c | 405 uhci_to_hcd(uhci)->self.bandwidth_int_reqs, in uhci_sprint_schedule() 406 uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs); in uhci_sprint_schedule()
|