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

/linux-master/drivers/usb/class/
H A Dusbtmc.c82 u8 bTag; member in struct:usbtmc_device_data
302 * - There is a transfer in progress, but the specified bTag
531 dev_err(dev, "expected bTag %x got %x\n",
543 /* bump interrupt bTag */
721 buffer[1] = data->bTag;
722 buffer[2] = ~data->bTag;
730 /* Store bTag (in case we need to abort) */
731 data->bTag_last_write = data->bTag;
733 /* Increment bTag -- and increment again if zero */
734 data->bTag
[all...]

Completed in 113 milliseconds