Searched refs:HCD_FLAG_POLL_RH (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mtk.c | 748 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_suspend() 751 clear_bit(HCD_FLAG_POLL_RH, &shared_hcd->flags); in xhci_mtk_suspend() 766 set_bit(HCD_FLAG_POLL_RH, &shared_hcd->flags); in xhci_mtk_suspend() 769 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_suspend() 793 set_bit(HCD_FLAG_POLL_RH, &shared_hcd->flags); in xhci_mtk_resume() 796 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_resume()
|
H A D | uhci-pci.c | 190 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in uhci_pci_suspend() 251 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in uhci_pci_resume()
|
H A D | uhci-hcd.c | 145 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in finish_reset() 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()
|
H A D | ohci-hub.c | 523 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_hub_status_data() 525 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_hub_status_data()
|
H A D | ohci-hcd.c | 655 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_run() 952 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_irq()
|
H A D | xhci.c | 642 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_shutdown() 646 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_shutdown() 877 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_suspend() 880 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend() 1167 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume() 1170 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_resume()
|
H A D | xen-hcd.c | 1298 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xenhcd_run()
|
H A D | max3421-hcd.c | 1876 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in max3421_probe()
|
H A D | xhci-hub.c | 1707 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_hub_status_data()
|
H A D | xhci-ring.c | 2058 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status() 2131 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
|
/openbmc/linux/include/linux/usb/ |
H A D | hcd.h | 108 #define HCD_FLAG_POLL_RH 2 /* poll for rh status? */ macro 120 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH))
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 270 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd.c | 2504 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2516 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2769 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_stop_hcd() 2776 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_stop_hcd()
|