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

/linux-4.4.14/drivers/hid/i2c-hid/
H A Di2c-hid.c698 unsigned int bufsize = HID_MIN_BUFFER_SIZE; i2c_hid_start()
999 * size of the reports. Let's use HID_MIN_BUFFER_SIZE, then we do the i2c_hid_probe()
1001 ret = i2c_hid_alloc_buffers(ihid, HID_MIN_BUFFER_SIZE); i2c_hid_probe()
/linux-4.4.14/include/linux/
H A Dhid.h452 #define HID_MIN_BUFFER_SIZE 64 /* make sure there is at least a packet size of space */ macro
/linux-4.4.14/drivers/hid/usbhid/
H A Dhid-core.c1048 usbhid->bufsize = HID_MIN_BUFFER_SIZE; usbhid_start()

Completed in 117 milliseconds