Home
last modified time | relevance | path

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

/openbmc/linux/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()