| /include/linux/ |
| A D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) argument 18 #define hash_long(val, bits) hash_64(val, bits) argument 65 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() 74 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() 85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
| A D | hashtable.h | 16 #define DEFINE_HASHTABLE(name, bits) \ argument 20 #define DEFINE_READ_MOSTLY_HASHTABLE(name, bits) \ argument 24 #define DECLARE_HASHTABLE(name, bits) \ argument 31 #define hash_min(val, bits) \ argument
|
| A D | sched_clock.h | 46 static inline void sched_clock_register(u64 (*read)(void), int bits, in sched_clock_register()
|
| A D | regmap.h | 1385 unsigned int reg, unsigned int bits) in regmap_set_bits() 1392 unsigned int reg, unsigned int bits) in regmap_clear_bits() 1398 unsigned int bits, bool value) in regmap_assign_bits() 1490 unsigned int bits) in regmap_field_set_bits() 1497 unsigned int bits) in regmap_field_clear_bits() 1864 unsigned int reg, unsigned int bits) in regmap_set_bits() 1878 unsigned int bits, bool value) in regmap_assign_bits() 1885 unsigned int reg, unsigned int bits) in regmap_test_bits() 1976 unsigned int bits) in regmap_field_set_bits() 1983 unsigned int bits) in regmap_field_clear_bits() [all …]
|
| A D | timecounter.h | 14 #define CYCLECOUNTER_MASK(bits) (u64)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
|
| A D | unwind_deferred.h | 47 unsigned long bits; in unwind_reset_info() local
|
| A D | yam.h | 66 unsigned char bits[YAM_FPGA_SIZE]; member
|
| A D | hdlcdrv.h | 56 unsigned int bits) in hdlcdrv_add_bitbuffer_word() 221 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits()
|
| A D | genalloc.h | 79 unsigned long bits[]; /* bitmap for allocating memory chunk */ member
|
| A D | find.h | 504 #define find_first_clump8(clump, bits, size) \ argument 692 #define for_each_set_clump8(start, clump, bits, size) \ argument
|
| A D | lp.h | 65 unsigned long bits; member
|
| A D | bitops.h | 358 #define set_mask_bits(ptr, mask, bits) \ argument
|
| /include/sound/ |
| A D | cs8403.h | 24 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE() 69 unsigned char bits; in SND_CS8403_ENCODE() local 154 SND_CS8404_DECL void SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8404_DECODE() 195 unsigned char bits; in SND_CS8404_ENCODE() local
|
| /include/asm-generic/ |
| A D | word-at-a-time.h | 94 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 101 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 106 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
| /include/linux/iio/imu/ |
| A D | adis.h | 433 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument 451 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument 454 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument 457 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument 475 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 493 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 496 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 499 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 502 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
|
| /include/linux/sunrpc/ |
| A D | svcauth.h | 179 static inline unsigned long hash_str(char const *name, int bits) in hash_str() 184 static inline unsigned long hash_mem(char const *buf, int length, int bits) in hash_mem()
|
| /include/clocksource/ |
| A D | samsung_pwm.h | 22 u8 bits; member
|
| /include/net/netfilter/ |
| A D | nf_conntrack_labels.h | 17 unsigned long bits[NF_CT_LABELS_MAX_SIZE / sizeof(long)]; member
|
| /include/media/ |
| A D | v4l2-vp9.h | 35 u8 bits[2][10]; member 137 u32 (*bits)[2][10][2]; member
|
| /include/math-emu/ |
| A D | double.h | 70 } bits __attribute__((packed)); member 142 } bits __attribute__((packed)); member
|
| A D | quad.h | 75 } bits __attribute__((packed)); member 149 } bits; member
|
| A D | single.h | 59 } bits __attribute__((packed)); member
|
| /include/uapi/linux/ |
| A D | hdlcdrv.h | 59 unsigned char bits; member
|
| /include/linux/usb/ |
| A D | musb.h | 60 u8 bits; member
|
| /include/linux/mfd/abx500/ |
| A D | ab8500-sysctrl.h | 30 static inline int ab8500_sysctrl_set(u16 reg, u8 bits) in ab8500_sysctrl_set() 35 static inline int ab8500_sysctrl_clear(u16 reg, u8 bits) in ab8500_sysctrl_clear()
|