Searched refs:unauth (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/usb/wusbcore/
H A Dwa-rpipe.c321 u8 unauth; rpipe_aim() local
329 unauth = usb_dev->wusb && !usb_dev->authenticated ? 0x80 : 0; rpipe_aim()
351 urb->dev->devnum, urb->dev->devnum | unauth, rpipe_aim()
393 * We use bit 19 of the Linux USB pipe bitmap for unauth vs auth
394 * space; when it is like that, we or 0x80 to make an unauth address.
H A Ddevconnect.c40 * wusbhc->port[port_number].wusb_dev), assigns an unauth address
50 * connected (port 0 doesn't exist). For unauth, it is 128 + that.
262 * address with it (see below), make it an unauth addr [bit 7 set] and
1096 (addr & WUSB_DEV_ADDR_UNAUTH) ? "unauth" : "auth", wusb_set_dev_addr()
H A Drh.c46 * from unauth -> auth -> default address
H A Dwusbhc.c361 * unauth address pace (WUSB1.0[4.3]). We take the range 0xe0 to 0xff
H A Dsecurity.c509 /* Update the device's address from unauth to auth */ wusb_dev_4way_handshake()

Completed in 90 milliseconds