Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/misc/
Dpowermate.c59 #define POWERMATE_PAYLOAD_SIZE_MAX 6 macro
279 pm->data = usb_alloc_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_alloc_buffers()
293 usb_free_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_free_buffers()
378 if (maxp < POWERMATE_PAYLOAD_SIZE_MIN || maxp > POWERMATE_PAYLOAD_SIZE_MAX) { in powermate_probe()
380 POWERMATE_PAYLOAD_SIZE_MIN, POWERMATE_PAYLOAD_SIZE_MAX, maxp); in powermate_probe()
381 maxp = POWERMATE_PAYLOAD_SIZE_MAX; in powermate_probe()