Searched defs:maxbit (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/input/ |
H A D | evdev.c | 633 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() argument 661 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user() argument 700 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user() argument 713 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user() argument 734 bits_to_user(unsigned long * bits,unsigned int maxbit,unsigned int maxlen,void __user * p,int compat) bits_to_user() argument 745 bits_from_user(unsigned long * bits,unsigned int maxbit,unsigned int maxlen,const void __user * p,int compat) bits_from_user() argument 886 evdev_handle_get_val(struct evdev_client * client,struct input_dev * dev,unsigned int type,unsigned long * bits,unsigned int maxbit,unsigned int maxlen,void __user * p,int compat) evdev_handle_get_val() argument [all...] |
/linux/drivers/clk/bcm/ |
H A D | clk-bcm63xx-gate.c | 488 u8 maxbit = 0; in clk_bcm63xx_probe() local
|
H A D | clk-bcm63268-timer.c | 154 u8 maxbit = 0; in bcm63268_tclk_probe() local
|
/linux/fs/ |
H A D | file.c | 547 unsigned int maxbit = maxfd / BITS_PER_LONG; in find_next_fd() local
|