OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hp_wxfer
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
uhso.c
313
struct usbd_xfer *
hp_wxfer
; /* output xfer */
member in struct:uhso_port
895
error = usbd_create_xfer(pipe0, hp->hp_wsize, 0, 0, &hp->
hp_wxfer
);
899
hp->hp_wbuf = usbd_get_buffer(hp->
hp_wxfer
);
931
usbd_setup_default_xfer(hp->
hp_wxfer
, sc->sc_udev, hp, USBD_NO_TIMEOUT,
934
status = usbd_transfer(hp->
hp_wxfer
);
1173
&hp->
hp_wxfer
);
1176
hp->hp_wbuf = usbd_get_buffer(hp->
hp_wxfer
);
1212
if (hp->
hp_wxfer
!= NULL) {
1213
usbd_destroy_xfer(hp->
hp_wxfer
);
1214
hp->
hp_wxfer
= NULL
[
all
...]
Completed in 10 milliseconds
Indexes created Sat Nov 01 05:10:12 GMT 2025