OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:up_callingxfer
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/usb/
usbdivar.h
279
struct usbd_xfer *
up_callingxfer
; /* currently in callback */
member in struct:usbd_pipe
usbdi.c
1073
while (pipe->
up_callingxfer
== xfer) {
1090
while (pipe->
up_callingxfer
) {
1093
(uintptr_t)pipe, (uintptr_t)pipe->
up_callingxfer
, 0, 0);
1198
KASSERT(pipe->
up_callingxfer
== NULL);
1199
pipe->
up_callingxfer
= xfer;
1211
KASSERT(pipe->
up_callingxfer
== xfer);
1212
pipe->
up_callingxfer
= NULL;
usb_subr.c
963
p->
up_callingxfer
= NULL;
986
KASSERT(p->
up_callingxfer
== NULL);
Completed in 2389 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025