Searched refs:HCD_FLAG_POLL_RH (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | uhci-pci.c | 183 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in uhci_pci_suspend() 243 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in uhci_pci_resume()
|
D | uhci-hcd.c | 144 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in finish_reset() 375 set_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in suspend_rh() 377 clear_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in suspend_rh() 395 set_bit(HCD_FLAG_POLL_RH, &uhci_to_hcd(uhci)->flags); in start_rh()
|
D | ohci-hub.c | 517 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_hub_status_data() 519 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_hub_status_data()
|
D | ohci-hcd.c | 637 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_run() 928 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_irq()
|
D | hwa-hc.c | 161 set_bit(HCD_FLAG_POLL_RH, &usb_hcd->flags); in hwahc_op_start()
|
D | xhci.c | 913 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_suspend() 915 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend() 1123 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume() 1125 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_resume()
|
D | xhci-hub.c | 1268 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_hub_status_data()
|
D | max3421-hcd.c | 1858 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in max3421_probe()
|
D | xhci-ring.c | 1660 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 112 #define HCD_FLAG_POLL_RH 2 /* poll for rh status? */ macro 124 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH))
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 2439 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2449 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2871 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_add_hcd() 2875 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_add_hcd() 2955 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_remove_hcd() 2962 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_remove_hcd()
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | hcd.c | 72 set_bit(HCD_FLAG_POLL_RH, &usb_hcd->flags); in whc_start()
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 284 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
|