Home
last modified time | relevance | path

Searched refs:HCD_HW_ACCESSIBLE (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hub.c311 if (unlikely(!HCD_HW_ACCESSIBLE(hcd))) in ohci_bus_suspend()
334 if (unlikely(!HCD_HW_ACCESSIBLE(hcd))) in ohci_bus_resume()
477 if (!HCD_HW_ACCESSIBLE(hcd)) in ohci_hub_status_data()
689 if (unlikely(!HCD_HW_ACCESSIBLE(hcd))) in ohci_hub_control()
H A Duhci-hub.c195 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_status_data()
253 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_control()
H A Duhci-hcd.c713 if (HCD_HW_ACCESSIBLE(hcd) && !uhci->dead) in uhci_stop()
730 if (!HCD_HW_ACCESSIBLE(hcd)) in uhci_rh_suspend()
757 if (!HCD_HW_ACCESSIBLE(hcd)) in uhci_rh_resume()
H A Duhci-pci.c183 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_pci_suspend()
H A Dehci-sched.c921 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in intr_submit()
1953 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in itd_submit()
2330 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in sitd_submit()
H A Dohci-dbg.c610 if (!HCD_HW_ACCESSIBLE(hcd)) { in fill_registers_buffer()
H A Dehci-hub.c387 if (!HCD_HW_ACCESSIBLE(hcd) || ehci->shutdown) in ehci_bus_resume()
H A Dohci-hcd.c213 if (!HCD_HW_ACCESSIBLE(hcd)) { in ohci_urb_enqueue()
H A Dmax3421-hcd.c1612 if (!HCD_HW_ACCESSIBLE(hcd)) in max3421_hub_status_data()
H A Dxhci-hub.c1894 if (!HCD_HW_ACCESSIBLE(hcd)) { in xhci_bus_resume()
H A Dxhci.c902 if (!HCD_HW_ACCESSIBLE(hcd)) in xhci_suspend()
1579 if (!HCD_HW_ACCESSIBLE(hcd)) { in xhci_urb_enqueue()
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c253 if (!HCD_HW_ACCESSIBLE(hcd)) in c67x00_hcd_irq()
/linux/drivers/usb/musb/
H A Dmusb_virthub.c276 if (unlikely(!HCD_HW_ACCESSIBLE(hcd))) { in musb_hub_control()
/linux/include/linux/usb/
H A Dhcd.h119 #define HCD_HW_ACCESSIBLE(hcd) ((hcd)->flags & (1U << HCD_FLAG_HW_ACCESSIBLE)) macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c649 if (!HCD_HW_ACCESSIBLE(hcd)) { in fill_registers_buffer()
3036 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in submit_async()
3828 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in intr_submit()
4552 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in itd_submit()
/linux/drivers/usb/core/
H A Dhcd.c2459 if (unlikely(HCD_DEAD(hcd) || !HCD_HW_ACCESSIBLE(hcd))) in usb_hcd_irq()
/linux/drivers/usb/dwc2/
H A Dhcd.c4339 if (!HCD_HW_ACCESSIBLE(hcd)) in _dwc2_hcd_suspend()