Home
last modified time | relevance | path

Searched refs:POWERMATE_PAYLOAD_SIZE_MAX (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/misc/
H A Dpowermate.c60 #define POWERMATE_PAYLOAD_SIZE_MAX 6 macro
280 pm->data = usb_alloc_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_alloc_buffers()
294 usb_free_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_free_buffers()
379 if (maxp < POWERMATE_PAYLOAD_SIZE_MIN || maxp > POWERMATE_PAYLOAD_SIZE_MAX) { in powermate_probe()
381 POWERMATE_PAYLOAD_SIZE_MIN, POWERMATE_PAYLOAD_SIZE_MAX, maxp); in powermate_probe()
382 maxp = POWERMATE_PAYLOAD_SIZE_MAX; in powermate_probe()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dpowermate.c60 #define POWERMATE_PAYLOAD_SIZE_MAX 6 macro
280 pm->data = usb_alloc_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_alloc_buffers()
294 usb_free_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_free_buffers()
379 if (maxp < POWERMATE_PAYLOAD_SIZE_MIN || maxp > POWERMATE_PAYLOAD_SIZE_MAX) { in powermate_probe()
381 POWERMATE_PAYLOAD_SIZE_MIN, POWERMATE_PAYLOAD_SIZE_MAX, maxp); in powermate_probe()
382 maxp = POWERMATE_PAYLOAD_SIZE_MAX; in powermate_probe()

Completed in 3 milliseconds