Home
last modified time | relevance | path

Searched defs:maxbit (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/input/
Devdev.c670 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
698 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user()
737 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
750 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user()
771 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
782 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user()
923 unsigned long *bits, unsigned int maxbit, in evdev_handle_get_val()
/Linux-v4.19/drivers/net/phy/
Dphy-core.c147 size_t maxbit, bool exact) in phy_lookup_setting()
178 unsigned long *mask, size_t maxbit) in phy_speeds()
/Linux-v4.19/fs/
Dfile.c465 unsigned int maxbit = maxfd / BITS_PER_LONG; in find_next_fd() local