/include/linux/ |
D | hash.h | 26 #define hash_long(val, bits) hash_32(val, bits) argument 28 #define hash_long(val, bits) hash_64(val, bits) argument 34 static inline u64 hash_64(u64 val, unsigned int bits) in hash_64() 57 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() 66 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
D | hashtable.h | 15 #define DEFINE_HASHTABLE(name, bits) \ argument 19 #define DECLARE_HASHTABLE(name, bits) \ argument 26 #define hash_min(val, bits) \ argument
|
D | genalloc.h | 50 unsigned long bits[0]; /* bitmap for allocating memory chunk */ member
|
D | basic_mmio_gpio.h | 40 int bits; member
|
D | yam.h | 81 unsigned char bits[YAM_FPGA_SIZE]; member
|
D | kvm_types.h | 44 u64 bits; member
|
D | hdlcdrv.h | 58 unsigned char bits; member 151 unsigned int bits) in hdlcdrv_add_bitbuffer_word() 316 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits()
|
D | clocksource.h | 211 #define CLOCKSOURCE_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
|
D | lp.h | 153 unsigned long bits; member
|
D | types.h | 9 #define DECLARE_BITMAP(name,bits) \ argument
|
D | telephony.h | 256 struct phone_except bits; member
|
D | compat.h | 307 #define BITS_TO_COMPAT_LONGS(bits) \ argument
|
D | ipv6.h | 360 } bits; member
|
/include/sound/ |
D | cs8403.h | 39 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE() 84 unsigned char bits; in SND_CS8403_ENCODE() local 169 SND_CS8404_DECL void SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8404_DECODE() 210 unsigned char bits; in SND_CS8404_ENCODE() local
|
/include/linux/netfilter/ipset/ |
D | ip_set_bitmap.h | 18 range_to_mask(u32 from, u32 to, u8 *bits) in range_to_mask()
|
D | ip_set_ahash.h | 123 u8 bits = fls(hashsize - 1); in htable_bits() local
|
/include/linux/sunrpc/ |
D | svcauth.h | 141 static inline unsigned long hash_str(char *name, int bits) in hash_str() 159 static inline unsigned long hash_mem(char *buf, int length, int bits) in hash_mem()
|
/include/net/irda/ |
D | qos.h | 65 __u16 bits; /* LSB is first byte, MSB is second byte */ member
|
/include/math-emu/ |
D | double.h | 70 } bits __attribute__((packed)); member 142 } bits __attribute__((packed)); member
|
D | quad.h | 75 } bits __attribute__((packed)); member 149 } bits; member
|
D | single.h | 59 } bits __attribute__((packed)); member
|
/include/linux/mfd/abx500/ |
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()
|
/include/linux/usb/ |
D | musb.h | 59 u8 bits; member
|
/include/net/caif/ |
D | caif_hsi.h | 156 unsigned long bits; member
|
/include/linux/mfd/ |
D | dbx500-prcmu.h | 761 static inline void prcmu_set(unsigned int reg, u32 bits) in prcmu_set() 766 static inline void prcmu_clear(unsigned int reg, u32 bits) in prcmu_clear()
|