Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c872 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()
H A Dehci_xfer.c3734 if ((EHCI_PERIODIC_ENDPOINT(eptd)) && in ehci_pipe_cleanup()
4007 if ((EHCI_PERIODIC_ENDPOINT(eptd)) && in ehci_handle_outstanding_requests()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h358 #define EHCI_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ macro