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

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

Completed in 54 milliseconds