OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bmAttributes
(Results
1 - 25
of
75
) sorted by relevancy
1
2
3
/src/sys/dev/usb/
usbroothub.c
152
.
bmAttributes
= UC_ATTR_MBO | UC_SELF_POWERED,
170
.
bmAttributes
= UE_INTERRUPT,
230
.
bmAttributes
= UC_ATTR_MBO | UC_SELF_POWERED,
248
.
bmAttributes
= UE_INTERRUPT,
262
.
bmAttributes
= UC_SELF_POWERED, /* 10.13.1 */
280
.
bmAttributes
= UE_INTERRUPT,
288
.
bmAttributes
= 0,
305
.
bmAttributes
[0] = 2,
312
.
bmAttributes
= 0, /* USB_DEVCAP_SS_LTM */
ubsa.c
238
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
242
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
246
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
if_cdce.c
218
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
221
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
224
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
if_ncm.c
185
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
188
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
191
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
if_upl.c
194
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
197
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
usb.h
249
uByte
bmAttributes
;
294
uByte
bmAttributes
;
317
uByte
bmAttributes
;
366
uDWord
bmAttributes
;
383
uByte
bmAttributes
;
422
uDWord
bmAttributes
;
557
uByte
bmAttributes
;
uaudioreg.h
60
uByte
bmAttributes
;
125
uByte
bmAttributes
;
422
uByte
bmAttributes
;
uhmodem.c
292
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
296
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
299
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
522
if (UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
u3g.c
394
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
399
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
403
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
621
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK &&
auvitek.c
163
type = UE_GET_XFERTYPE(ed->
bmAttributes
);
208
type = UE_GET_XFERTYPE(ed->
bmAttributes
);
uark.c
168
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK)
171
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK)
uipaq.c
227
(ed->
bmAttributes
& UE_XFERTYPE) == UE_BULK) {
230
(ed->
bmAttributes
& UE_XFERTYPE) == UE_BULK) {
if_kue.c
475
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
478
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
481
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
if_udav.c
218
if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_BULK &&
221
else if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_BULK &&
224
else if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_INTERRUPT &&
umct.c
251
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT &&
255
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
258
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
umodem_common.c
187
(ed->
bmAttributes
& UE_XFERTYPE) == UE_BULK) {
190
(ed->
bmAttributes
& UE_XFERTYPE) == UE_BULK) {
240
(ed->
bmAttributes
& UE_XFERTYPE) == UE_INTERRUPT) {
usscanner.c
232
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
235
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
238
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
if_mos.c
623
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
626
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
629
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
uvscom.c
306
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
309
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
312
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
if_cue.c
514
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
517
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_BULK) {
520
UE_GET_XFERTYPE(ed->
bmAttributes
) == UE_INTERRUPT) {
if_url.c
224
if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_BULK &&
227
else if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_BULK &&
230
else if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_INTERRUPT &&
ualea.c
116
UE_GET_XFERTYPE(ed->
bmAttributes
) != UE_BULK) {
ugensa.c
211
attr = ed->
bmAttributes
& UE_XFERTYPE;
ugen.c
629
switch (edesc->
bmAttributes
& UE_XFERTYPE) {
782
switch (sce->edesc->
bmAttributes
& UE_XFERTYPE) {
866
switch (sce->edesc->
bmAttributes
& UE_XFERTYPE) {
1079
switch (sce->edesc->
bmAttributes
& UE_XFERTYPE) {
1732
if ((edesc->
bmAttributes
& UE_XFERTYPE) != UE_BULK)
1794
if ((edesc->
bmAttributes
& UE_XFERTYPE) != UE_BULK)
2135
switch (sce_in->edesc->
bmAttributes
& UE_XFERTYPE) {
2168
switch (sce_out->edesc->
bmAttributes
& UE_XFERTYPE) {
2364
switch (sce->edesc->
bmAttributes
& UE_XFERTYPE) {
2388
switch (sce->edesc->
bmAttributes
& UE_XFERTYPE)
[
all
...]
/src/sys/rump/dev/lib/libugenhc/
ugenhc.c
594
if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_ISOCHRONOUS) {
652
if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_INTERRUPT
668
if ((ed->
bmAttributes
& UE_XFERTYPE) == UE_ISOCHRONOUS)
773
uint8_t xfertype = ed->
bmAttributes
& UE_XFERTYPE;
Completed in 38 milliseconds
1
2
3
Indexes created Wed Oct 15 07:09:58 GMT 2025