Home
last modified time | relevance | path

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

/drivers/input/
Devdev.c568 #define BITS_TO_LONGS_COMPAT(x) ((((x) - 1) / BITS_PER_LONG_COMPAT) + 1) macro
577 len = BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t); in bits_to_user()
603 BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t) : in bits_to_user()