Searched refs:HCD_FLAG_POLL_RH (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci-mtk.c | 686 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_suspend() 688 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_mtk_suspend() 701 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_mtk_suspend() 703 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_mtk_suspend() 725 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_mtk_resume() 727 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 | 520 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_hub_status_data() 522 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_hub_status_data()
|
| D | ohci-hcd.c | 657 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_run() 953 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_irq()
|
| D | xhci.c | 999 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_suspend() 1001 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend() 1264 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume() 1266 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_resume()
|
| D | max3421-hcd.c | 1883 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in max3421_probe()
|
| D | xhci-hub.c | 1672 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_hub_status_data()
|
| D | xhci-ring.c | 1991 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status() 2065 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
|
| /Linux-v5.15/include/linux/usb/ |
| D | hcd.h | 121 #define HCD_FLAG_POLL_RH 2 /* poll for rh status? */ macro 133 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH))
|
| /Linux-v5.15/drivers/usb/c67x00/ |
| D | c67x00-hcd.c | 270 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
|
| /Linux-v5.15/drivers/usb/core/ |
| D | hcd.c | 2507 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2519 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2772 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_stop_hcd() 2779 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_stop_hcd()
|