usr/src/uts/common/io/atu/atu.c
597
atu_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/atu/atu.c
657
atu_txeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/atu/atu.h
82
usb_pipe_handle_t sc_rx_pipe;
usr/src/uts/common/io/atu/atu.h
83
usb_pipe_handle_t sc_tx_pipe;
usr/src/uts/common/io/rum/rum.c
475
rum_txeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/rum/rum.c
506
rum_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/rum/rum_var.h
75
usb_pipe_handle_t sc_rx_pipeh;
usr/src/uts/common/io/rum/rum_var.h
76
usb_pipe_handle_t sc_tx_pipeh;
usr/src/uts/common/io/uath/uath.c
1208
uath_cmd_txeof(usb_pipe_handle_t pipe, struct usb_bulk_req *req)
usr/src/uts/common/io/uath/uath.c
1230
usb_pipe_handle_t pipe, const void *data, uint_t len)
usr/src/uts/common/io/uath/uath.c
1394
uath_cmd_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/uath/uath.c
1495
uath_data_txeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/uath/uath.c
1561
uath_data_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/uath/uath.c
238
usb_pipe_handle_t, const void *, size_t);
usr/src/uts/common/io/uath/uath.c
266
usb_pipe_handle_t, const void *, uint_t);
usr/src/uts/common/io/uath/uath.c
267
static void uath_cmd_txeof(usb_pipe_handle_t, struct usb_bulk_req *);
usr/src/uts/common/io/uath/uath.c
268
static void uath_cmd_rxeof(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/uath/uath.c
274
static void uath_data_txeof(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/uath/uath.c
275
static void uath_data_rxeof(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/uath/uath.c
645
uath_fw_send(struct uath_softc *sc, usb_pipe_handle_t pipe,
usr/src/uts/common/io/uath/uath_var.h
185
usb_pipe_handle_t rx_cmd_pipe;
usr/src/uts/common/io/uath/uath_var.h
186
usb_pipe_handle_t rx_data_pipe;
usr/src/uts/common/io/uath/uath_var.h
187
usb_pipe_handle_t tx_cmd_pipe;
usr/src/uts/common/io/uath/uath_var.h
188
usb_pipe_handle_t tx_data_pipe;
usr/src/uts/common/io/ural/ural.c
410
ural_txeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/ural/ural.c
441
ural_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/ural/ural_var.h
72
usb_pipe_handle_t sc_rx_pipeh;
usr/src/uts/common/io/ural/ural_var.h
73
usb_pipe_handle_t sc_tx_pipeh;
usr/src/uts/common/io/urtw/urtw.c
2512
urtw_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/urtw/urtw.c
2901
urtw_txeof_low(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/urtw/urtw.c
2930
urtw_txeof_normal(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/urtw/urtw.c
504
urtw_rxeof(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/urtw/urtw_var.h
82
usb_pipe_handle_t sc_rxpipe;
usr/src/uts/common/io/urtw/urtw_var.h
83
usb_pipe_handle_t sc_txpipe_low;
usr/src/uts/common/io/urtw/urtw_var.h
84
usb_pipe_handle_t sc_txpipe_normal;
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
119
static void usb_as_play_cb(usb_pipe_handle_t, usb_isoc_req_t *);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
120
static void usb_as_record_cb(usb_pipe_handle_t, usb_isoc_req_t *);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
121
static void usb_as_play_exc_cb(usb_pipe_handle_t, usb_isoc_req_t *);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
122
static void usb_as_record_exc_cb(usb_pipe_handle_t, usb_isoc_req_t *);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1261
usb_as_play_cb(usb_pipe_handle_t ph, usb_isoc_req_t *isoc_req)
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1309
usb_as_play_exc_cb(usb_pipe_handle_t ph, usb_isoc_req_t *isoc_req)
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1471
usb_as_record_exc_cb(usb_pipe_handle_t ph, usb_isoc_req_t *isoc_req)
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1536
usb_as_record_cb(usb_pipe_handle_t ph, usb_isoc_req_t *isoc_req)
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1143
ccid_reply_bulk_cb(usb_pipe_handle_t ph, usb_bulk_req_t *ubrp)
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1282
ccid_reply_bulk_exc_cb(usb_pipe_handle_t ph, usb_bulk_req_t *ubrp)
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1481
ccid_dispatch_bulk_cb(usb_pipe_handle_t ph, usb_bulk_req_t *ubrp)
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1509
ccid_dispatch_bulk_exc_cb(usb_pipe_handle_t ph, usb_bulk_req_t *ubrp)
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1977
ccid_intr_pipe_cb(usb_pipe_handle_t ph, usb_intr_req_t *uirp)
usr/src/uts/common/io/usb/clients/ccid/ccid.c
2059
ccid_intr_pipe_except_cb(usb_pipe_handle_t ph, usb_intr_req_t *uirp)
usr/src/uts/common/io/usb/clients/ccid/ccid.c
599
usb_pipe_handle_t ccid_bulkin_pipe; /* WO */
usr/src/uts/common/io/usb/clients/ccid/ccid.c
601
usb_pipe_handle_t ccid_bulkout_pipe; /* WO */
usr/src/uts/common/io/usb/clients/ccid/ccid.c
603
usb_pipe_handle_t ccid_intrin_pipe; /* WO */
usr/src/uts/common/io/usb/clients/ccid/ccid.c
604
usb_pipe_handle_t ccid_control_pipe; /* WO */
usr/src/uts/common/io/usb/clients/hid/hid.c
1566
hid_interrupt_pipe_callback(usb_pipe_handle_t pipe, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/hid/hid.c
1623
hid_default_pipe_callback(usb_pipe_handle_t pipe, usb_ctrl_req_t *req)
usr/src/uts/common/io/usb/clients/hid/hid.c
1687
hid_interrupt_pipe_exception_callback(usb_pipe_handle_t pipe,
usr/src/uts/common/io/usb/clients/hid/hid.c
1744
hid_default_pipe_exception_callback(usb_pipe_handle_t pipe,
usr/src/uts/common/io/usb/clients/hid/hid.c
79
static void hid_interrupt_pipe_callback(usb_pipe_handle_t,
usr/src/uts/common/io/usb/clients/hid/hid.c
81
static void hid_default_pipe_callback(usb_pipe_handle_t, usb_ctrl_req_t *);
usr/src/uts/common/io/usb/clients/hid/hid.c
82
static void hid_interrupt_pipe_exception_callback(usb_pipe_handle_t,
usr/src/uts/common/io/usb/clients/hid/hid.c
84
static void hid_default_pipe_exception_callback(usb_pipe_handle_t,
usr/src/uts/common/io/usb/clients/printer/usbprn.c
112
static void usbprn_bulk_xfer_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usb/clients/printer/usbprn.c
113
static void usbprn_bulk_xfer_exc_cb(usb_pipe_handle_t,
usr/src/uts/common/io/usb/clients/printer/usbprn.c
2338
usbprn_bulk_xfer_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/printer/usbprn.c
2391
usbprn_bulk_xfer_exc_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1036
usbecm_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1198
usbecm_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1548
usbecm_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1582
usbecm_intr_ex_cb(usb_pipe_handle_t ph, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
89
static void usbecm_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req);
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
90
static void usbecm_intr_ex_cb(usb_pipe_handle_t ph, usb_intr_req_t *req);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
125
static void uftdi_bulkin_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
126
static void uftdi_bulkout_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1645
uftdi_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1775
uftdi_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
2106
static usb_pipe_handle_t
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
2115
static usb_pipe_handle_t
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
92
static usb_pipe_handle_t uftdi_out_pipe(ds_hdl_t, uint_t);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
93
static usb_pipe_handle_t uftdi_in_pipe(ds_hdl_t, uint_t);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2259
usbsacm_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2320
usbsacm_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
282
static void usbsacm_bulkin_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
283
static void usbsacm_bulkout_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
287
static void usbsacm_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
288
static void usbsacm_intr_ex_cb(usb_pipe_handle_t ph, usb_intr_req_t *req);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
3122
usbsacm_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
3158
usbsacm_intr_ex_cb(usb_pipe_handle_t ph, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser.c
3375
usb_pipe_handle_t hdl;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1138
keyspan_bulkin_cb_usa49(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1190
keyspan_bulkin_cb_usa49wg(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1345
keyspan_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1384
keyspan_status_cb_usa19hs(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1465
keyspan_status_cb_usa49(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1542
keyspan_status_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1793
keyspan_status_cb_usa49wg(usb_pipe_handle_t pipe, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1869
keyspan_intr_cb_usa49wg(usb_pipe_handle_t pipe, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1891
keyspan_intr_ex_cb_usa49wg(usb_pipe_handle_t pipe, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
902
keyspan_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
963
keyspan_introut_cb_usa49wg(usb_pipe_handle_t pipe, usb_intr_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
119
void pl2303_bulkin_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
120
void pl2303_bulkout_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1554
pl2303_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1599
pl2303_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
2190
static usb_pipe_handle_t
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
2199
static usb_pipe_handle_t
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
86
static usb_pipe_handle_t pl2303_out_pipe(ds_hdl_t, uint_t);
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
87
static usb_pipe_handle_t pl2303_in_pipe(ds_hdl_t, uint_t);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
111
static void usbskel_normal_callback(usb_pipe_handle_t, usb_ctrl_req_t *);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
112
static void usbskel_exception_callback(usb_pipe_handle_t, usb_ctrl_req_t *);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
1196
usb_pipe_handle_t pipe_handle;
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
1246
usb_pipe_handle_t pipe_handle = usbskelp->usbskel_intr_ph;
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
697
usb_pipe_handle_t pipe = usbskelp->usbskel_reg->dev_default_ph;
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
818
usbskel_normal_callback(usb_pipe_handle_t pipe, usb_ctrl_req_t *request)
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
877
usbskel_exception_callback(usb_pipe_handle_t pipe, usb_ctrl_req_t *request)
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
235
static void usbvc_isoc_cb(usb_pipe_handle_t, usb_isoc_req_t *);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
236
static void usbvc_isoc_exc_cb(usb_pipe_handle_t, usb_isoc_req_t *);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
3165
usbvc_isoc_cb(usb_pipe_handle_t ph, usb_isoc_req_t *isoc_req)
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
3241
usbvc_isoc_exc_cb(usb_pipe_handle_t ph, usb_isoc_req_t *isoc_req)
usr/src/uts/common/io/usb/hcd/ehci/ehci_xfer.c
945
usb_pipe_handle_t hub_def_ph;
usr/src/uts/common/io/usb/hcd/ehci/ehci_xfer.c
996
hub_def_ph = (usb_pipe_handle_t)&hub_usba_device->usb_ph_list[0];
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
174
usb_pipe_handle_t, char *);
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
5314
usb_pipe_handle_t ph, char *what)
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
72
usb_pipe_handle_t, char *);
usr/src/uts/common/io/usb/scsa2usb/usb_ms_cbi.c
64
usb_pipe_handle_t, char *);
usr/src/uts/common/io/usb/usba/genconsole.c
246
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/genconsole.c
44
usb_console_input_init(dev_info_t *dip, usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/hcdi.c
62
void usba_pipe_clear(usb_pipe_handle_t);
usr/src/uts/common/io/usb/usba/hcdi.c
851
usb_pipe_handle_t pipe_handle, def_pipe_handle;
usr/src/uts/common/io/usb/usba/hubdi.c
2185
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/hubdi.c
2293
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/hubdi.c
277
usb_pipe_handle_t ph = NULL;
usr/src/uts/common/io/usb/usba/hubdi.c
3583
hubd_exception_cb(usb_pipe_handle_t pipe, usb_intr_req_t *reqp)
usr/src/uts/common/io/usb/usba/hubdi.c
3658
hubd_read_cb(usb_pipe_handle_t pipe, usb_intr_req_t *reqp)
usr/src/uts/common/io/usb/usba/hubdi.c
510
static void hubd_read_cb(usb_pipe_handle_t pipe, usb_intr_req_t *req);
usr/src/uts/common/io/usb/usba/hubdi.c
511
static void hubd_exception_cb(usb_pipe_handle_t pipe,
usr/src/uts/common/io/usb/usba/hubdi.c
5751
usb_pipe_handle_t def_ph;
usr/src/uts/common/io/usb/usba/hubdi.c
5987
usb_pipe_handle_t def_ph;
usr/src/uts/common/io/usb/usba/hubdi.c
6074
usb_pipe_handle_t ph = NULL; /* default pipe handle */
usr/src/uts/common/io/usb/usba/hubdi.c
9134
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/usba.c
3127
(usb_pipe_handle_t)ph_impl, USB_FLAGS_SLEEP,
usr/src/uts/common/io/usb/usba/usba.c
651
usb_pipe_handle_t def_ph;
usr/src/uts/common/io/usb/usba/usba10_calls.c
142
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
151
usba10_usb_ep_num(usb_pipe_handle_t ph)
usr/src/uts/common/io/usb/usba/usba10_calls.c
163
usb_pipe_handle_t *pipe_handle)
usr/src/uts/common/io/usb/usba/usba10_calls.c
172
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
175
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usba10_calls.c
188
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
192
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usba10_calls.c
205
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
213
usba10_usb_pipe_get_private(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba/usba10_calls.c
222
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
225
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usba10_calls.c
254
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
265
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usba10_calls.c
278
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usba10_calls.c
290
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
308
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usba10_calls.c
335
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usba10_calls.c
376
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
412
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
422
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
463
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba10_calls.c
473
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usba_bos.c
237
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/usba_ugen.c
113
static void ugen_epx_ctrl_req_cb(usb_pipe_handle_t, usb_ctrl_req_t *);
usr/src/uts/common/io/usb/usba/usba_ugen.c
116
static void ugen_epx_bulk_req_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usb/usba/usba_ugen.c
121
static void ugen_epx_intr_IN_req_cb(usb_pipe_handle_t, usb_intr_req_t *);
usr/src/uts/common/io/usb/usba/usba_ugen.c
124
static void ugen_epx_intr_OUT_req_cb(usb_pipe_handle_t, usb_intr_req_t *);
usr/src/uts/common/io/usb/usba/usba_ugen.c
129
static void ugen_epx_isoc_IN_req_cb(usb_pipe_handle_t, usb_isoc_req_t *);
usr/src/uts/common/io/usb/usba/usba_ugen.c
132
static void ugen_epx_isoc_OUT_req_cb(usb_pipe_handle_t, usb_isoc_req_t *);
usr/src/uts/common/io/usb/usba/usba_ugen.c
2564
ugen_epx_ctrl_req_cb(usb_pipe_handle_t ph, usb_ctrl_req_t *reqp)
usr/src/uts/common/io/usb/usba/usba_ugen.c
2682
ugen_epx_bulk_req_cb(usb_pipe_handle_t ph, usb_bulk_req_t *reqp)
usr/src/uts/common/io/usb/usba/usba_ugen.c
2935
ugen_epx_intr_IN_req_cb(usb_pipe_handle_t ph, usb_intr_req_t *reqp)
usr/src/uts/common/io/usb/usba/usba_ugen.c
3105
ugen_epx_intr_OUT_req_cb(usb_pipe_handle_t ph, usb_intr_req_t *reqp)
usr/src/uts/common/io/usb/usba/usba_ugen.c
3409
ugen_epx_isoc_IN_req_cb(usb_pipe_handle_t ph, usb_isoc_req_t *reqp)
usr/src/uts/common/io/usb/usba/usba_ugen.c
3823
ugen_epx_isoc_OUT_req_cb(usb_pipe_handle_t ph, usb_isoc_req_t *reqp)
usr/src/uts/common/io/usb/usba/usbai.c
700
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
102
usb_pipe_handle_t
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1035
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1038
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
105
usb_pipe_handle_t pipe_handle = NULL;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
109
pipe_handle = (usb_pipe_handle_t)&usba_device->usb_ph_list[0];
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1137
(usb_pipe_handle_t)ph_impl);
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1164
while (usba_get_ph_data((usb_pipe_handle_t)ph_impl)) {
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
117
usba_get_ph_data(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1257
usb_pipe_set_private(usb_pipe_handle_t pipe_handle, usb_opaque_t data)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1289
usb_pipe_get_private(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1324
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1327
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
133
usb_pipe_handle_t
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
136
usb_pipe_handle_t ph = NULL;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
141
ph = (usb_pipe_handle_t)ph_data->p_ph_impl;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1410
usba_pipe_handle_data_t *ph_data = usba_get_ph_data((usb_pipe_handle_t)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1455
usba_pipe_clear(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1538
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1542
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
155
usba_hold_ph_data(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1599
usba_pipe_handle_data_t *ph_data = usba_get_ph_data((usb_pipe_handle_t)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1705
usb_pipe_handle_t pipe_handle;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1756
usb_pipe_handle_t pipe_handle;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
1776
pipe_handle = (usb_pipe_handle_t)ph_impl;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
312
void (*callback)(usb_pipe_handle_t,
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
317
usb_pipe_handle_t pipe_handle = (usb_pipe_handle_t)ph_impl;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
384
usb_pipe_handle_t pipe_handle = (usb_pipe_handle_t)ph_impl;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
67
usb_pipe_handle_t
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
71
usb_pipe_handle_t pipe_handle = NULL;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
77
(usb_pipe_handle_t)&usba_device->usb_ph_list[0];
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
788
usb_pipe_handle_t *pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
87
usba_get_dip(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
960
*pipe_handle = (usb_pipe_handle_t)ph_impl;
usr/src/uts/common/io/usb/usba/usbai_pipe_mgmt.c
981
usb_pipe_handle_t *pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_req.c
1119
usb_pipe_ctrl_xfer(usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_req.c
1293
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_req.c
1409
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_req.c
1519
usb_pipe_bulk_xfer(usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_req.c
1809
usb_pipe_intr_xfer(usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_req.c
1956
ph_data = usba_get_ph_data((usb_pipe_handle_t)ph_impl);
usr/src/uts/common/io/usb/usba/usbai_req.c
2043
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usbai_req.c
2066
usb_pipe_stop_intr_polling(usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_req.c
2366
usb_pipe_isoc_xfer(usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_req.c
2477
(usb_pipe_handle_t)ph_impl);
usr/src/uts/common/io/usb/usba/usbai_req.c
2567
usb_pipe_stop_isoc_polling(usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_req.c
737
usb_pipe_handle_t pipe_handle;
usr/src/uts/common/io/usb/usba/usbai_req.c
840
usb_pipe_handle_t pipe_handle = usba_get_pipe_handle(ph_data);
usr/src/uts/common/io/usb/usba/usbai_util.c
1051
usba_get_cfg_cloud(dev_info_t *dip, usb_pipe_handle_t default_ph, int cfg)
usr/src/uts/common/io/usb/usba/usbai_util.c
1144
usb_pipe_handle_t def_ph;
usr/src/uts/common/io/usb/usba/usbai_util.c
1289
usb_pipe_get_state(usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba/usbai_util.c
1335
*usba_pipe_get_policy(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_util.c
1362
usb_ep_num(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba/usbai_util.c
1408
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usbai_util.c
1482
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usbai_util.c
1555
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usbai_util.c
1561
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/usbai_util.c
1613
rval = usb_clear_feature(dip, (usb_pipe_handle_t)ph_impl, type,
usr/src/uts/common/io/usb/usba/usbai_util.c
1645
ph_data = usba_get_ph_data((usb_pipe_handle_t)ph_im);
usr/src/uts/common/io/usb/usba/usbai_util.c
40
static mblk_t *usba_get_cfg_cloud(dev_info_t *, usb_pipe_handle_t, int);
usr/src/uts/common/io/usb/usba/usbai_util.c
513
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usbai_util.c
519
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/usbai_util.c
629
rval = usb_pipe_sync_ctrl_xfer(dip, (usb_pipe_handle_t)ph_impl,
usr/src/uts/common/io/usb/usba/usbai_util.c
693
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/usbai_util.c
881
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba/usbai_util.c
887
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba/usbai_util.c
930
(usb_pipe_handle_t)ph_impl);
usr/src/uts/common/io/usb/usba/usbai_util.c
991
usb_pipe_handle_t ph;
usr/src/uts/common/io/usb/usba10/usba10.c
170
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
179
usb_ep_num(usb_pipe_handle_t ph)
usr/src/uts/common/io/usb/usba10/usba10.c
191
usb_pipe_handle_t *pipe_handle)
usr/src/uts/common/io/usb/usba10/usba10.c
200
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
203
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba10/usba10.c
216
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
220
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba10/usba10.c
233
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
241
usb_pipe_get_private(usb_pipe_handle_t pipe_handle)
usr/src/uts/common/io/usb/usba10/usba10.c
250
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
253
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba10/usba10.c
282
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
293
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba10/usba10.c
306
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba10/usba10.c
318
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
336
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba10/usba10.c
363
usb_pipe_handle_t ph,
usr/src/uts/common/io/usb/usba10/usba10.c
404
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
440
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
450
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
491
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usb/usba10/usba10.c
501
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/io/usbgem/usbgem.c
115
static void usbgem_intr_cb(usb_pipe_handle_t, usb_intr_req_t *);
usr/src/uts/common/io/usbgem/usbgem.c
116
static void usbgem_bulkin_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usbgem/usbgem.c
117
static void usbgem_bulkout_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/io/usbgem/usbgem.c
815
usbgem_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usbgem/usbgem.c
923
usbgem_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/usbgem/usbgem.c
982
usbgem_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req)
usr/src/uts/common/io/usbgem/usbgem.h
92
usb_pipe_handle_t default_pipe;
usr/src/uts/common/io/usbgem/usbgem.h
93
usb_pipe_handle_t bulkin_pipe;
usr/src/uts/common/io/usbgem/usbgem.h
94
usb_pipe_handle_t bulkout_pipe;
usr/src/uts/common/io/usbgem/usbgem.h
95
usb_pipe_handle_t intr_pipe;
usr/src/uts/common/io/zyd/zyd.h
107
usb_pipe_handle_t pipe_data_in;
usr/src/uts/common/io/zyd/zyd.h
108
usb_pipe_handle_t pipe_data_out;
usr/src/uts/common/io/zyd/zyd.h
109
usb_pipe_handle_t pipe_cmd_in;
usr/src/uts/common/io/zyd/zyd.h
110
usb_pipe_handle_t pipe_cmd_out;
usr/src/uts/common/io/zyd/zyd_usb.c
347
usb_pipe_handle_t *pipe, usb_ep_data_t *endpoint)
usr/src/uts/common/io/zyd/zyd_usb.c
484
zyd_data_out_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/zyd/zyd_usb.c
517
zyd_bulk_pipe_cb(usb_pipe_handle_t pipe, struct usb_bulk_req *req)
usr/src/uts/common/io/zyd/zyd_usb.c
528
usb_pipe_handle_t pipe, const void *data, size_t len)
usr/src/uts/common/io/zyd/zyd_usb.c
583
zyd_intr_pipe_cb(usb_pipe_handle_t pipe, struct usb_intr_req *req)
usr/src/uts/common/io/zyd/zyd_usb.c
601
usb_pipe_handle_t pipe, const void *data, size_t len)
usr/src/uts/common/io/zyd/zyd_usb.c
759
zyd_cmd_in_cb(usb_pipe_handle_t pipe, usb_intr_req_t *req)
usr/src/uts/common/io/zyd/zyd_usb.c
821
zyd_cmd_in_exc_cb(usb_pipe_handle_t pipe, usb_intr_req_t *req)
usr/src/uts/common/io/zyd/zyd_usb.c
886
zyd_data_in_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/io/zyd/zyd_usb.c
967
zyd_data_in_exc_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
usr/src/uts/common/sys/usb/clients/audio/usb_ac/usb_ac.h
239
usb_pipe_handle_t usb_ac_default_ph;
usr/src/uts/common/sys/usb/clients/audio/usb_as/usb_as.h
109
usb_pipe_handle_t usb_as_default_ph;
usr/src/uts/common/sys/usb/clients/audio/usb_as/usb_as.h
115
usb_pipe_handle_t usb_as_isoc_ph;
usr/src/uts/common/sys/usb/clients/hid/hidvar.h
197
usb_pipe_handle_t hid_default_pipe; /* default pipe */
usr/src/uts/common/sys/usb/clients/hid/hidvar.h
198
usb_pipe_handle_t hid_interrupt_pipe; /* intr pipe handle */
usr/src/uts/common/sys/usb/clients/printer/usbprn.h
108
usb_pipe_handle_t usbprn_def_ph; /* default pipe handle */
usr/src/uts/common/sys/usb/clients/printer/usbprn.h
56
usb_pipe_handle_t ps_handle; /* pipe handle */
usr/src/uts/common/sys/usb/clients/usbecm/usbecm.h
118
usb_pipe_handle_t ecm_bulkout_ph;
usr/src/uts/common/sys/usb/clients/usbecm/usbecm.h
120
usb_pipe_handle_t ecm_bulkin_ph;
usr/src/uts/common/sys/usb/clients/usbecm/usbecm.h
122
usb_pipe_handle_t ecm_intr_ph;
usr/src/uts/common/sys/usb/clients/usbecm/usbecm.h
94
usb_pipe_handle_t ecm_def_ph; /* default pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbftdi/uftdi_var.h
83
usb_pipe_handle_t uf_def_ph; /* default pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbftdi/uftdi_var.h
84
usb_pipe_handle_t uf_bulkin_ph; /* in pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbftdi/uftdi_var.h
86
usb_pipe_handle_t uf_bulkout_ph; /* in pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbsacm/usbsacm.h
105
usb_pipe_handle_t acm_def_ph; /* default pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbsacm/usbsacm.h
63
usb_pipe_handle_t acm_bulkin_ph; /* in pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbsacm/usbsacm.h
65
usb_pipe_handle_t acm_bulkout_ph; /* out pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbsacm/usbsacm.h
67
usb_pipe_handle_t acm_intr_ph; /* intr pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbser_dsdi.h
199
usb_pipe_handle_t (*ds_out_pipe)(ds_hdl_t, uint_t port_num);
usr/src/uts/common/sys/usb/clients/usbser/usbser_dsdi.h
200
usb_pipe_handle_t (*ds_in_pipe)(ds_hdl_t, uint_t port_num);
usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/keyspan_pipe.h
44
usb_pipe_handle_t pipe_handle; /* pipe handle */
usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/keyspan_var.h
168
usb_pipe_handle_t ks_datain_pipe_handle;
usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/keyspan_var.h
334
void keyspan_bulkin_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/keyspan_var.h
335
void keyspan_bulkout_cb(usb_pipe_handle_t, usb_bulk_req_t *);
usr/src/uts/common/sys/usb/clients/usbser/usbsprl/pl2303_var.h
83
usb_pipe_handle_t pl_def_ph; /* default pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbsprl/pl2303_var.h
84
usb_pipe_handle_t pl_bulkin_ph; /* in pipe hdl */
usr/src/uts/common/sys/usb/clients/usbser/usbsprl/pl2303_var.h
86
usb_pipe_handle_t pl_bulkout_ph; /* in pipe hdl */
usr/src/uts/common/sys/usb/clients/usbskel/usbskel.h
61
usb_pipe_handle_t usbskel_intr_ph; /* Intr pipe handle. */
usr/src/uts/common/sys/usb/clients/video/usbvc/usbvc_var.h
120
usb_pipe_handle_t datain_ph; /* current isoc pipe handle */
usr/src/uts/common/sys/usb/clients/video/usbvc/usbvc_var.h
244
usb_pipe_handle_t usbvc_default_ph; /* default pipe */
usr/src/uts/common/sys/usb/hubd/hubdvar.h
165
usb_pipe_handle_t h_default_pipe;
usr/src/uts/common/sys/usb/hubd/hubdvar.h
170
usb_pipe_handle_t h_ep1_ph;
usr/src/uts/common/sys/usb/scsa2usb/scsa2usb.h
322
usb_pipe_handle_t scsa2usb_default_pipe; /* Default pipe Hndle */
usr/src/uts/common/sys/usb/scsa2usb/scsa2usb.h
323
usb_pipe_handle_t scsa2usb_intr_pipe; /* Intr polling Hndle */
usr/src/uts/common/sys/usb/scsa2usb/scsa2usb.h
324
usb_pipe_handle_t scsa2usb_bulkin_pipe; /* Bulk Inpipe Handle */
usr/src/uts/common/sys/usb/scsa2usb/scsa2usb.h
325
usb_pipe_handle_t scsa2usb_bulkout_pipe; /* Bulk Outpipe Hndle */
usr/src/uts/common/sys/usb/usba/genconsole.h
119
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/genconsole.h
73
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
176
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
181
usba10_usb_ep_num(usb_pipe_handle_t ph);
usr/src/uts/common/sys/usb/usba/usba10.h
189
usb_pipe_handle_t *pipe_handle);
usr/src/uts/common/sys/usb/usba/usba10.h
194
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
197
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba10.h
206
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
210
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba10.h
218
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
222
usba10_usb_pipe_get_private(usb_pipe_handle_t pipe_handle);
usr/src/uts/common/sys/usb/usba/usba10.h
227
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
230
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba10.h
247
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
254
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba10.h
263
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba10.h
271
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
284
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba10.h
303
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba10.h
327
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
347
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
353
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
374
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
380
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usba/usba10.h
59
usb_ep_num(usb_pipe_handle_t ph);
usr/src/uts/common/sys/usb/usba/usba10.h
64
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba_impl.h
289
void (*cb)(usb_pipe_handle_t, usb_opaque_t,
usr/src/uts/common/sys/usb/usba/usba_impl.h
418
usb_pipe_handle_t usba_get_dflt_pipe_handle(dev_info_t *);
usr/src/uts/common/sys/usb/usba/usba_impl.h
419
dev_info_t *usba_get_dip(usb_pipe_handle_t);
usr/src/uts/common/sys/usb/usba/usba_impl.h
420
usb_pipe_handle_t usba_usbdev_to_dflt_pipe_handle(usba_device_t *);
usr/src/uts/common/sys/usb/usba/usba_impl.h
421
usb_pipe_handle_t usba_get_pipe_handle(usba_pipe_handle_data_t *);
usr/src/uts/common/sys/usb/usba/usba_impl.h
422
usba_pipe_handle_data_t *usba_get_ph_data(usb_pipe_handle_t);
usr/src/uts/common/sys/usb/usba/usba_impl.h
427
usba_pipe_handle_data_t *usba_hold_ph_data(usb_pipe_handle_t);
usr/src/uts/common/sys/usb/usba/usba_impl.h
71
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usba/usba_private.h
333
usb_pipe_policy_t *usba_pipe_get_policy(usb_pipe_handle_t);
usr/src/uts/common/sys/usb/usba/usba_ugend.h
194
usb_pipe_handle_t ep_ph; /* Endpoint pipe handle */
usr/src/uts/common/sys/usb/usba/usbai_private.h
125
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
1040
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
1104
usb_pipe_handle_t *pipe_handle);
usr/src/uts/common/sys/usb/usbai.h
1111
usb_pipe_handle_t *pipe_handle);
usr/src/uts/common/sys/usb/usbai.h
1154
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
1157
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1195
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
1199
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1233
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
1236
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1252
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
1257
usb_pipe_handle_t pipe_handle);
usr/src/uts/common/sys/usb/usbai.h
1376
void (*ctrl_cb)(usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1393
void (*ctrl_exc_cb)(usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1556
int usb_pipe_ctrl_xfer(usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
1618
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
1667
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1703
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1753
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1816
usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1906
void (*bulk_cb)(usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1910
void (*bulk_exc_cb)(usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
1960
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
2065
void (*intr_cb)(usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
2069
void (*intr_exc_cb)(usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
2122
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
2147
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
2295
void (*isoc_cb)(usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
2299
void (*isoc_exc_cb)(usb_pipe_handle_t ph,
usr/src/uts/common/sys/usb/usbai.h
2370
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
2395
usb_pipe_handle_t pipe_handle,
usr/src/uts/common/sys/usb/usbai.h
585
usb_pipe_handle_t dev_default_ph; /* default pipe handle */