Searched refs:pp_pipe_handle (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_intr.c | 657 eptd = &pp->pp_pipe_handle->p_ep; in ehci_check_for_short_xfer() 802 ph = tw->tw_pipe_private->pp_pipe_handle; in ehci_handle_error() 958 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_handle_ctrl_qtd() 1047 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_handle_bulk_qtd() 1107 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_handle_intr_qtd() 1204 usba_pipe_handle_data_t *ph = tw->tw_pipe_private->pp_pipe_handle; in ehci_handle_one_xfer_completion() 1253 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_sendup_qtd_message() 1254 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_sendup_qtd_message()
|
H A D | ehci_isoch.c | 540 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_insert_itd_req() 704 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_insert_sitd_req() 997 ehci_hcdi_isoc_callback(pp->pp_pipe_handle, itw, in ehci_reclaim_isoc() 1217 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_handle_itd() 1349 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_sendup_itd_message()
|
H A D | ehci_xfer.c | 850 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_halt_hs_qh() 890 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_halt_fls_ctrl_and_bulk_qh() 1130 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_remove_qh() 2859 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_allocate_tds_for_tw() 2991 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_create_transfer_wrapper() 3393 (void *)(pp->pp_pipe_handle), drv_usectohz(1000000)); in ehci_start_timer() 3524 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_free_tw() 3573 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_allocate_intr_in_resource() 3979 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_handle_outstanding_requests() 4030 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_deallocate_intr_in_resource() [all …]
|
H A D | ehci_isoch_util.c | 355 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_allocate_itw() 1280 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_allocate_isoc_in_resource() 1337 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ehci_deallocate_isoc_in_resource()
|
H A D | ehci_polled.c | 773 pp->pp_pipe_handle = ehci_polledp->ehci_polled_input_pipe_handle; in ehci_polled_init() 897 ehci_polled_traverse_qtds(ehci_polledp, pp->pp_pipe_handle); in ehci_polled_fini() 900 ehci_free_dma_resources(ehcip, pp->pp_pipe_handle); in ehci_polled_fini()
|
H A D | ehci.c | 921 pp->pp_pipe_handle = ph; in ehci_hcdi_pipe_open()
|
H A D | ehci_util.c | 3875 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_get_xfer_attrs()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 1747 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in uhci_create_transfer_wrapper() 1951 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in uhci_fill_in_td() 2093 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_modify_td_active_bits() 2603 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_remove_tds_tws() 2620 pp->pp_pipe_handle, tw_tmp, USB_CR_FLUSHED); in uhci_remove_tds_tws() 2655 switch (UHCI_XFER_TYPE(&pp->pp_pipe_handle->p_ep)) { in uhci_remove_qh() 2843 length = mps = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_insert_bulk_td() 2968 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_fill_in_bulk_isoc_td() 3314 ph = tw->tw_pipe_private->pp_pipe_handle; in uhci_handle_bulk_td() 3347 MaxPacketSize = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_handle_bulk_td() [all …]
|
H A D | uhci.c | 1141 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in uhci_handle_intr_td() 1324 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_sendup_td_message() 1407 uhci_hcdi_callback(uhcip, pp, pp->pp_pipe_handle, tw, usb_err); in uhci_sendup_td_message() 1425 usba_pipe_handle_data_t *usb_pp = pp->pp_pipe_handle; in uhci_handle_ctrl_td() 1754 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in uhci_handle_one_xfer_completion() 1804 if (UHCI_XFER_TYPE(&pp->pp_pipe_handle->p_ep) == USB_EP_ATTR_ISOCH) { in uhci_parse_td_error()
|
H A D | uhcipolled.c | 660 if (td->tw->tw_pipe_private->pp_pipe_handle == ph) { in uhci_polled_save_state() 753 if (td->tw->tw_pipe_private->pp_pipe_handle == in uhci_polled_restore_state()
|
H A D | uhcitgt.c | 219 pp->pp_pipe_handle = ph; in uhci_hcdi_pipe_open()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 678 pp->pp_pipe_handle = ohci_polledp->ohci_polled_input_pipe_handle; in ohci_polled_init() 793 ohci_traverse_tds(ohcip, pp->pp_pipe_handle); in ohci_polled_fini() 1612 if (pp->pp_pipe_handle == in ohci_polled_pickup_done_list() 1762 pipe_dir = tw->tw_pipe_private->pp_pipe_handle-> in ohci_polled_process_input_list() 1908 ph = pp->pp_pipe_handle; in ohci_polled_insert_td()
|
H A D | ohci.c | 2578 pp->pp_pipe_handle = ph; in ohci_hcdi_pipe_open() 4260 attributes = pp->pp_pipe_handle->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_ed() 4402 ept_type = pp->pp_pipe_handle-> in ohci_remove_periodic_ed() 5892 if ((pp->pp_pipe_handle->p_ep.bmAttributes & in ohci_insert_hc_td() 6014 if ((pp->pp_pipe_handle->p_ep.bmAttributes & in ohci_fill_in_td() 6855 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ohci_create_transfer_wrapper() 7011 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ohci_create_isoc_transfer_wrapper() 8444 eptd = &pp->pp_pipe_handle->p_ep; in ohci_parse_error() 8570 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; in ohci_check_for_error() 8732 ph = tw->tw_pipe_private->pp_pipe_handle; in ohci_handle_error() [all …]
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 279 usba_pipe_handle_data_t *pp_pipe_handle; /* Back ptr to pipe handle */ member
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 432 usba_pipe_handle_data_t *pp_pipe_handle; /* Back ptr to handle */ member
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 415 usba_pipe_handle_data_t *pp_pipe_handle; /* Back ptr to handle */ member
|