Symbol: usb_xfer
sys/bus/u4b/audio/uaudio.c
202
struct usb_xfer *xfer[UAUDIO_NCHANBUFS + 1];
sys/bus/u4b/audio/uaudio.c
2047
uaudio_chan_play_sync_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/audio/uaudio.c
2135
uaudio_chan_play_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/audio/uaudio.c
2299
uaudio_chan_record_sync_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/audio/uaudio.c
2305
uaudio_chan_record_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/audio/uaudio.c
270
struct usb_xfer *xfer[UMIDI_N_TRANSFER];
sys/bus/u4b/audio/uaudio.c
298
struct usb_xfer *xfer[UAUDIO_HID_N_TRANSFER];
sys/bus/u4b/audio/uaudio.c
333
struct usb_xfer *sc_mixer_xfer[1];
sys/bus/u4b/audio/uaudio.c
5133
uaudio_mixer_write_cfg_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/audio/uaudio.c
5458
umidi_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/audio/uaudio.c
5660
umidi_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/audio/uaudio.c
6009
uaudio_hid_rx_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/controller/ehci.c
1102
ehci_data_toggle_update(struct usb_xfer *xfer, uint16_t actlen, uint16_t xlen)
sys/bus/u4b/controller/ehci.c
1124
ehci_non_isoc_done_sub(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
122
static void ehci_device_done(struct usb_xfer *, usb_error_t);
sys/bus/u4b/controller/ehci.c
1222
ehci_non_isoc_done(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
123
static uint8_t ehci_check_transfer(struct usb_xfer *);
sys/bus/u4b/controller/ehci.c
1291
ehci_check_transfer(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
1446
struct usb_xfer *xfer;
sys/bus/u4b/controller/ehci.c
1565
struct usb_xfer *xfer = arg;
sys/bus/u4b/controller/ehci.c
1783
ehci_setup_standard_chain(struct usb_xfer *xfer, ehci_qh_t **qh_last)
sys/bus/u4b/controller/ehci.c
2078
ehci_isoc_fs_done(ehci_softc_t *sc, struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2131
ehci_isoc_hs_done(ehci_softc_t *sc, struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2204
ehci_device_done(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/controller/ehci.c
2255
ehci_device_bulk_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2261
ehci_device_bulk_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2267
ehci_device_bulk_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2290
ehci_device_bulk_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2322
ehci_device_ctrl_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2328
ehci_device_ctrl_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2334
ehci_device_ctrl_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2340
ehci_device_ctrl_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2363
ehci_device_intr_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2402
ehci_device_intr_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2415
ehci_device_intr_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2421
ehci_device_intr_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2444
ehci_device_isoc_fs_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2485
ehci_device_isoc_fs_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2491
ehci_device_isoc_fs_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2707
ehci_device_isoc_fs_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2736
ehci_device_isoc_hs_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2785
ehci_device_isoc_hs_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2794
ehci_device_isoc_hs_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
2998
ehci_device_isoc_hs_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
3497
struct usb_xfer *xfer;
sys/bus/u4b/controller/ehci.c
3744
ehci_xfer_unsetup(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
3810
struct usb_xfer *xfer;
sys/bus/u4b/controller/ehci.c
3844
struct usb_xfer *xfer;
sys/bus/u4b/controller/ehci.c
3925
ehci_start_dma_delay_second(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
3945
ehci_start_dma_delay(struct usb_xfer *xfer)
sys/bus/u4b/controller/ehci.c
933
ehci_transfer_intr_enqueue(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1023
ohci_check_transfer(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1085
struct usb_xfer *xfer;
sys/bus/u4b/controller/ohci.c
114
static void ohci_device_done(struct usb_xfer *xfer, usb_error_t error);
sys/bus/u4b/controller/ohci.c
116
static uint8_t ohci_check_transfer(struct usb_xfer *xfer);
sys/bus/u4b/controller/ohci.c
1221
struct usb_xfer *xfer = arg;
sys/bus/u4b/controller/ohci.c
1386
ohci_setup_standard_chain(struct usb_xfer *xfer, ohci_ed_t **ed_last)
sys/bus/u4b/controller/ohci.c
1626
ohci_device_done(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/controller/ohci.c
1665
ohci_device_bulk_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1671
ohci_device_bulk_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1677
ohci_device_bulk_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1683
ohci_device_bulk_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1706
ohci_device_ctrl_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1712
ohci_device_ctrl_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1718
ohci_device_ctrl_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1724
ohci_device_ctrl_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1747
ohci_device_intr_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1780
ohci_device_intr_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1790
ohci_device_intr_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1796
ohci_device_intr_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1819
ohci_device_isoc_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1825
ohci_device_isoc_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
1832
ohci_device_isoc_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
2009
ohci_device_isoc_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
2381
struct usb_xfer *xfer;
sys/bus/u4b/controller/ohci.c
2574
ohci_xfer_unsetup(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
2593
struct usb_xfer *xfer;
sys/bus/u4b/controller/ohci.c
2631
struct usb_xfer *xfer;
sys/bus/u4b/controller/ohci.c
634
ohci_transfer_intr_enqueue(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
712
ohci_isoc_done(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
794
ohci_non_isoc_done_sub(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
887
ohci_non_isoc_done(struct usb_xfer *xfer)
sys/bus/u4b/controller/ohci.c
939
ohci_check_transfer_sub(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1002
uhci_isoc_done(uhci_softc_t *sc, struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1069
uhci_non_isoc_done_sub(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1187
uhci_non_isoc_done(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1245
uhci_check_transfer_sub(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1305
uhci_check_transfer(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1403
struct usb_xfer *xfer;
sys/bus/u4b/controller/uhci.c
1499
struct usb_xfer *xfer = arg;
sys/bus/u4b/controller/uhci.c
155
static void uhci_device_done(struct usb_xfer *, usb_error_t);
sys/bus/u4b/controller/uhci.c
156
static void uhci_transfer_intr_enqueue(struct usb_xfer *);
sys/bus/u4b/controller/uhci.c
158
static uint8_t uhci_check_transfer(struct usb_xfer *);
sys/bus/u4b/controller/uhci.c
1661
uhci_setup_standard_chain(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1842
uhci_device_done(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/controller/uhci.c
1894
uhci_device_bulk_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1900
uhci_device_bulk_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1906
uhci_device_bulk_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1912
uhci_device_bulk_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1951
uhci_device_ctrl_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1957
uhci_device_ctrl_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1963
uhci_device_ctrl_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
1969
uhci_device_ctrl_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
199
uhci_mem_layout_init(struct uhci_mem_layout *ml, struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2013
uhci_device_intr_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2046
uhci_device_intr_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2056
uhci_device_intr_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2062
uhci_device_intr_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2100
uhci_device_isoc_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2129
uhci_device_isoc_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2135
uhci_device_isoc_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2290
uhci_device_isoc_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
2835
struct usb_xfer *xfer;
sys/bus/u4b/controller/uhci.c
3059
uhci_xfer_unsetup(struct usb_xfer *xfer)
sys/bus/u4b/controller/uhci.c
3078
struct usb_xfer *xfer;
sys/bus/u4b/controller/uhci.c
3120
struct usb_xfer *xfer;
sys/bus/u4b/controller/uhci.c
875
uhci_transfer_intr_enqueue(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
145
static void xhci_device_done(struct usb_xfer *, usb_error_t);
sys/bus/u4b/controller/xhci.c
160
static void xhci_endpoint_doorbell(struct usb_xfer *);
sys/bus/u4b/controller/xhci.c
1700
struct usb_xfer *xfer = arg;
sys/bus/u4b/controller/xhci.c
2028
xhci_setup_generic_chain(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
2511
xhci_configure_endpoint_by_xfer(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
2855
xhci_endpoint_doorbell(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
2875
xhci_transfer_remove(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/controller/xhci.c
2897
xhci_transfer_insert(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
3071
xhci_device_done(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/controller/xhci.c
3087
xhci_device_generic_open(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
3101
xhci_device_generic_close(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
3120
usb_stream_t stream_id, struct usb_xfer *enter_xfer)
sys/bus/u4b/controller/xhci.c
3122
struct usb_xfer *xfer;
sys/bus/u4b/controller/xhci.c
3155
xhci_device_generic_enter(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
3167
xhci_device_generic_start(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
3730
struct usb_xfer *xfer;
sys/bus/u4b/controller/xhci.c
3849
xhci_configure_reset_endpoint(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
3984
xhci_xfer_unsetup(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
3990
xhci_start_dma_delay(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
4006
struct usb_xfer *xfer;
sys/bus/u4b/controller/xhci.c
713
xhci_generic_done_sub(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
795
xhci_generic_done(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
835
xhci_activate_transfer(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
855
xhci_skip_transfer(struct usb_xfer *xfer)
sys/bus/u4b/controller/xhci.c
943
struct usb_xfer *xfer;
sys/bus/u4b/controller/xhci.h
414
struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];
sys/bus/u4b/gadget/g_audio.c
424
g_audio_isoc_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/gadget/g_audio.c
487
g_audio_isoc_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/gadget/g_audio.c
73
struct usb_xfer *sc_xfer[G_AUDIO_N_TRANSFER];
sys/bus/u4b/gadget/g_keyboard.c
111
struct usb_xfer *sc_xfer[G_KEYBOARD_N_TRANSFER];
sys/bus/u4b/gadget/g_keyboard.c
299
g_keyboard_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/gadget/g_modem.c
337
g_modem_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/gadget/g_modem.c
368
g_modem_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/gadget/g_modem.c
450
g_modem_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/gadget/g_modem.c
72
struct usb_xfer *sc_xfer[G_MODEM_N_TRANSFER];
sys/bus/u4b/gadget/g_mouse.c
107
struct usb_xfer *sc_xfer[G_MOUSE_N_TRANSFER];
sys/bus/u4b/gadget/g_mouse.c
332
g_mouse_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/uep.c
189
uep_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/uep.c
88
struct usb_xfer *xfer[UEP_N_TRANSFER];
sys/bus/u4b/input/uhid.c
151
uhid_intr_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/uhid.c
180
uhid_intr_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/uhid.c
254
uhid_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/uhid.c
315
uhid_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/uhid.c
95
struct usb_xfer *sc_xfer[UHID_N_TRANSFER];
sys/bus/u4b/input/ukbd.c
169
struct usb_xfer *sc_xfer[UKBD_N_TRANSFER];
sys/bus/u4b/input/ukbd.c
679
ukbd_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/ukbd.c
867
ukbd_set_leds_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/ums.c
134
struct usb_xfer *sc_xfer[UMS_N_TRANSFER];
sys/bus/u4b/input/ums.c
212
ums_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/input/wsp.c
538
struct usb_xfer *sc_xfer[WSP_N_TRANSFER];
sys/bus/u4b/input/wsp.c
837
wsp_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_aue.c
726
aue_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_aue.c
769
aue_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_aue.c
836
aue_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_auereg.h
207
struct usb_xfer *sc_xfer[AUE_N_TRANSFER];
sys/bus/u4b/net/if_axe.c
1158
axe_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_axe.c
993
axe_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_axereg.h
336
struct usb_xfer *sc_xfer[AXE_N_TRANSFER];
sys/bus/u4b/net/if_axge.c
594
axge_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_axge.c
628
axge_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_axgereg.h
164
struct usb_xfer *sc_xfer[AXGE_N_TRANSFER];
sys/bus/u4b/net/if_cdce.c
1051
cdce_intr_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_cdce.c
1084
cdce_intr_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_cdce.c
1212
cdce_ncm_fill_tx_frames(struct usb_xfer *xfer, uint8_t index)
sys/bus/u4b/net/if_cdce.c
1365
cdce_ncm_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_cdce.c
1422
cdce_ncm_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_cdce.c
774
cdce_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_cdce.c
972
cdce_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_cdcereg.h
85
struct usb_xfer *sc_xfer[CDCE_N_TRANSFER];
sys/bus/u4b/net/if_cue.c
444
cue_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_cue.c
493
cue_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_cuereg.h
124
struct usb_xfer *sc_xfer[CUE_N_TRANSFER];
sys/bus/u4b/net/if_ipheth.c
381
ipheth_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_ipheth.c
467
ipheth_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_iphethvar.h
71
struct usb_xfer *sc_xfer[IPHETH_N_TRANSFER];
sys/bus/u4b/net/if_kue.c
532
kue_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_kue.c
581
kue_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_kuereg.h
130
struct usb_xfer *sc_xfer[KUE_N_TRANSFER];
sys/bus/u4b/net/if_mos.c
162
static void mos_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error);
sys/bus/u4b/net/if_mos.c
163
static void mos_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error);
sys/bus/u4b/net/if_mos.c
164
static void mos_intr_callback(struct usb_xfer *xfer, usb_error_t error);
sys/bus/u4b/net/if_mos.c
777
mos_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_mos.c
850
mos_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_mos.c
976
mos_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_mosreg.h
164
struct usb_xfer *sc_xfer[MOS_ENDPT_MAX];
sys/bus/u4b/net/if_udav.c
566
udav_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_udav.c
647
udav_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_udav.c
703
udav_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_udavreg.h
157
struct usb_xfer *sc_xfer[UDAV_N_TRANSFER];
sys/bus/u4b/net/if_urndis.c
1002
urndis_intr_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_urndis.c
780
urndis_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_urndis.c
910
urndis_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/net/if_urndisreg.h
48
struct usb_xfer *sc_xfer[URNDIS_N_TRANSFER];
sys/bus/u4b/serial/u3g.c
107
struct usb_xfer *sc_xfer[U3G_MAXPORTS][U3G_N_TRANSFER];
sys/bus/u4b/serial/u3g.c
942
u3g_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/u3g.c
971
u3g_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uark.c
249
uark_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uark.c
279
uark_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uark.c
87
struct usb_xfer *sc_xfer[UARK_N_TRANSFER];
sys/bus/u4b/serial/ubsa.c
154
struct usb_xfer *sc_xfer[UBSA_N_TRANSFER];
sys/bus/u4b/serial/ubsa.c
546
ubsa_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ubsa.c
577
ubsa_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ubsa.c
608
ubsa_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ubser.c
122
struct usb_xfer *sc_xfer[UBSER_N_TRANSFER];
sys/bus/u4b/serial/ubser.c
374
ubser_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ubser.c
421
ubser_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uchcom.c
159
struct usb_xfer *sc_xfer[UCHCOM_N_TRANSFER];
sys/bus/u4b/serial/uchcom.c
712
uchcom_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uchcom.c
754
uchcom_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uchcom.c
786
uchcom_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ucycom.c
341
ucycom_ctrl_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ucycom.c
510
ucycom_intr_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ucycom.c
77
struct usb_xfer *sc_xfer[UCYCOM_N_TRANSFER];
sys/bus/u4b/serial/ufoma.c
165
struct usb_xfer *sc_ctrl_xfer[UFOMA_CTRL_ENDPT_MAX];
sys/bus/u4b/serial/ufoma.c
166
struct usb_xfer *sc_bulk_xfer[UFOMA_BULK_ENDPT_MAX];
sys/bus/u4b/serial/ufoma.c
557
ufoma_ctrl_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ufoma.c
612
ufoma_ctrl_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ufoma.c
658
ufoma_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ufoma.c
769
ufoma_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ufoma.c
798
ufoma_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uftdi.c
390
uftdi_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uftdi.c
427
uftdi_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uftdi.c
96
struct usb_xfer *sc_xfer[UFTDI_N_TRANSFER];
sys/bus/u4b/serial/ugensa.c
272
ugensa_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ugensa.c
301
ugensa_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ugensa.c
77
struct usb_xfer *sc_xfer[UGENSA_N_TRANSFER];
sys/bus/u4b/serial/uipaq.c
1281
uipaq_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uipaq.c
1310
uipaq_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uipaq.c
87
struct usb_xfer *sc_xfer[UIPAQ_N_TRANSFER];
sys/bus/u4b/serial/ulpt.c
104
struct usb_xfer *sc_xfer[ULPT_N_TRANSFER];
sys/bus/u4b/serial/ulpt.c
191
ulpt_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ulpt.c
230
ulpt_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/ulpt.c
290
ulpt_status_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
114
struct usb_xfer *sc_xfer[UMCS7840_N_TRANSFERS]; /* Control structures
sys/bus/u4b/serial/umcs.c
130
struct usb_xfer *sc_intr_xfer; /* Interrupt endpoint */
sys/bus/u4b/serial/umcs.c
184
static void umcs7840_read_callbackN(struct usb_xfer *, usb_error_t, uint8_t);
sys/bus/u4b/serial/umcs.c
185
static void umcs7840_write_callbackN(struct usb_xfer *, usb_error_t, uint8_t);
sys/bus/u4b/serial/umcs.c
729
umcs7840_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
793
umcs7840_read_callback1(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
799
umcs7840_read_callback2(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
804
umcs7840_read_callback3(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
810
umcs7840_read_callback4(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
816
umcs7840_read_callbackN(struct usb_xfer *xfer, usb_error_t error, uint8_t subunit)
sys/bus/u4b/serial/umcs.c
849
umcs7840_write_callback1(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
855
umcs7840_write_callback2(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
861
umcs7840_write_callback3(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
867
umcs7840_write_callback4(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umcs.c
873
umcs7840_write_callbackN(struct usb_xfer *xfer, usb_error_t error, uint8_t subunit)
sys/bus/u4b/serial/umct.c
274
struct usb_xfer *temp = sc->sc_xfer[UMCT_INTR_DT_RD];
sys/bus/u4b/serial/umct.c
342
umct_intr_callback_sub(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umct.c
547
umct_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umct.c
558
umct_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umct.c
569
umct_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umct.c
599
umct_read_callback_sub(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umct.c
99
struct usb_xfer *sc_xfer[UMCT_N_TRANSFER];
sys/bus/u4b/serial/umodem.c
164
struct usb_xfer *sc_xfer[UMODEM_N_TRANSFER];
sys/bus/u4b/serial/umodem.c
718
umodem_intr_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umodem.c
745
umodem_intr_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umodem.c
837
umodem_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umodem.c
867
umodem_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umoscom.c
177
struct usb_xfer *sc_xfer[UMOSCOM_N_TRANSFER];
sys/bus/u4b/serial/umoscom.c
601
umoscom_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umoscom.c
634
umoscom_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/umoscom.c
668
umoscom_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uplcom.c
147
struct usb_xfer *sc_xfer[UPLCOM_N_TRANSFER];
sys/bus/u4b/serial/uplcom.c
775
uplcom_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uplcom.c
827
uplcom_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uplcom.c
859
uplcom_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uslcom.c
129
struct usb_xfer *sc_xfer[USLCOM_N_TRANSFER];
sys/bus/u4b/serial/uslcom.c
665
uslcom_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uslcom.c
697
uslcom_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uslcom.c
727
uslcom_control_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uvisor.c
170
struct usb_xfer *sc_xfer[UVISOR_N_TRANSFER];
sys/bus/u4b/serial/uvisor.c
580
uvisor_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uvisor.c
622
uvisor_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uvscom.c
143
struct usb_xfer *sc_xfer[UVSCOM_N_TRANSFER];
sys/bus/u4b/serial/uvscom.c
352
uvscom_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uvscom.c
382
uvscom_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/serial/uvscom.c
412
uvscom_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1186
umass_tr_error(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1202
umass_t_bbb_reset1_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1252
umass_t_bbb_reset2_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1259
umass_t_bbb_reset3_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1266
umass_t_bbb_data_clear_stall_callback(struct usb_xfer *xfer,
sys/bus/u4b/storage/umass.c
1290
umass_t_bbb_command_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1376
umass_t_bbb_data_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1424
umass_t_bbb_data_rd_cs_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1431
umass_t_bbb_data_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1479
umass_t_bbb_data_wr_cs_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1486
umass_t_bbb_status_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1682
umass_t_cbi_reset1_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1753
umass_t_cbi_reset2_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1760
umass_t_cbi_reset3_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1772
umass_t_cbi_reset4_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1779
umass_t_cbi_data_clear_stall_callback(struct usb_xfer *xfer,
sys/bus/u4b/storage/umass.c
1807
umass_t_cbi_command_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1887
umass_t_cbi_data_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1936
umass_t_cbi_data_rd_cs_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1943
umass_t_cbi_data_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1992
umass_t_cbi_data_wr_cs_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
1999
umass_t_cbi_status_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/umass.c
426
struct usb_xfer *sc_xfer[UMASS_T_MAX];
sys/bus/u4b/storage/umass.c
484
static void umass_t_bbb_data_clear_stall_callback(struct usb_xfer *,
sys/bus/u4b/storage/umass.c
490
static void umass_t_cbi_data_clear_stall_callback(struct usb_xfer *,
sys/bus/u4b/storage/urio.c
258
urio_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/urio.c
292
urio_write_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/urio.c
295
struct usb_xfer *xfer_other = sc->sc_xfer[URIO_T_WR];
sys/bus/u4b/storage/urio.c
305
urio_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/urio.c
341
urio_read_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/urio.c
344
struct usb_xfer *xfer_other = sc->sc_xfer[URIO_T_RD];
sys/bus/u4b/storage/urio.c
97
struct usb_xfer *sc_xfer[URIO_T_MAX];
sys/bus/u4b/storage/ustorage_fs.c
202
struct usb_xfer *sc_xfer[USTORAGE_FS_T_BBB_MAX];
sys/bus/u4b/storage/ustorage_fs.c
514
ustorage_fs_t_bbb_command_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/ustorage_fs.c
641
ustorage_fs_t_bbb_data_dump_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/ustorage_fs.c
693
ustorage_fs_t_bbb_data_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/ustorage_fs.c
748
ustorage_fs_t_bbb_data_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/storage/ustorage_fs.c
810
ustorage_fs_t_bbb_status_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_busdma.c
1020
usb_bdma_pre_sync(struct usb_xfer *xfer)
sys/bus/u4b/usb_busdma.c
1052
usb_bdma_post_sync(struct usb_xfer *xfer)
sys/bus/u4b/usb_busdma.c
875
struct usb_xfer *xfer;
sys/bus/u4b/usb_busdma.h
146
void usb_bdma_post_sync(struct usb_xfer *xfer);
sys/bus/u4b/usb_busdma.h
147
void usb_bdma_pre_sync(struct usb_xfer *xfer);
sys/bus/u4b/usb_controller.h
110
void (*xfer_stall) (struct usb_xfer *xfer);
sys/bus/u4b/usb_controller.h
139
void (*start_dma_delay) (struct usb_xfer *);
sys/bus/u4b/usb_controller.h
160
void (*open)(struct usb_xfer *);
sys/bus/u4b/usb_controller.h
161
void (*close)(struct usb_xfer *);
sys/bus/u4b/usb_controller.h
163
void (*enter)(struct usb_xfer *);
sys/bus/u4b/usb_controller.h
164
void (*start)(struct usb_xfer *);
sys/bus/u4b/usb_controller.h
196
uint8_t usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time);
sys/bus/u4b/usb_controller.h
63
void (*xfer_unsetup) (struct usb_xfer *);
sys/bus/u4b/usb_core.h
131
TAILQ_ENTRY(usb_xfer) wait_entry; /* used at various places */
sys/bus/u4b/usb_core.h
72
struct usb_xfer;
sys/bus/u4b/usb_debug.c
160
struct usb_xfer *xfer;
sys/bus/u4b/usb_debug.c
203
usb_dump_xfer(struct usb_xfer *xfer)
sys/bus/u4b/usb_debug.h
56
struct usb_xfer;
sys/bus/u4b/usb_debug.h
62
void usb_dump_xfer(struct usb_xfer *xfer);
sys/bus/u4b/usb_dev.h
113
struct usb_xfer *xfer[2];
sys/bus/u4b/usb_dev.h
114
struct usb_xfer **fs_xfer;
sys/bus/u4b/usb_device.c
969
struct usb_xfer *xfer;
sys/bus/u4b/usb_device.h
175
struct usb_xfer dummy;
sys/bus/u4b/usb_device.h
212
struct usb_xfer *ctrl_xfer[USB_CTRL_XFER_MAX];
sys/bus/u4b/usb_device.h
69
struct usb_xfer *bsd_xfer[2];
sys/bus/u4b/usb_generic.c
1037
struct usb_xfer *xfer;
sys/bus/u4b/usb_generic.c
1213
struct usb_xfer *xfer;
sys/bus/u4b/usb_generic.c
1399
struct usb_xfer *xfer;
sys/bus/u4b/usb_generic.c
2314
ugen_ctrl_fs_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_generic.c
402
ugen_ctrl_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_generic.c
454
ugen_ctrl_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_generic.c
492
ugen_read_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_generic.c
495
struct usb_xfer *xfer_other = f->xfer[0];
sys/bus/u4b/usb_generic.c
509
ugen_write_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_generic.c
512
struct usb_xfer *xfer_other = f->xfer[0];
sys/bus/u4b/usb_generic.c
526
ugen_isoc_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_generic.c
565
ugen_isoc_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_handle_request.c
141
usb_handle_set_config(struct usb_xfer *xfer, uint8_t conf_no)
sys/bus/u4b/usb_handle_request.c
210
usb_handle_iface_request(struct usb_xfer *xfer,
sys/bus/u4b/usb_handle_request.c
377
usb_handle_set_stall(struct usb_xfer *xfer, uint8_t ep, uint8_t do_stall)
sys/bus/u4b/usb_handle_request.c
422
usb_handle_remote_wakeup(struct usb_xfer *xfer, uint8_t is_on)
sys/bus/u4b/usb_handle_request.c
459
usb_handle_request(struct usb_xfer *xfer)
sys/bus/u4b/usb_handle_request.c
65
static usb_error_t usb_handle_remote_wakeup(struct usb_xfer *, uint8_t);
sys/bus/u4b/usb_handle_request.c
66
static usb_error_t usb_handle_request(struct usb_xfer *);
sys/bus/u4b/usb_handle_request.c
67
static usb_error_t usb_handle_set_config(struct usb_xfer *, uint8_t);
sys/bus/u4b/usb_handle_request.c
68
static usb_error_t usb_handle_set_stall(struct usb_xfer *, uint8_t,
sys/bus/u4b/usb_handle_request.c
70
static usb_error_t usb_handle_iface_request(struct usb_xfer *, void **,
sys/bus/u4b/usb_handle_request.c
81
usb_handle_request_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_hub.c
122
struct usb_xfer *sc_xfer[UHUB_N_TRANSFER]; /* interrupt xfer */
sys/bus/u4b/usb_hub.c
1903
usb_hs_bandwidth_alloc(struct usb_xfer *xfer)
sys/bus/u4b/usb_hub.c
1984
usb_hs_bandwidth_free(struct usb_xfer *xfer)
sys/bus/u4b/usb_hub.c
2066
usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time)
sys/bus/u4b/usb_hub.c
2068
struct usb_xfer *xfer;
sys/bus/u4b/usb_hub.c
2069
struct usb_xfer *pipe_xfer;
sys/bus/u4b/usb_hub.c
214
uhub_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_hub.c
2346
usbd_transfer_power_ref(struct usb_xfer *xfer, int val)
sys/bus/u4b/usb_hub.c
355
uhub_reset_tt_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_hub.h
66
void usb_hs_bandwidth_alloc(struct usb_xfer *xfer);
sys/bus/u4b/usb_hub.h
67
void usb_hs_bandwidth_free(struct usb_xfer *xfer);
sys/bus/u4b/usb_msctest.c
157
struct usb_xfer *xfer[ST_MAX];
sys/bus/u4b/usb_msctest.c
187
static void bbb_data_clear_stall_callback(struct usb_xfer *, uint8_t,
sys/bus/u4b/usb_msctest.c
282
bbb_data_clear_stall_callback(struct usb_xfer *xfer,
sys/bus/u4b/usb_msctest.c
301
bbb_command_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_msctest.c
339
bbb_data_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_msctest.c
384
bbb_data_rd_cs_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_msctest.c
391
bbb_data_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_msctest.c
436
bbb_data_wr_cs_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_msctest.c
443
bbb_status_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_msctest.c
486
bbb_raw_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_pf.c
293
usbpf_xfer_frame_is_read(struct usb_xfer *xfer, uint32_t frame)
sys/bus/u4b/usb_pf.c
314
usbpf_xfer_precompute_size(struct usb_xfer *xfer, int type)
sys/bus/u4b/usb_pf.c
345
usbpf_xfertap(struct usb_xfer *xfer, int type)
sys/bus/u4b/usb_pf.c
74
static int usbpf_xfer_frame_is_read(struct usb_xfer *, uint32_t);
sys/bus/u4b/usb_pf.c
75
static uint32_t usbpf_xfer_precompute_size(struct usb_xfer *, int);
sys/bus/u4b/usb_pf.h
117
void usbpf_xfertap(struct usb_xfer *, int);
sys/bus/u4b/usb_request.c
200
usbd_do_request_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_request.c
222
usb_do_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_request.c
410
struct usb_xfer *xfer;
sys/bus/u4b/usb_transfer.c
106
static void usbd_update_max_frame_size(struct usb_xfer *);
sys/bus/u4b/usb_transfer.c
109
static void usbd_control_transfer_init(struct usb_xfer *);
sys/bus/u4b/usb_transfer.c
110
static int usbd_setup_ctrl_transfer(struct usb_xfer *);
sys/bus/u4b/usb_transfer.c
112
static void usbd_callback_ss_done_defer(struct usb_xfer *);
sys/bus/u4b/usb_transfer.c
115
static uint8_t usbd_callback_wrapper_sub(struct usb_xfer *);
sys/bus/u4b/usb_transfer.c
123
usb_request_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_transfer.c
1367
usbd_transfer_unsetup(struct usb_xfer **pxfer, uint16_t n_setup)
sys/bus/u4b/usb_transfer.c
1369
struct usb_xfer *xfer;
sys/bus/u4b/usb_transfer.c
138
usbd_update_max_frame_size(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
1454
usbd_control_transfer_init(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
1481
usbd_control_transfer_did_data(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
1508
usbd_setup_ctrl_transfer(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
1662
usbd_transfer_submit(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
1854
usbd_pipe_enter(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
1893
usbd_transfer_start(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
1929
usbd_transfer_stop(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2023
usbd_transfer_pending(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2068
usbd_transfer_drain(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2112
usbd_xfer_get_frame(struct usb_xfer *xfer, usb_frcount_t frindex)
sys/bus/u4b/usb_transfer.c
2120
usbd_xfer_get_frame_buffer(struct usb_xfer *xfer, usb_frcount_t frindex)
sys/bus/u4b/usb_transfer.c
2142
usbd_xfer_get_fps_shift(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2148
usbd_xfer_frame_len(struct usb_xfer *xfer, usb_frcount_t frindex)
sys/bus/u4b/usb_transfer.c
2164
usbd_xfer_set_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
sys/bus/u4b/usb_transfer.c
2175
usbd_xfer_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
sys/bus/u4b/usb_transfer.c
2195
usbd_xfer_old_frame_length(struct usb_xfer *xfer, usb_frcount_t frindex)
sys/bus/u4b/usb_transfer.c
2203
usbd_xfer_status(struct usb_xfer *xfer, int *actlen, int *sumlen, int *aframes,
sys/bus/u4b/usb_transfer.c
2223
usbd_xfer_set_frame_offset(struct usb_xfer *xfer, usb_frlength_t offset,
sys/bus/u4b/usb_transfer.c
2236
usbd_xfer_set_interval(struct usb_xfer *xfer, int i)
sys/bus/u4b/usb_transfer.c
2242
usbd_xfer_set_timeout(struct usb_xfer *xfer, int t)
sys/bus/u4b/usb_transfer.c
2248
usbd_xfer_set_frames(struct usb_xfer *xfer, usb_frcount_t n)
sys/bus/u4b/usb_transfer.c
2254
usbd_xfer_max_frames(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2260
usbd_xfer_max_len(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2266
usbd_xfer_max_framelen(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2272
usbd_xfer_set_frame_len(struct usb_xfer *xfer, usb_frcount_t frindex,
sys/bus/u4b/usb_transfer.c
2315
usbd_callback_ss_done_defer(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2355
struct usb_xfer *xfer = pq->curr;
sys/bus/u4b/usb_transfer.c
2485
usb_dma_delay_done_cb(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2504
usbd_transfer_dequeue(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2524
usbd_transfer_enqueue(struct usb_xfer_queue *pq, struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2551
usbd_transfer_done(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/usb_transfer.c
2622
struct usb_xfer *xfer = arg;
sys/bus/u4b/usb_transfer.c
2654
usbd_xfer_set_stall(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2669
usbd_xfer_is_stalled(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2681
usbd_transfer_clear_stall(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
2706
struct usb_xfer *xfer;
sys/bus/u4b/usb_transfer.c
2837
usbd_transfer_timeout_ms(struct usb_xfer *xfer,
sys/bus/u4b/usb_transfer.c
2865
usbd_callback_wrapper_sub(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
3037
usb_command_wrapper(struct usb_xfer_queue *pq, struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
3100
struct usb_xfer *xfer;
sys/bus/u4b/usb_transfer.c
3237
usbd_clear_stall_callback(struct usb_xfer *xfer1,
sys/bus/u4b/usb_transfer.c
3238
struct usb_xfer *xfer2)
sys/bus/u4b/usb_transfer.c
3309
usbd_transfer_poll(struct usb_xfer **ppxfer, uint16_t max)
sys/bus/u4b/usb_transfer.c
3311
struct usb_xfer *xfer;
sys/bus/u4b/usb_transfer.c
3466
usbd_xfer_softc(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
3472
usbd_xfer_get_priv(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
3478
usbd_xfer_set_priv(struct usb_xfer *xfer, void *ptr)
sys/bus/u4b/usb_transfer.c
3484
usbd_xfer_state(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
3490
usbd_xfer_set_flag(struct usb_xfer *xfer, int flag)
sys/bus/u4b/usb_transfer.c
3509
usbd_xfer_clr_flag(struct usb_xfer *xfer, int flag)
sys/bus/u4b/usb_transfer.c
3533
usbd_xfer_get_timestamp(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
3543
usbd_xfer_maxp_was_clamped(struct usb_xfer *xfer)
sys/bus/u4b/usb_transfer.c
361
struct usb_xfer *xfer = parm->curr_xfer;
sys/bus/u4b/usb_transfer.c
887
const uint8_t *ifaces, struct usb_xfer **ppxfer,
sys/bus/u4b/usb_transfer.c
896
struct usb_xfer *xfer;
sys/bus/u4b/usb_transfer.h
208
struct usb_xfer *curr_xfer;
sys/bus/u4b/usb_transfer.h
231
void usb_dma_delay_done_cb(struct usb_xfer *);
sys/bus/u4b/usb_transfer.h
233
struct usb_xfer *xfer);
sys/bus/u4b/usb_transfer.h
234
void usbd_pipe_enter(struct usb_xfer *xfer);
sys/bus/u4b/usb_transfer.h
236
void usbd_transfer_dequeue(struct usb_xfer *xfer);
sys/bus/u4b/usb_transfer.h
237
void usbd_transfer_done(struct usb_xfer *xfer, usb_error_t error);
sys/bus/u4b/usb_transfer.h
239
struct usb_xfer *xfer);
sys/bus/u4b/usb_transfer.h
249
void usbd_transfer_timeout_ms(struct usb_xfer *xfer,
sys/bus/u4b/usb_transfer.h
252
void usbd_transfer_power_ref(struct usb_xfer *xfer, int val);
sys/bus/u4b/usbdi.h
124
TAILQ_HEAD(, usb_xfer) head;
sys/bus/u4b/usbdi.h
125
struct usb_xfer *curr; /* current USB transfer processed */
sys/bus/u4b/usbdi.h
30
struct usb_xfer;
sys/bus/u4b/usbdi.h
514
uint8_t usbd_clear_stall_callback(struct usb_xfer *xfer1,
sys/bus/u4b/usbdi.h
515
struct usb_xfer *xfer2);
sys/bus/u4b/usbdi.h
521
const uint8_t *ifaces, struct usb_xfer **pxfer,
sys/bus/u4b/usbdi.h
524
void usbd_transfer_submit(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
525
void usbd_transfer_clear_stall(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
526
void usbd_transfer_drain(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
527
uint8_t usbd_transfer_pending(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
528
void usbd_transfer_start(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
529
void usbd_transfer_stop(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
530
void usbd_transfer_unsetup(struct usb_xfer **pxfer, uint16_t n_setup);
sys/bus/u4b/usbdi.h
531
void usbd_transfer_poll(struct usb_xfer **ppxfer, uint16_t max);
sys/bus/u4b/usbdi.h
541
usbd_xfer_old_frame_length(struct usb_xfer *xfer, usb_frcount_t frindex);
sys/bus/u4b/usbdi.h
542
void usbd_xfer_status(struct usb_xfer *xfer, int *actlen, int *sumlen,
sys/bus/u4b/usbdi.h
544
struct usb_page_cache *usbd_xfer_get_frame(struct usb_xfer *, usb_frcount_t);
sys/bus/u4b/usbdi.h
545
void *usbd_xfer_get_frame_buffer(struct usb_xfer *, usb_frcount_t);
sys/bus/u4b/usbdi.h
546
void *usbd_xfer_softc(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
547
void *usbd_xfer_get_priv(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
548
void usbd_xfer_set_priv(struct usb_xfer *xfer, void *);
sys/bus/u4b/usbdi.h
549
void usbd_xfer_set_interval(struct usb_xfer *xfer, int);
sys/bus/u4b/usbdi.h
550
uint8_t usbd_xfer_state(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
551
void usbd_xfer_set_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
sys/bus/u4b/usbdi.h
553
void usbd_xfer_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
sys/bus/u4b/usbdi.h
555
void usbd_xfer_set_frame_offset(struct usb_xfer *xfer, usb_frlength_t offset,
sys/bus/u4b/usbdi.h
557
usb_frlength_t usbd_xfer_max_len(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
558
usb_frlength_t usbd_xfer_max_framelen(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
559
usb_frcount_t usbd_xfer_max_frames(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
560
uint8_t usbd_xfer_get_fps_shift(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
561
usb_frlength_t usbd_xfer_frame_len(struct usb_xfer *xfer,
sys/bus/u4b/usbdi.h
563
void usbd_xfer_set_frame_len(struct usb_xfer *xfer, usb_frcount_t frindex,
sys/bus/u4b/usbdi.h
565
void usbd_xfer_set_timeout(struct usb_xfer *xfer, int timeout);
sys/bus/u4b/usbdi.h
566
void usbd_xfer_set_frames(struct usb_xfer *xfer, usb_frcount_t n);
sys/bus/u4b/usbdi.h
567
void usbd_xfer_set_stall(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
568
int usbd_xfer_is_stalled(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
569
void usbd_xfer_set_flag(struct usb_xfer *xfer, int flag);
sys/bus/u4b/usbdi.h
570
void usbd_xfer_clr_flag(struct usb_xfer *xfer, int flag);
sys/bus/u4b/usbdi.h
571
uint16_t usbd_xfer_get_timestamp(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
572
uint8_t usbd_xfer_maxp_was_clamped(struct usb_xfer *xfer);
sys/bus/u4b/usbdi.h
92
typedef void (usb_callback_t)(struct usb_xfer *, usb_error_t);
sys/bus/u4b/uvc/uvc_drv.c
909
uvc_drv_bulkdata_clear_stall_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/uvc/uvc_drv.c
912
struct usb_xfer *xfer_other = sc->video->data->xfer[2];
sys/bus/u4b/uvc/uvc_drv.c
920
uvc_drv_bulkdata_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/uvc/uvc_drv.c
950
uvc_drv_data_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/uvc/uvc_drv.c
988
uvc_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/uvc/uvc_drv.h
659
struct usb_xfer *xfer[UVC_N_BULKTRANSFER];
sys/bus/u4b/uvc/uvc_drv.h
696
struct usb_xfer *intr_xfer[UVCINTR_N_TRANSFER];
sys/bus/u4b/wlan/if_mtw.c
163
static void mtw_bulk_tx_callbackN(struct usb_xfer *xfer, usb_error_t error,
sys/bus/u4b/wlan/if_mtw.c
2629
mtw_bulk_rx_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_mtw.c
2778
mtw_bulk_tx_callbackN(struct usb_xfer *xfer, usb_error_t error, u_int index)
sys/bus/u4b/wlan/if_mtw.c
2908
mtw_fw_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_mtw.c
2946
mtw_bulk_tx_callback0(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_mtw.c
2952
mtw_bulk_tx_callback1(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_mtw.c
2960
mtw_bulk_tx_callback2(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_mtw.c
2966
mtw_bulk_tx_callback3(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_mtw.c
2972
mtw_bulk_tx_callback4(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_mtw.c
2978
mtw_bulk_tx_callback5(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_mtwvar.h
308
struct usb_xfer *sc_xfer[MTW_N_XFER];
sys/bus/u4b/wlan/if_rum.c
1028
rum_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_rum.c
1127
rum_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_rumvar.h
119
struct usb_xfer *sc_xfer[RUM_N_TRANSFER];
sys/bus/u4b/wlan/if_run.c
2897
run_bulk_rx_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_run.c
3055
run_bulk_tx_callbackN(struct usb_xfer *xfer, usb_error_t error, u_int index)
sys/bus/u4b/wlan/if_run.c
3177
run_bulk_tx_callback0(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_run.c
3183
run_bulk_tx_callback1(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_run.c
3189
run_bulk_tx_callback2(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_run.c
3195
run_bulk_tx_callback3(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_run.c
3201
run_bulk_tx_callback4(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_run.c
3207
run_bulk_tx_callback5(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_run.c
338
static void run_bulk_tx_callbackN(struct usb_xfer *xfer,
sys/bus/u4b/wlan/if_runvar.h
236
struct usb_xfer *sc_xfer[RUN_N_XFER];
sys/bus/u4b/wlan/if_urtwn.c
1132
urtwn_bulk_rx_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_urtwn.c
1351
urtwn_bulk_tx_callback(struct usb_xfer *xfer, usb_error_t error)
sys/bus/u4b/wlan/if_urtwn.c
219
static struct mbuf * urtwn_report_intr(struct usb_xfer *,
sys/bus/u4b/wlan/if_urtwn.c
3197
struct usb_xfer *xfer;
sys/bus/u4b/wlan/if_urtwn.c
915
urtwn_report_intr(struct usb_xfer *xfer, struct urtwn_data *data)
sys/bus/u4b/wlan/if_urtwnvar.h
234
struct usb_xfer *sc_xfer[URTWN_N_TRANSFER];
sys/dev/apple/ir/appleir.c
150
struct usb_xfer *sc_xfer[APPLEIR_N_TRANSFER];
sys/dev/apple/ir/appleir.c
317
apple_ir_intr_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1062
ubt_isoc_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1104
ubt_isoc_read_one_frame(struct usb_xfer *xfer, int frame_no)
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1190
ubt_isoc_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
258
static int ubt_isoc_read_one_frame(struct usb_xfer *, int);
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
722
ubt_ctrl_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
795
ubt_intr_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
894
ubt_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
994
ubt_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt_var.h
93
struct usb_xfer *sc_xfer[UBT_N_TRANSFER];
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
266
ubtbcmfw_write_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
300
ubtbcmfw_read_callback(struct usb_xfer *xfer, usb_error_t error)
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
390
struct usb_xfer *xfer;
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
80
struct usb_xfer *sc_xfer[UBTBCMFW_N_TRANSFER];