Home
last modified time | relevance | path

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; in uhci_hcdi_pipe_close() local
315 eptd->bEndpointAddress, usb_flags); in uhci_hcdi_pipe_close()
325 switch (UHCI_XFER_TYPE(eptd)) { in uhci_hcdi_pipe_close()
333 ASSERT((eptd->bEndpointAddress & in uhci_hcdi_pipe_close()
360 if (UHCI_XFER_TYPE(eptd) == USB_EP_ATTR_INTR) { in uhci_hcdi_pipe_close()
373 if (UHCI_XFER_TYPE(eptd) != USB_EP_ATTR_ISOCH) { in uhci_hcdi_pipe_close()
380 ASSERT(eptd != NULL); in uhci_hcdi_pipe_close()
382 switch (UHCI_XFER_TYPE(eptd)) { in uhci_hcdi_pipe_close()
409 if (UHCI_XFER_TYPE(eptd) != USB_EP_ATTR_ISOCH) { in uhci_hcdi_pipe_close()
423 if (UHCI_PERIODIC_ENDPOINT(eptd)) { in uhci_hcdi_pipe_close()
[all …]
H A Duhcipolled.c797 usb_ep_descr_t *eptd; in uhci_polled_insert_td_on_qh() local
822 eptd = &ph->p_ep; in uhci_polled_insert_td_on_qh()
823 direction = (UHCI_XFER_DIR(eptd) == USB_EP_DIR_OUT) ? PID_OUT : PID_IN; in uhci_polled_insert_td_on_qh()
827 SetTD_endpt(uhcip, td, eptd->bEndpointAddress & END_POINT_ADDRESS_MASK); in uhci_polled_insert_td_on_qh()
H A Duhci.c1426 usb_ep_descr_t *eptd = &usb_pp->p_ep; in uhci_handle_ctrl_td() local
1527 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()
1575 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()
1691 eptd->bmAttributes, eptd->bEndpointAddress); in uhci_handle_ctrl_td()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c637 usb_ep_descr_t *eptd; in ehci_check_for_short_xfer() local
657 eptd = &pp->pp_pipe_handle->p_ep; in ehci_check_for_short_xfer()
658 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_check_for_short_xfer()
1048 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_bulk_qtd() local
1074 if ((eptd->bEndpointAddress & in ehci_handle_bulk_qtd()
1108 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_intr_qtd() local
1123 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_intr_qtd()
1253 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_sendup_qtd_message() local
1270 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) { in ehci_sendup_qtd_message()
1288 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_sendup_qtd_message()
[all …]
H A Dehci_hub.c315 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_open() local
322 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_open()
378 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_close() local
385 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_close()
401 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_close()
447 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_reset() local
455 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_reset()
465 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_reset()
1448 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_start_intr_polling() local
1458 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_start_intr_polling()
[all …]
H A Dehci_xfer.c946 usb_ep_descr_t *eptd; in ehci_clear_tt_buffer() local
959 eptd = &ph->p_ep; in ehci_clear_tt_buffer()
960 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_clear_tt_buffer()
971 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_clear_tt_buffer()
1796 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_start_periodic_pipe_polling() local
1809 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_start_periodic_pipe_polling()
1845 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_periodic_pipe_polling()
1902 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_start_pipe_polling() local
1926 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_pipe_polling()
2203 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_stop_periodic_pipe_polling() local
[all …]
H A Dehci.c1024 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_hcdi_pipe_close() local
1030 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_close()
1058 if (EHCI_PERIODIC_ENDPOINT(eptd)) { in ehci_hcdi_pipe_close()
H A Dehci_util.c3875 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_get_xfer_attrs() local
3881 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_get_xfer_attrs()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c331 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_open() local
338 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_open()
394 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_close() local
401 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_close()
417 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_close()
463 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_reset() local
471 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_reset()
481 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_reset()
1296 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_start_intr_polling() local
1306 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_start_intr_polling()
[all …]
H A Dohci.c2668 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_hcdi_pipe_close() local
2674 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ohci_hcdi_pipe_close()
2705 if (OHCI_PERIODIC_ENDPOINT(eptd)) { in ohci_hcdi_pipe_close()
5082 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_periodic_pipe_polling() local
5095 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_start_periodic_pipe_polling()
5171 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_pipe_polling() local
5201 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling()
5241 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling()
5498 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_stop_periodic_pipe_polling() local
5509 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_stop_periodic_pipe_polling()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1605 usb_ep_descr_t *eptd; in usba_sync_clear_feature() local
1646 eptd = &ph_data->p_ep; in usba_sync_clear_feature()
1647 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in usba_sync_clear_feature()
1648 USB_EP_ATTR_BULK || (eptd->bmAttributes & in usba_sync_clear_feature()
H A Dhcdi.c493 usb_ep_descr_t *eptd = &ph_data->p_ep; in usba_hcdi_cb() local
511 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb()