Searched refs:MAX_REPORT_SIZE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-led.c | 104 #define MAX_REPORT_SIZE 16 macro 193 __u8 buf[MAX_REPORT_SIZE] = {}; in riso_kagaku_write() 204 __u8 buf[MAX_REPORT_SIZE] = {}; in dream_cheeky_write() 217 __u8 buf[MAX_REPORT_SIZE] = {}; in dream_cheeky_init() 233 __u8 buf[MAX_REPORT_SIZE] = { 1, 'c' }; in _thingm_write() 265 __u8 buf[MAX_REPORT_SIZE] = { 1, 'v' }; in thingm_init() 344 __u8 buf[MAX_REPORT_SIZE] = { [1] = 1 }; in luxafor_write() 458 ldev->buf = devm_kmalloc(&hdev->dev, MAX_REPORT_SIZE, GFP_KERNEL); in hidled_probe()
|
H A D | hid-logitech-dj.c | 477 #define MAX_REPORT_SIZE 8 macro 1037 u8 reportbuffer[MAX_REPORT_SIZE]; in logi_dj_recv_forward_null_report()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-led.c | 104 #define MAX_REPORT_SIZE 16 macro 193 __u8 buf[MAX_REPORT_SIZE] = {}; in riso_kagaku_write() 204 __u8 buf[MAX_REPORT_SIZE] = {}; in dream_cheeky_write() 217 __u8 buf[MAX_REPORT_SIZE] = {}; in dream_cheeky_init() 233 __u8 buf[MAX_REPORT_SIZE] = { 1, 'c' }; in _thingm_write() 265 __u8 buf[MAX_REPORT_SIZE] = { 1, 'v' }; in thingm_init() 344 __u8 buf[MAX_REPORT_SIZE] = { [1] = 1 }; in luxafor_write() 458 ldev->buf = devm_kmalloc(&hdev->dev, MAX_REPORT_SIZE, GFP_KERNEL); in hidled_probe()
|
H A D | hid-logitech-dj.c | 521 #define MAX_REPORT_SIZE 8 macro 1105 u8 reportbuffer[MAX_REPORT_SIZE]; in logi_dj_recv_forward_null_report()
|
/kernel/linux/linux-5.10/drivers/media/radio/si470x/ |
H A D | radio-si470x-usb.c | 127 #define MAX_REPORT_SIZE 64 macro 578 radio->usb_buf = kmalloc(MAX_REPORT_SIZE, GFP_KERNEL); in si470x_usb_driver_probe()
|
/kernel/linux/linux-6.6/drivers/media/radio/si470x/ |
H A D | radio-si470x-usb.c | 127 #define MAX_REPORT_SIZE 64 macro 578 radio->usb_buf = kmalloc(MAX_REPORT_SIZE, GFP_KERNEL); in si470x_usb_driver_probe()
|
Completed in 9 milliseconds