OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bx_pipe
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uvideo.c
205
struct usbd_pipe *
bx_pipe
;
member in struct:uvideo_bulk_xfer
1604
&bx->
bx_pipe
);
1610
DPRINTF(("uvideo: pipe %p\n", bx->
bx_pipe
));
1612
error = usbd_create_xfer(bx->
bx_pipe
, vs->vs_max_payload_size,
1767
if (bx->
bx_pipe
) {
1768
usbd_abort_pipe(bx->
bx_pipe
);
1776
if (bx->
bx_pipe
) {
1777
usbd_close_pipe(bx->
bx_pipe
);
1778
bx->
bx_pipe
= NULL;
1970
err = usbd_bulk_transfer(bx->bx_xfer, bx->
bx_pipe
,
[
all
...]
uvideo.c
205
struct usbd_pipe *
bx_pipe
;
member in struct:uvideo_bulk_xfer
1604
&bx->
bx_pipe
);
1610
DPRINTF(("uvideo: pipe %p\n", bx->
bx_pipe
));
1612
error = usbd_create_xfer(bx->
bx_pipe
, vs->vs_max_payload_size,
1767
if (bx->
bx_pipe
) {
1768
usbd_abort_pipe(bx->
bx_pipe
);
1776
if (bx->
bx_pipe
) {
1777
usbd_close_pipe(bx->
bx_pipe
);
1778
bx->
bx_pipe
= NULL;
1970
err = usbd_bulk_transfer(bx->bx_xfer, bx->
bx_pipe
,
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025