Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/
Devdev.c606 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() argument
612 len = BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t); in bits_to_user()
623 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
634 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() argument
638 BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t) : in bits_to_user()
639 BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
650 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() argument
653 int len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()
787 unsigned long *bits, unsigned int maxbit, in evdev_handle_get_val() argument
795 len = BITS_TO_LONGS(maxbit) * sizeof(unsigned long); in evdev_handle_get_val()
[all …]
/linux-4.1.27/arch/arm/lib/
Dfindbit.S193 cmp r1, r0 @ Clamp to maxbit