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

/freebsd-current/sys/dev/usb/
H A Dusb_device.c1667 uint8_t *scratch_ptr; local
1686 scratch_ptr = udev->scratch.data;
1695 (char *)scratch_ptr, 4, 0, USB_LANGUAGE_TABLE);
1700 if (err || (scratch_ptr[0] < 4)) {
1713 scratch_ptr[0] &= ~1U;
1719 for (x = 2; x < scratch_ptr[0]; x += 2) {
1720 langid = UGETW(scratch_ptr + x);
1724 if (x >= scratch_ptr[0]) {
1727 langid = UGETW(scratch_ptr + 2);

Completed in 175 milliseconds