Searched refs:HCD_FLAG_POLL_RH (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/usb/host/ |
A 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()
|
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 | 656 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_run() 952 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_irq()
|
A D | xhci.c | 998 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_suspend() 1000 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend() 1263 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume() 1265 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_resume()
|
A D | max3421-hcd.c | 1879 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in max3421_probe()
|
A D | xhci-ring.c | 1997 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status() 2071 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
|
A D | xhci-hub.c | 1674 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_hub_status_data()
|
/linux/include/linux/usb/ |
A D | hcd.h | 121 #define HCD_FLAG_POLL_RH 2 /* poll for rh status? */ macro 132 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH))
|
/linux/drivers/usb/c67x00/ |
A D | c67x00-hcd.c | 270 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
|
/linux/drivers/usb/core/ |
A 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()
|
Completed in 43 milliseconds