Home
last modified time | relevance | path

Searched defs:bit (Results 1 – 25 of 27) sorted by relevance

12

/include/linux/
Dwait_bit.h22 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ argument
43 #define DEFINE_WAIT_BIT(name, word, bit) \ argument
76 wait_on_bit(unsigned long *word, int bit, unsigned mode) in wait_on_bit()
101 wait_on_bit_io(unsigned long *word, int bit, unsigned mode) in wait_on_bit_io()
127 wait_on_bit_timeout(unsigned long *word, int bit, unsigned mode, in wait_on_bit_timeout()
155 wait_on_bit_action(unsigned long *word, int bit, wait_bit_action_f *action, in wait_on_bit_action()
184 wait_on_bit_lock(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock()
208 wait_on_bit_lock_io(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock_io()
234 wait_on_bit_lock_action(unsigned long *word, int bit, wait_bit_action_f *action, in wait_on_bit_lock_action()
271 static inline void clear_and_wake_up_bit(int bit, void *word) in clear_and_wake_up_bit()
Dtick.h207 static inline void tick_dep_set(enum tick_dep_bits bit) in tick_dep_set()
213 static inline void tick_dep_clear(enum tick_dep_bits bit) in tick_dep_clear()
219 static inline void tick_dep_set_cpu(int cpu, enum tick_dep_bits bit) in tick_dep_set_cpu()
225 static inline void tick_dep_clear_cpu(int cpu, enum tick_dep_bits bit) in tick_dep_clear_cpu()
232 enum tick_dep_bits bit) in tick_dep_set_task()
238 enum tick_dep_bits bit) in tick_dep_clear_task()
244 enum tick_dep_bits bit) in tick_dep_set_signal()
250 enum tick_dep_bits bit) in tick_dep_clear_signal()
267 static inline void tick_dep_set(enum tick_dep_bits bit) { } in tick_dep_set()
268 static inline void tick_dep_clear(enum tick_dep_bits bit) { } in tick_dep_clear()
[all …]
Dbitops.h21 #define for_each_set_bit(bit, addr, size) \ argument
27 #define for_each_set_bit_from(bit, addr, size) \ argument
32 #define for_each_clear_bit(bit, addr, size) \ argument
38 #define for_each_clear_bit_from(bit, addr, size) \ argument
Dbuffer_head.h85 #define BUFFER_FNS(bit, name) \ argument
102 #define TAS_BUFFER_FNS(bit, name) \ argument
Dnetdev_features.h94 #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) argument
163 #define for_each_netdev_feature(mask_addr, bit) \ argument
Dhdlcdrv.h41 unsigned int bit) in hdlcdrv_add_bitbuffer()
244 static inline void hdlcdrv_channelbit(struct hdlcdrv_state *s, unsigned int bit) in hdlcdrv_channelbit()
Dbio.h273 static inline bool bio_flagged(struct bio *bio, unsigned int bit) in bio_flagged()
278 static inline void bio_set_flag(struct bio *bio, unsigned int bit) in bio_set_flag()
283 static inline void bio_clear_flag(struct bio *bio, unsigned int bit) in bio_clear_flag()
Dfs_enet_pd.h102 u8 bit; member
Dgfp.h432 int bit = (__force int) (flags & GFP_ZONEMASK); in gfp_zone() local
Dethtool.h73 #define __ETH_RSS_HASH_BIT(bit) ((u32)1 << (bit)) argument
Dphy.h684 u8 bit; member
/include/dt-bindings/mfd/
Dstm32f4-rcc.h34 #define STM32F4_AHB1_RESET(bit) (STM32F4_RCC_AHB1_##bit + (0x10 * 8)) argument
35 #define STM32F4_AHB1_CLOCK(bit) (STM32F4_RCC_AHB1_##bit) argument
45 #define STM32F4_AHB2_RESET(bit) (STM32F4_RCC_AHB2_##bit + (0x14 * 8)) argument
46 #define STM32F4_AHB2_CLOCK(bit) (STM32F4_RCC_AHB2_##bit + 0x20) argument
52 #define STM32F4_AHB3_RESET(bit) (STM32F4_RCC_AHB3_##bit + (0x18 * 8)) argument
53 #define STM32F4_AHB3_CLOCK(bit) (STM32F4_RCC_AHB3_##bit + 0x40) argument
82 #define STM32F4_APB1_RESET(bit) (STM32F4_RCC_APB1_##bit + (0x20 * 8)) argument
83 #define STM32F4_APB1_CLOCK(bit) (STM32F4_RCC_APB1_##bit + 0x80) argument
106 #define STM32F4_APB2_RESET(bit) (STM32F4_RCC_APB2_##bit + (0x24 * 8)) argument
107 #define STM32F4_APB2_CLOCK(bit) (STM32F4_RCC_APB2_##bit + 0xA0) argument
Dstm32f7-rcc.h34 #define STM32F7_AHB1_RESET(bit) (STM32F7_RCC_AHB1_##bit + (0x10 * 8)) argument
35 #define STM32F7_AHB1_CLOCK(bit) (STM32F7_RCC_AHB1_##bit) argument
45 #define STM32F7_AHB2_RESET(bit) (STM32F7_RCC_AHB2_##bit + (0x14 * 8)) argument
46 #define STM32F7_AHB2_CLOCK(bit) (STM32F7_RCC_AHB2_##bit + 0x20) argument
52 #define STM32F7_AHB3_RESET(bit) (STM32F7_RCC_AHB3_##bit + (0x18 * 8)) argument
53 #define STM32F7_AHB3_CLOCK(bit) (STM32F7_RCC_AHB3_##bit + 0x40) argument
86 #define STM32F7_APB1_RESET(bit) (STM32F7_RCC_APB1_##bit + (0x20 * 8)) argument
87 #define STM32F7_APB1_CLOCK(bit) (STM32F7_RCC_APB1_##bit + 0x80) argument
110 #define STM32F7_APB2_RESET(bit) (STM32F7_RCC_APB2_##bit + (0x24 * 8)) argument
111 #define STM32F7_APB2_CLOCK(bit) (STM32F7_RCC_APB2_##bit + 0xA0) argument
Dstm32h7-rcc.h17 #define STM32H7_AHB3_RESET(bit) (STM32H7_RCC_AHB3_##bit + (0x7C * 8)) argument
28 #define STM32H7_AHB1_RESET(bit) (STM32H7_RCC_AHB1_##bit + (0x80 * 8)) argument
37 #define STM32H7_AHB2_RESET(bit) (STM32H7_RCC_AHB2_##bit + (0x84 * 8)) argument
56 #define STM32H7_AHB4_RESET(bit) (STM32H7_RCC_AHB4_##bit + (0x88 * 8)) argument
62 #define STM32H7_APB3_RESET(bit) (STM32H7_RCC_APB3_##bit + (0x8C * 8)) argument
90 #define STM32H7_APB1L_RESET(bit) (STM32H7_RCC_APB1L_##bit + (0x90 * 8)) argument
99 #define STM32H7_APB1H_RESET(bit) (STM32H7_RCC_APB1H_##bit + (0x94 * 8)) argument
118 #define STM32H7_APB2_RESET(bit) (STM32H7_RCC_APB2_##bit + (0x98 * 8)) argument
134 #define STM32H7_APB4_RESET(bit) (STM32H7_RCC_APB4_##bit + (0x9C * 8)) argument
/include/linux/ceph/
Dceph_features.h13 #define DEFINE_CEPH_FEATURE(bit, incarnation, name) \ argument
19 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \ argument
28 #define DEFINE_CEPH_FEATURE_RETIRED(bit, inc, name, unused, unadvertised) argument
/include/uapi/linux/netfilter/
Dxt_connlabel.h11 __u16 bit; member
/include/net/netfilter/
Dnf_conntrack_labels.h51 static inline int nf_connlabels_get(struct net *net, unsigned int bit) { return 0; } in nf_connlabels_get()
/include/linux/soc/qcom/
Dsmem_state.h27 const char *con_id, unsigned *bit) in qcom_smem_state_get()
/include/sound/
Di2c.h66 struct snd_i2c_bit_ops *bit; member
Dvx_core.h280 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time) argument
281 #define vx_wait_isr_bit(chip,bit) vx_check_isr(chip, bit, bit, 200) argument
/include/soc/tegra/
Dmc.h20 unsigned int bit; member
/include/xen/interface/io/
Dnetif.h303 unsigned int bit; in xen_netif_toeplitz_hash() local
/include/net/
Dnetlabel.h607 u32 bit, in netlbl_catmap_setbit()
/include/acpi/
Dactypes.h518 #define ACPI_SET_BIT(target,bit) ((target) |= (bit)) argument
519 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit)) argument
/include/linux/usb/
Dhcd.h499 #define usb_settoggle(dev, ep, out, bit) \ argument

12