Home
last modified time | relevance | path

Searched refs:HCD_FLAG_POLL_RH (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Duhci-pci.c183 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()
Duhci-hcd.c144 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()
Dohci-hub.c517 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()
Dohci-hcd.c636 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_run()
927 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in ohci_irq()
Dhwa-hc.c161 set_bit(HCD_FLAG_POLL_RH, &usb_hcd->flags); in hwahc_op_start()
Dxhci.c926 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()
Dxhci-hub.c1111 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); in xhci_hub_status_data()
Dmax3421-hcd.c1858 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in max3421_probe()
Dxhci-ring.c1659 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in handle_port_status()
/linux-4.1.27/include/linux/usb/
Dhcd.h118 #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/
Dhcd.c2388 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/
Dc67x00-hcd.c284 set_bit(HCD_FLAG_POLL_RH, &hcd->flags); in c67x00_hcd_start()
/linux-4.1.27/drivers/usb/host/whci/
Dhcd.c72 set_bit(HCD_FLAG_POLL_RH, &usb_hcd->flags); in whc_start()