Home
last modified time | relevance | path

Searched refs:HCD_FLAG_POLL_RH (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/drivers/usb/host/
Dxhci-mtk.c748 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()
Duhci-pci.c190 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()
Duhci-hcd.c145 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()
Dohci-hub.c523 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()
Dohci-hcd.c655 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_run()
951 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_irq()
Dxhci.c641 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_shutdown()
645 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_shutdown()
876 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_suspend()
879 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend()
1156 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume()
1159 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_resume()
Dxen-hcd.c1298 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xenhcd_run()
Dmax3421-hcd.c1870 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in max3421_probe()
Dxhci-hub.c1707 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_hub_status_data()
Dxhci-ring.c1956 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
2029 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
/linux-6.6.21/include/linux/usb/
Dhcd.h108 #define HCD_FLAG_POLL_RH 2 /* poll for rh status? */ macro
120 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH))
/linux-6.6.21/drivers/usb/c67x00/
Dc67x00-hcd.c270 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
/linux-6.6.21/drivers/usb/core/
Dhcd.c2504 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()