Home
last modified time | relevance | path

Searched refs:ph_impl (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c92 if (ph_impl) { in usba_get_dip()
122 if (ph_impl) { in usba_get_ph_data()
160 if (ph_impl) { in usba_hold_ph_data()
178 (void *)ph_impl, ph_impl->usba_ph_state, in usba_hold_ph_data()
191 if (ph_impl) { in usba_release_ph_data()
197 (void *)ph_impl, ph_impl->usba_ph_state, in usba_release_ph_data()
309 usba_ph_impl_t *ph_impl, in usba_pipe_setup_func_call() argument
337 request->ph_impl = ph_impl; in usba_pipe_setup_func_call()
383 usba_ph_impl_t *ph_impl = request->ph_impl; in usba_pipe_do_async_func_thread() local
1411 ph_impl); in usba_pipe_sync_reset()
[all …]
H A Dhcdi.c624 ph_impl->usba_ph_ref_count++; in hcdi_cb_thread()
628 ph_impl->usba_ph_ref_count); in hcdi_cb_thread()
630 mutex_exit(&ph_impl->usba_ph_mutex); in hcdi_cb_thread()
652 usba_release_ph_data(ph_impl); in hcdi_cb_thread()
782 ph_impl->usba_ph_ref_count++; in hcdi_shared_cb_thread()
787 mutex_exit(&ph_impl->usba_ph_mutex); in hcdi_shared_cb_thread()
797 usba_release_ph_data(ph_impl); in hcdi_shared_cb_thread()
819 ph_impl->usba_ph_ref_count++; in hcdi_soft_intr()
832 ph_impl->usba_ph_ref_count--; in hcdi_soft_intr()
983 usba_ph_impl_t *ph_impl; in usba_hcdi_get_data_toggle() local
[all …]
H A Dusbai_req.c1945 usba_ph_impl_t *ph_impl, in usba_pipe_sync_stop_intr_polling() argument
1958 usba_release_ph_data(ph_impl); in usba_pipe_sync_stop_intr_polling()
1974 usba_release_ph_data(ph_impl); in usba_pipe_sync_stop_intr_polling()
1984 usba_release_ph_data(ph_impl); in usba_pipe_sync_stop_intr_polling()
1991 ph_impl->usba_ph_state_changing++; in usba_pipe_sync_stop_intr_polling()
2032 usba_release_ph_data(ph_impl); in usba_pipe_sync_stop_intr_polling()
2471 usba_ph_impl_t *ph_impl, in usba_pipe_sync_stop_isoc_polling() argument
2477 (usb_pipe_handle_t)ph_impl); in usba_pipe_sync_stop_isoc_polling()
2499 usba_release_ph_data(ph_impl); in usba_pipe_sync_stop_isoc_polling()
2509 usba_release_ph_data(ph_impl); in usba_pipe_sync_stop_isoc_polling()
[all …]
H A Dusbai_util.c555 usba_ph_impl_t *ph_impl, in usba_sync_set_cfg() argument
583 usba_release_ph_data(ph_impl); in usba_sync_set_cfg()
597 usba_release_ph_data(ph_impl); in usba_sync_set_cfg()
617 usba_release_ph_data(ph_impl); in usba_sync_set_cfg()
629 rval = usb_pipe_sync_ctrl_xfer(dip, (usb_pipe_handle_t)ph_impl, in usba_sync_set_cfg()
663 usba_release_ph_data(ph_impl); in usba_sync_set_cfg()
919 usba_ph_impl_t *ph_impl, in usba_sync_set_alt_if() argument
930 (usb_pipe_handle_t)ph_impl); in usba_sync_set_alt_if()
1592 usba_ph_impl_t *ph_impl, in usba_sync_clear_feature() argument
1613 rval = usb_clear_feature(dip, (usb_pipe_handle_t)ph_impl, type, in usba_sync_clear_feature()
[all …]
H A Dusba.c3110 usba_ph_impl_t *ph_impl = in usba_check_for_leaks() local
3112 if (ph_impl->usba_ph_data) { in usba_check_for_leaks()
3116 ddi_driver_name(ph_impl->usba_ph_data->p_dip), in usba_check_for_leaks()
3117 ddi_get_instance(ph_impl->usba_ph_data->p_dip), in usba_check_for_leaks()
3118 (void *)ph_impl, in usba_check_for_leaks()
3119 (void *)ph_impl->usba_ph_data, in usba_check_for_leaks()
3120 ph_impl->usba_ph_ep.bEndpointAddress); in usba_check_for_leaks()
3124 usb_pipe_close(ph_impl->usba_ph_data->p_dip, in usba_check_for_leaks()
3125 (usb_pipe_handle_t)ph_impl, USB_FLAGS_SLEEP, in usba_check_for_leaks()
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c310 usba_ph_impl_t ph_impl; in usb_pipe_handle() local
324 if (mdb_vread(&ph_impl, sizeof (usba_ph_impl_t), in usb_pipe_handle()
328 switch (ph_impl.usba_ph_state) { in usb_pipe_handle()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h67 struct usba_ph_impl *ph_impl; member