Home
last modified time | relevance | path

Searched refs:HCD_POLL_RH (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c797 if (hcd->uses_new_polling ? HCD_POLL_RH(hcd) : in usb_hcd_poll_rh_status()
2828 if (shared_hcd->uses_new_polling && HCD_POLL_RH(shared_hcd)) in usb_add_hcd()
2838 if (hcd->uses_new_polling && HCD_POLL_RH(hcd)) in usb_add_hcd()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h134 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH)) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-dbg.c652 HCD_POLL_RH(ohci_to_hcd(ohci)) ? "ON" : "off"); in fill_registers_buffer()