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

/drivers/hid/
H A Dhid-roccat.c44 int report_size; member in struct:roccat_device
126 len = device->report_size > count ? count : device->report_size;
260 new_value = kmemdup(data, device->report_size, GFP_ATOMIC);
297 int roccat_connect(struct class *klass, struct hid_device *hid, int report_size) argument
345 device->report_size = report_size;
396 if (put_user(device->report_size, (int __user *)arg))
/drivers/usb/misc/
H A Diowarrior.c98 int report_size; /* number of bytes in a report */ member in struct:iowarrior
188 offset = aux_idx * (dev->report_size + 1);
191 dev->report_size)) {
208 offset = intr_idx * (dev->report_size + 1);
210 dev->report_size);
211 *(dev->read_queue + offset + (dev->report_size)) = dev->serial_number++;
295 if ((count != dev->report_size)
296 && (count != (dev->report_size + 1)))
329 offset = read_idx * (dev->report_size + 1);
367 if (count != dev->report_size) {
[all...]

Completed in 69 milliseconds