Home
last modified time | relevance | path

Searched refs:MAX_REPORT_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-led.c107 #define MAX_REPORT_SIZE 16 macro
196 __u8 buf[MAX_REPORT_SIZE] = {}; in riso_kagaku_write()
207 __u8 buf[MAX_REPORT_SIZE] = {}; in dream_cheeky_write()
220 __u8 buf[MAX_REPORT_SIZE] = {}; in dream_cheeky_init()
236 __u8 buf[MAX_REPORT_SIZE] = { 1, 'c' }; in _thingm_write()
268 __u8 buf[MAX_REPORT_SIZE] = { 1, 'v' }; in thingm_init()
347 __u8 buf[MAX_REPORT_SIZE] = { [1] = 1 }; in luxafor_write()
461 ldev->buf = devm_kmalloc(&hdev->dev, MAX_REPORT_SIZE, GFP_KERNEL); in hidled_probe()
Dhid-logitech-dj.c306 #define MAX_REPORT_SIZE 8 macro
534 u8 reportbuffer[MAX_REPORT_SIZE]; in logi_dj_recv_forward_null_report()
/Linux-v4.19/drivers/media/radio/si470x/
Dradio-si470x-usb.c136 #define MAX_REPORT_SIZE 64 macro
590 radio->usb_buf = kmalloc(MAX_REPORT_SIZE, GFP_KERNEL); in si470x_usb_driver_probe()