Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.c145 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in finish_reset()
294 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; in suspend_rh()
380 set_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in suspend_rh()
382 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in suspend_rh()
407 set_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in start_rh()
414 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev, in wakeup_rh()
447 mod_timer(&uhci_to_hcd(uhci)->rh_timer, jiffies); in wakeup_rh()
539 debugfs_lookup_and_remove(uhci_to_hcd(uhci)->self.bus_name, in release_uhci()
H A Duhci-hub.c119 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port); in uhci_finish_suspend()
172 &uhci_to_hcd(uhci)->self, port); in uhci_check_ports()
176 mod_timer(&uhci_to_hcd(uhci)->rh_timer, in uhci_check_ports()
H A Duhci-q.c32 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()
1553 usb_hcd_unlink_urb_from_ep(uhci_to_hcd(uhci), urb); in uhci_giveback_urb()
1556 usb_hcd_giveback_urb(uhci_to_hcd(uhci), urb, status); in uhci_giveback_urb()
H A Duhci-hcd.h465 static inline struct usb_hcd *uhci_to_hcd(struct uhci_hcd *uhci) in uhci_to_hcd() function
470 #define uhci_dev(u) (uhci_to_hcd(u)->self.controller)
H A Duhci-debug.c406 uhci_to_hcd(uhci)->self.bandwidth_int_reqs, in uhci_sprint_schedule()
407 uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs); in uhci_sprint_schedule()