Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 37) sorted by relevance

12

/include/sound/
Dcs8403.h39 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/
Dhash.h28 #define hash_long(val, bits) hash_32(val, bits) argument
30 #define hash_long(val, bits) hash_64(val, bits) argument
52 static __always_inline u64 hash_64(u64 val, unsigned int bits) in hash_64()
79 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32()
88 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
Dhashtable.h15 #define DEFINE_HASHTABLE(name, bits) \ argument
19 #define DECLARE_HASHTABLE(name, bits) \ argument
26 #define hash_min(val, bits) \ argument
Dtimecounter.h23 #define CYCLECOUNTER_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
Dgenalloc.h74 unsigned long bits[0]; /* bitmap for allocating memory chunk */ member
Dbasic_mmio_gpio.h41 int bits; member
Dyam.h81 unsigned char bits[YAM_FPGA_SIZE]; member
Dkvm_types.h58 u64 bits; member
Dhdlcdrv.h55 unsigned int bits) in hdlcdrv_add_bitbuffer_word()
220 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits()
Dlp.h64 unsigned long bits; member
Dclocksource.h112 #define CLOCKSOURCE_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
Dtypes.h9 #define DECLARE_BITMAP(name,bits) \ argument
/include/linux/iio/imu/
Dadis.h160 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument
178 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument
181 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument
184 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument
202 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
220 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
223 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
226 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
229 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
/include/asm-generic/
Dword-at-a-time.h92 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
99 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
104 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
/include/linux/netfilter/ipset/
Dip_set_bitmap.h17 range_to_mask(u32 from, u32 to, u8 *bits) in range_to_mask()
/include/clocksource/
Dsamsung_pwm.h33 u8 bits; member
/include/linux/sunrpc/
Dsvcauth.h161 static inline unsigned long hash_str(char *name, int bits) in hash_str()
179 static inline unsigned long hash_mem(char *buf, int length, int bits) in hash_mem()
/include/net/netfilter/
Dnf_conntrack_labels.h14 unsigned long bits[]; member
/include/net/irda/
Dqos.h63 __u16 bits; /* LSB is first byte, MSB is second byte */ member
/include/uapi/linux/
Dhdlcdrv.h58 unsigned char bits; member
/include/math-emu/
Ddouble.h70 } bits __attribute__((packed)); member
142 } bits __attribute__((packed)); member
Dquad.h75 } bits __attribute__((packed)); member
149 } bits; member
Dsingle.h59 } bits __attribute__((packed)); member
/include/linux/mfd/abx500/
Dab8500-sysctrl.h31 static inline int ab8500_sysctrl_set(u16 reg, u8 bits) in ab8500_sysctrl_set()
36 static inline int ab8500_sysctrl_clear(u16 reg, u8 bits) in ab8500_sysctrl_clear()
/include/linux/usb/
Dmusb.h59 u8 bits; member

12