Searched refs:HCD_FLAG_POLL_RH (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/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 | 636 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_run() 927 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 | 926 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_suspend() 928 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend() 1133 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume() 1135 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_resume()
|
D | xhci-hub.c | 1111 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 | 1659 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
|
/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 118 #define HCD_FLAG_POLL_RH 2 /* poll for rh status? */ macro 128 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH))
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 2388 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2398 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_hc_died() 2812 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_add_hcd() 2816 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_add_hcd() 2896 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_remove_hcd() 2903 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in usb_remove_hcd()
|
/linux-4.1.27/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 284 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | hcd.c | 72 set_bit(HCD_FLAG_POLL_RH, &usb_hcd->flags); in whc_start()
|