Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c857 if (EHCI_PERIODIC_ENDPOINT(epdt)) { in ehci_hcdi_pipe_open()
892 if (EHCI_PERIODIC_ENDPOINT(epdt)) { in ehci_hcdi_pipe_open()
952 if (EHCI_PERIODIC_ENDPOINT(epdt)) { in ehci_hcdi_pipe_open()
1058 if (EHCI_PERIODIC_ENDPOINT(eptd)) { in ehci_hcdi_pipe_close()
H A Dehci_xfer.c3730 if ((EHCI_PERIODIC_ENDPOINT(eptd)) && in ehci_pipe_cleanup()
4003 if ((EHCI_PERIODIC_ENDPOINT(eptd)) && in ehci_handle_outstanding_requests()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h358 #define EHCI_PERIODIC_ENDPOINT(endpoint) (((endpoint->bmAttributes &\ macro