Searched refs:HCD_FLAG_POLL_RH (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/drivers/usb/host/ |
D | xhci-mtk.c | 699 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_suspend() 701 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_mtk_suspend() 714 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_mtk_suspend() 716 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_suspend() 738 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_mtk_resume() 740 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_resume()
|
D | uhci-pci.c | 188 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in uhci_pci_suspend() 248 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in uhci_pci_resume()
|
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()
|
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()
|
D | ohci-hcd.c | 655 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_run() 951 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_irq()
|
D | xhci.c | 803 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_shutdown() 807 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_shutdown() 1026 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_suspend() 1029 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend() 1301 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume() 1304 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_resume()
|
D | xen-hcd.c | 1298 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xenhcd_run()
|
D | max3421-hcd.c | 1879 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in max3421_probe()
|
D | xhci-ring.c | 1931 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status() 2005 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
|
D | xhci-hub.c | 1689 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_hub_status_data()
|
/linux-5.19.10/include/linux/usb/ |
D | hcd.h | 122 #define HCD_FLAG_POLL_RH 2 /* poll for rh status? */ macro 134 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH))
|
/linux-5.19.10/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 270 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
|
/linux-5.19.10/drivers/usb/core/ |
D | hcd.c | 2531 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2543 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2796 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_stop_hcd() 2803 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_stop_hcd()
|