Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/usb/lib/
H A Dparse.c108 altc->attrib = dep->bmAttributes; /* here? */ in parseendpt()
127 ep->type = dep->bmAttributes & 0x03; in parseendpt()
128 ep->isotype = (dep->bmAttributes>>2) & 0x03; in parseendpt()
254 c->attrib = dc->bmAttributes; in parseconf()
H A Dusb.h290 uchar bmAttributes; member
312 uchar bmAttributes; member