Searched refs:EHCI_PERIODIC_ENDPOINT (Results 1 – 3 of 3) sorted by relevance
872 if (EHCI_PERIODIC_ENDPOINT(epdt)) { in ehci_hcdi_pipe_open()907 if (EHCI_PERIODIC_ENDPOINT(epdt)) { in ehci_hcdi_pipe_open()967 if (EHCI_PERIODIC_ENDPOINT(epdt)) { in ehci_hcdi_pipe_open()1073 if (EHCI_PERIODIC_ENDPOINT(eptd)) { in ehci_hcdi_pipe_close()
3734 if ((EHCI_PERIODIC_ENDPOINT(eptd)) && in ehci_pipe_cleanup()4007 if ((EHCI_PERIODIC_ENDPOINT(eptd)) && in ehci_handle_outstanding_requests()
358 #define EHCI_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ macro