Searched refs:maxbit (Results 1 – 2 of 2) sorted by relevance
606 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() argument612 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() argument638 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() argument653 int len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user()787 unsigned long *bits, unsigned int maxbit, in evdev_handle_get_val() argument795 len = BITS_TO_LONGS(maxbit) * sizeof(unsigned long); in evdev_handle_get_val()[all …]
193 cmp r1, r0 @ Clamp to maxbit