OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usbif_pipetype
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
usbif.h
164
#define
usbif_pipetype
(pipe) \
macro
166
#define usbif_pipeisoc(pipe) (
usbif_pipetype
(pipe) == USBIF_PIPE_TYPE_ISOC)
167
#define usbif_pipeint(pipe) (
usbif_pipetype
(pipe) == USBIF_PIPE_TYPE_INT)
168
#define usbif_pipectrl(pipe) (
usbif_pipetype
(pipe) == USBIF_PIPE_TYPE_CTRL)
169
#define usbif_pipebulk(pipe) (
usbif_pipetype
(pipe) == USBIF_PIPE_TYPE_BULK)
Completed in 13 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025