Searched refs:POWERMATE_PAYLOAD_SIZE_MAX (Results 1 – 1 of 1) sorted by relevance
60 #define POWERMATE_PAYLOAD_SIZE_MAX 6 macro273 pm->data = usb_alloc_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_alloc_buffers()287 usb_free_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_free_buffers()372 if (maxp < POWERMATE_PAYLOAD_SIZE_MIN || maxp > POWERMATE_PAYLOAD_SIZE_MAX) { in powermate_probe()374 POWERMATE_PAYLOAD_SIZE_MIN, POWERMATE_PAYLOAD_SIZE_MAX, maxp); in powermate_probe()375 maxp = POWERMATE_PAYLOAD_SIZE_MAX; in powermate_probe()
Completed in 5 milliseconds