Searched defs:bAddress (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1273 * Get bmAttributes and bAddress of the endpoint which is going to
1323 uint8_t bAddress; local
1345 &bAddress)) != USB_SUCCESS) {
1353 bAddress = ugen_default_ep_descr.bEndpointAddress;
1359 UGEN_XFER_TYPE(epp), bmAttribute, bAddress);
1387 if ((flag & FWRITE) && (bAddress & USB_EP_DIR_IN)) {
1391 ((bAddress & USB_EP_DIR_IN) == 0)) {

Completed in 84 milliseconds