Searched refs:bits_to_user (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/
H A Devdev.c606 static int bits_to_user(unsigned long *bits, unsigned int maxbit, bits_to_user() function
634 static int bits_to_user(unsigned long *bits, unsigned int maxbit, bits_to_user() function
650 static int bits_to_user(unsigned long *bits, unsigned int maxbit, bits_to_user() function
698 return bits_to_user(bits, len, size, p, compat_mode); handle_eviocgbit()
776 * If bits_to_user fails after flushing the queue, we queue a SYN_DROPPED
811 ret = bits_to_user(mem, maxbit, maxlen, p, compat); evdev_handle_get_val()
949 return bits_to_user(dev->propbit, INPUT_PROP_MAX, evdev_do_ioctl()

Completed in 57 milliseconds