POWERMATE_PAYLOAD_SIZE_MAX  280 drivers/input/misc/powermate.c 	pm->data = usb_alloc_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX,
POWERMATE_PAYLOAD_SIZE_MAX  294 drivers/input/misc/powermate.c 	usb_free_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX,
POWERMATE_PAYLOAD_SIZE_MAX  379 drivers/input/misc/powermate.c 	if (maxp < POWERMATE_PAYLOAD_SIZE_MIN || maxp > POWERMATE_PAYLOAD_SIZE_MAX) {
POWERMATE_PAYLOAD_SIZE_MAX  381 drivers/input/misc/powermate.c 			POWERMATE_PAYLOAD_SIZE_MIN, POWERMATE_PAYLOAD_SIZE_MAX, maxp);
POWERMATE_PAYLOAD_SIZE_MAX  382 drivers/input/misc/powermate.c 		maxp = POWERMATE_PAYLOAD_SIZE_MAX;