Searched refs:eptd (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c306 usb_ep_descr_t *eptd = &ph->p_ep; local
315 eptd->bEndpointAddress, usb_flags);
325 switch (UHCI_XFER_TYPE(eptd)) {
333 ASSERT((eptd->bEndpointAddress &
360 if (UHCI_XFER_TYPE(eptd) == USB_EP_ATTR_INTR) {
373 if (UHCI_XFER_TYPE(eptd) != USB_EP_ATTR_ISOCH) {
380 ASSERT(eptd != NULL);
382 switch (UHCI_XFER_TYPE(eptd)) {
409 if (UHCI_XFER_TYPE(eptd) != USB_EP_ATTR_ISOCH) {
423 if (UHCI_PERIODIC_ENDPOINT(eptd)) {
456 usb_ep_descr_t *eptd = &ph->p_ep; local
962 usb_ep_descr_t *eptd = &ph->p_ep; local
1091 usb_ep_descr_t *eptd = &ph->p_ep; local
[all...]
H A Duhcipolled.c797 usb_ep_descr_t *eptd; local
822 eptd = &ph->p_ep;
823 direction = (UHCI_XFER_DIR(eptd) == USB_EP_DIR_OUT) ? PID_OUT : PID_IN;
827 SetTD_endpt(uhcip, td, eptd->bEndpointAddress & END_POINT_ADDRESS_MASK);
H A Duhci.c1426 usb_ep_descr_t *eptd = &usb_pp->p_ep; local
1527 MaxPacketSize = eptd->wMaxPacketSize;
1575 MaxPacketSize = eptd->wMaxPacketSize;
1691 eptd->bmAttributes, eptd->bEndpointAddress);
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c639 usb_ep_descr_t *eptd; local
659 eptd = &pp->pp_pipe_handle->p_ep;
660 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK;
1050 usb_ep_descr_t *eptd = &ph->p_ep; local
1076 if ((eptd->bEndpointAddress &
1110 usb_ep_descr_t *eptd = &ph->p_ep; local
1125 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) {
1255 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; local
1272 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) {
1290 switch (eptd
[all...]
H A Dehci_hub.c315 usb_ep_descr_t *eptd = &ph->p_ep; local
322 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
378 usb_ep_descr_t *eptd = &ph->p_ep; local
385 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
401 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1);
447 usb_ep_descr_t *eptd = &ph->p_ep; local
455 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
465 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1);
1448 usb_ep_descr_t *eptd = &ph->p_ep; local
1458 ASSERT((eptd
1531 usb_ep_descr_t *eptd = &ph->p_ep; local
1853 usb_ep_descr_t *eptd; local
[all...]
H A Dehci_xfer.c946 usb_ep_descr_t *eptd; local
959 eptd = &ph->p_ep;
960 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK;
971 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) {
1798 usb_ep_descr_t *eptd = &ph->p_ep; local
1811 ((eptd->bmAttributes & USB_EP_ATTR_MASK) ==
1847 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
1904 usb_ep_descr_t *eptd = &ph->p_ep; local
1928 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
2205 usb_ep_descr_t *eptd local
2863 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; local
2995 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; local
3528 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; local
3654 usb_ep_descr_t *eptd = &ph->p_ep; local
3876 usb_ep_descr_t *eptd = &ph->p_ep; local
3931 usb_ep_descr_t *eptd = &ph->p_ep; local
3984 usb_ep_descr_t *eptd = &ph->p_ep; local
4078 usb_ep_descr_t *eptd = &ph->p_ep; local
[all...]
H A Dehci.c1039 usb_ep_descr_t *eptd = &ph->p_ep; local
1045 eptd->bEndpointAddress & USB_EP_NUM_MASK);
1073 if (EHCI_PERIODIC_ENDPOINT(eptd)) {
H A Dehci_util.c3853 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; local
3859 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c331 usb_ep_descr_t *eptd = &ph->p_ep; local
338 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
394 usb_ep_descr_t *eptd = &ph->p_ep; local
401 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
417 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1);
463 usb_ep_descr_t *eptd = &ph->p_ep; local
471 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
481 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1);
1296 usb_ep_descr_t *eptd = &ph->p_ep; local
1306 ASSERT((eptd
1377 usb_ep_descr_t *eptd = &ph->p_ep; local
1557 usb_ep_descr_t *eptd; local
[all...]
H A Dohci.c2684 usb_ep_descr_t *eptd = &ph->p_ep; local
2690 eptd->bEndpointAddress & USB_EP_NUM_MASK);
2721 if (OHCI_PERIODIC_ENDPOINT(eptd)) {
5100 usb_ep_descr_t *eptd = &ph->p_ep; local
5113 ((eptd->bmAttributes & USB_EP_ATTR_MASK) ==
5189 usb_ep_descr_t *eptd = &ph->p_ep; local
5219 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
5259 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {
5516 usb_ep_descr_t *eptd = &ph->p_ep; local
5527 ((eptd
8439 usb_ep_descr_t *eptd; local
9077 usb_ep_descr_t *eptd = &ph->p_ep; local
9140 usb_ep_descr_t *eptd = &ph->p_ep; local
9293 usb_ep_descr_t *eptd = &ph->p_ep; local
9408 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; local
9501 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; local
10040 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; local
10283 usb_ep_descr_t *eptd = &ph->p_ep; local
10564 usb_ep_descr_t *eptd = &ph->p_ep; local
10651 usb_ep_descr_t *eptd = &ph->p_ep; local
10706 usb_ep_descr_t *eptd = &ph->p_ep; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1604 usb_ep_descr_t *eptd; local
1645 eptd = &ph_data->p_ep;
1646 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) ==
1647 USB_EP_ATTR_BULK || (eptd->bmAttributes &
H A Dhcdi.c479 usb_ep_descr_t *eptd = &ph_data->p_ep; local
497 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) {

Completed in 113 milliseconds