OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UT_READ
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/dev/usb/
uberry.c
119
uberry_cmd(sc,
UT_READ
| UT_VENDOR, 0xa5, 0, 1, dummy, 2);
140
uberry_cmd(sc,
UT_READ
| UT_VENDOR, 0xa9, 1, 1, dummy, 2);
usb.h
99
#define
UT_READ
0x80
112
#define UT_READ_DEVICE (
UT_READ
| UT_STANDARD | UT_DEVICE)
113
#define UT_READ_INTERFACE (
UT_READ
| UT_STANDARD | UT_INTERFACE)
114
#define UT_READ_ENDPOINT (
UT_READ
| UT_STANDARD | UT_ENDPOINT)
118
#define UT_READ_CLASS_DEVICE (
UT_READ
| UT_CLASS | UT_DEVICE)
119
#define UT_READ_CLASS_INTERFACE (
UT_READ
| UT_CLASS | UT_INTERFACE)
120
#define UT_READ_CLASS_OTHER (
UT_READ
| UT_CLASS | UT_OTHER)
121
#define UT_READ_CLASS_ENDPOINT (
UT_READ
| UT_CLASS | UT_ENDPOINT)
126
#define UT_READ_VENDOR_DEVICE (
UT_READ
| UT_VENDOR | UT_DEVICE)
127
#define UT_READ_VENDOR_INTERFACE (
UT_READ
| UT_VENDOR | UT_INTERFACE
[
all
...]
usbdivar.h
409
return xfer->ux_request.bmRequestType &
UT_READ
;
uplcom.c
606
if (UT_GET_DIR(req.bmRequestType) ==
UT_READ
) {
motg.c
1588
if (xfer->ux_request.bmRequestType &
UT_READ
) {
1609
if (xfer->ux_request.bmRequestType &
UT_READ
) {
usb.c
1006
ur->ucr_request.bmRequestType &
UT_READ
?
vhci.c
608
bool isread = (req->bmRequestType &
UT_READ
) != 0;
ohci.c
1694
int isread = (xfer->ux_request.bmRequestType &
UT_READ
);
2707
int isread = req->bmRequestType &
UT_READ
;
2809
isread = req->bmRequestType &
UT_READ
;
uhci.c
2430
isread = req->bmRequestType &
UT_READ
;
2501
isread = req->bmRequestType &
UT_READ
;
3207
int isread = (xfer->ux_request.bmRequestType &
UT_READ
);
ehci.c
3616
int isread = req->bmRequestType &
UT_READ
;
3724
const int isread = req->bmRequestType &
UT_READ
;
3864
int rd = req->bmRequestType &
UT_READ
;
if_atu.c
324
if (type &
UT_READ
) {
ugen.c
2047
ur->ucr_request.bmRequestType &
UT_READ
?
xhci.c
4568
int rd = req->bmRequestType &
UT_READ
;
/src/sys/external/bsd/dwc2/
dwc2.c
935
epnum, dir ==
UT_READ
? "in" :"out", dev->ud_speed, mps);
942
if ((req->bmRequestType &
UT_READ
) ==
UT_READ
) {
954
epnum, mps, dir ==
UT_READ
? "in" :"out");
968
epnum, mps, dir ==
UT_READ
? "in" :"out");
/src/sys/arch/mips/adm5120/dev/
ahci.c
879
isread = req->bmRequestType &
UT_READ
;
/src/sys/dev/ic/
sl811hs.c
927
(xfer->ux_request.bmRequestType &
UT_READ
))
Completed in 64 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026