Searched refs:HCD_FLAG_POLL_RH (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/usb/host/ |
A D | xhci-mtk.c | 718 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_suspend() 721 clear_bit(HCD_FLAG_POLL_RH, &shared_hcd->flags); in xhci_mtk_suspend() 736 set_bit(HCD_FLAG_POLL_RH, &shared_hcd->flags); in xhci_mtk_suspend() 739 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_suspend() 763 set_bit(HCD_FLAG_POLL_RH, &shared_hcd->flags); in xhci_mtk_resume() 766 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_resume()
|
A 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()
|
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()
|
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()
|
A 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()
|
A D | xhci.c | 828 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_shutdown() 832 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_shutdown() 1065 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_suspend() 1068 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend() 1340 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume() 1343 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_resume()
|
A D | xen-hcd.c | 1298 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xenhcd_run()
|
A D | max3421-hcd.c | 1870 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in max3421_probe()
|
A D | xhci-hub.c | 1706 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_hub_status_data()
|
A D | xhci-ring.c | 1934 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status() 2007 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
|
/linux-6.3-rc2/include/linux/usb/ |
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))
|
/linux-6.3-rc2/drivers/usb/c67x00/ |
A D | c67x00-hcd.c | 270 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | hcd.c | 2525 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2537 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2790 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_stop_hcd() 2797 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_stop_hcd()
|
Completed in 41 milliseconds