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

/linux-master/drivers/staging/greybus/
H A Dhid.c315 unsigned int bufsize = HID_MIN_BUFFER_SIZE;
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c779 unsigned int bufsize = HID_MIN_BUFFER_SIZE;
1197 * size of the reports. Let's use HID_MIN_BUFFER_SIZE, then we do the
1199 ret = i2c_hid_alloc_buffers(ihid, HID_MIN_BUFFER_SIZE);
/linux-master/include/linux/
H A Dhid.h551 #define HID_MIN_BUFFER_SIZE 64 /* make sure there is at least a packet size of space */ macro
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c1073 usbhid->bufsize = HID_MIN_BUFFER_SIZE;

Completed in 140 milliseconds