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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Devdev.c423 static int bits_to_user(unsigned long *bits, unsigned int maxbit, function
451 static int bits_to_user(unsigned long *bits, unsigned int maxbit, function
467 static int bits_to_user(unsigned long *bits, unsigned int maxbit, function
528 return bits_to_user(bits, len, size, p, compat_mode);
622 return bits_to_user(dev->key, KEY_MAX, size, p, compat_mode);
625 return bits_to_user(dev->led, LED_MAX, size, p, compat_mode);
628 return bits_to_user(dev->snd, SND_MAX, size, p, compat_mode);
631 return bits_to_user(dev->sw, SW_MAX, size, p, compat_mode);

Completed in 35 milliseconds