Home
last modified time | relevance | path

Searched refs:usba_ph_impl_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c89 usba_ph_impl_t *ph_impl = (usba_ph_impl_t *)pipe_handle; in usba_get_dip()
119 usba_ph_impl_t *ph_impl = (usba_ph_impl_t *)pipe_handle; in usba_get_ph_data()
157 usba_ph_impl_t *ph_impl = (usba_ph_impl_t *)pipe_handle; in usba_hold_ph_data()
309 usba_ph_impl_t *ph_impl, in usba_pipe_setup_func_call()
436 usba_ph_impl_t *ph_impl) in usba_init_pipe_handle()
794 usba_ph_impl_t *ph_impl; in usb_pipe_xopen()
1045 usba_ph_impl_t *ph_impl = (usba_ph_impl_t *)pipe_handle; in usb_pipe_close()
1333 usba_ph_impl_t *ph_impl = (usba_ph_impl_t *)pipe_handle; in usb_pipe_reset()
1405 usba_ph_impl_t *ph_impl, in usba_pipe_sync_reset()
1548 usba_ph_impl_t *ph_impl = (usba_ph_impl_t *)pipe_handle; in usb_pipe_drain_reqs()
[all …]
H A Dusbai_util.c43 static int usba_sync_set_cfg(dev_info_t *, usba_ph_impl_t *,
45 static int usba_sync_set_alt_if(dev_info_t *, usba_ph_impl_t *,
47 static int usba_sync_clear_feature(dev_info_t *, usba_ph_impl_t *,
548 usba_sync_set_cfg, (usba_ph_impl_t *)ph, in usb_set_cfg()
555 usba_ph_impl_t *ph_impl, in usba_sync_set_cfg()
911 usba_sync_set_alt_if, (usba_ph_impl_t *)ph, in usb_set_alt_if()
919 usba_ph_impl_t *ph_impl, in usba_sync_set_alt_if()
1584 usba_sync_clear_feature, (usba_ph_impl_t *)ph, in usb_clr_feature()
1592 usba_ph_impl_t *ph_impl, in usba_sync_clear_feature()
1603 usba_ph_impl_t *ph_im; in usba_sync_clear_feature()
H A Dhcdi.c609 usba_ph_impl_t *ph_impl = ph_data->p_ph_impl; in hcdi_cb_thread()
773 usba_ph_impl_t *ph_impl = ph_data->p_ph_impl; in hcdi_shared_cb_thread()
815 usba_ph_impl_t *ph_impl = ph_data->p_ph_impl; in hcdi_soft_intr()
983 usba_ph_impl_t *ph_impl; in usba_hcdi_get_data_toggle()
1003 usba_ph_impl_t *ph_impl; in usba_hcdi_set_data_toggle()
H A Dusbai_req.c1815 usba_ph_impl_t *ph_impl = (usba_ph_impl_t *)pipe_handle; in usb_pipe_intr_xfer()
1945 usba_ph_impl_t *ph_impl, in usba_pipe_sync_stop_intr_polling()
2111 (usba_ph_impl_t *)pipe_handle, (usb_opaque_t)flags, in usb_pipe_stop_intr_polling()
2471 usba_ph_impl_t *ph_impl, in usba_pipe_sync_stop_isoc_polling()
2611 (usba_ph_impl_t *)pipe_handle, (usb_opaque_t)flags, in usb_pipe_stop_isoc_polling()
H A Dgenconsole.c98 usba_release_ph_data((usba_ph_impl_t *)pipe_handle); in usb_console_input_init()
H A Dusba.c3110 usba_ph_impl_t *ph_impl = in usba_check_for_leaks()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h77 usba_ph_impl_t *,
284 usba_ph_impl_t *, usba_pipe_async_req_t *,
286 usba_ph_impl_t *,
428 void usba_release_ph_data(usba_ph_impl_t *);
H A Dusba_types.h59 } usba_ph_impl_t; typedef
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c248 wsp->walk_data = mdb_alloc((sizeof (usba_ph_impl_t)) * USBA_N_ENDPOINTS, in usb_pipe_handle_walk_init()
256 (sizeof (usba_ph_impl_t)) * USBA_N_ENDPOINTS, in usb_pipe_handle_walk_init()
275 usba_ph_impl_t *impl_list = (usba_ph_impl_t *)(wsp->walk_data); in usb_pipe_handle_walk_step()
310 usba_ph_impl_t ph_impl; in usb_pipe_handle()
324 if (mdb_vread(&ph_impl, sizeof (usba_ph_impl_t), in usb_pipe_handle()