Home
last modified time | relevance | path

Searched defs:v (Results 476 – 500 of 2966) sorted by relevance

1...<<11121314151617181920>>...119

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dcmd.h87 #define carl9170_regwrite(r, v) do { \ argument
153 #define carl9170_async_regwrite(r, v) do { \ argument
/openbmc/linux/drivers/mtd/tests/
H A Dnandbiterrs.c75 unsigned v = offset; in hash() local
175 #define CBIT(v, n) ((v) & (1 << (n))) argument
176 #define BCLR(v, n) ((v) = (v) & ~(1 << (n))) argument
/openbmc/linux/fs/fscache/
H A Dcache.c380 static int fscache_caches_seq_show(struct seq_file *m, void *v) in fscache_caches_seq_show()
412 static void *fscache_caches_seq_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_caches_seq_next()
417 static void fscache_caches_seq_stop(struct seq_file *m, void *v) in fscache_caches_seq_stop()
/openbmc/linux/kernel/bpf/
H A Dmap_iter.c27 static void *bpf_map_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_map_seq_next()
61 static int bpf_map_seq_show(struct seq_file *seq, void *v) in bpf_map_seq_show()
66 static void bpf_map_seq_stop(struct seq_file *seq, void *v) in bpf_map_seq_stop()
H A Dcgroup_iter.c88 static void cgroup_iter_seq_stop(struct seq_file *seq, void *v) in cgroup_iter_seq_stop()
101 static void *cgroup_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos) in cgroup_iter_seq_next()
147 static int cgroup_iter_seq_show(struct seq_file *seq, void *v) in cgroup_iter_seq_show()
/openbmc/linux/net/ipv6/
H A Dproc.c34 static int sockstat6_seq_show(struct seq_file *seq, void *v) in sockstat6_seq_show()
217 static int snmp6_seq_show(struct seq_file *seq, void *v) in snmp6_seq_show()
233 static int snmp6_dev_seq_show(struct seq_file *seq, void *v) in snmp6_dev_seq_show()
/openbmc/linux/drivers/md/
H A Ddm-verity.h78 struct dm_verity *v; member
105 static inline struct ahash_request *verity_io_hash_req(struct dm_verity *v, in verity_io_hash_req()
111 static inline u8 *verity_io_real_digest(struct dm_verity *v, in verity_io_real_digest()
117 static inline u8 *verity_io_want_digest(struct dm_verity *v, in verity_io_want_digest()
/openbmc/linux/kernel/rcu/
H A Drcu_segcblist.c82 static void rcu_segcblist_set_len(struct rcu_segcblist *rsclp, long v) in rcu_segcblist_set_len()
110 static void rcu_segcblist_set_seglen(struct rcu_segcblist *rsclp, int seg, long v) in rcu_segcblist_set_seglen()
116 static void rcu_segcblist_add_seglen(struct rcu_segcblist *rsclp, int seg, long v) in rcu_segcblist_add_seglen()
210 void rcu_segcblist_add_len(struct rcu_segcblist *rsclp, long v) in rcu_segcblist_add_len()
/openbmc/linux/drivers/s390/char/
H A Dsclp_tty.c429 static inline void sclp_eval_textcmd(struct gds_vector *v) in sclp_eval_textcmd()
442 static inline void sclp_eval_cpmsu(struct gds_vector *v) in sclp_eval_cpmsu()
453 static inline void sclp_eval_mdsmu(struct gds_vector *v) in sclp_eval_mdsmu()
462 struct gds_vector *v; in sclp_tty_receiver() local
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h98 #define VECTOR_IS_SYNC(v) ((v) == VECTOR_SYNC_CURRENT_SP0 || \ argument
149 #define __iormb(v) \ argument
179 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument
182 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c));}) argument
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Ddebug.c55 static int rtl_debug_get_common(struct seq_file *m, void *v) in rtl_debug_get_common()
74 static int rtl_debug_get_mac_page(struct seq_file *m, void *v) in rtl_debug_get_mac_page()
115 static int rtl_debug_get_bb_page(struct seq_file *m, void *v) in rtl_debug_get_bb_page()
157 static int rtl_debug_get_reg_rf(struct seq_file *m, void *v) in rtl_debug_get_reg_rf()
190 static int rtl_debug_get_cam_register(struct seq_file *m, void *v) in rtl_debug_get_cam_register()
246 static int rtl_debug_get_btcoex(struct seq_file *m, void *v) in rtl_debug_get_btcoex()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h70 tcg_gen_qemu_ld_i32(TCGv_i32 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_ld_i32()
76 tcg_gen_qemu_st_i32(TCGv_i32 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_st_i32()
82 tcg_gen_qemu_ld_i64(TCGv_i64 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_ld_i64()
88 tcg_gen_qemu_st_i64(TCGv_i64 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_st_i64()
94 tcg_gen_qemu_ld_i128(TCGv_i128 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_ld_i128()
100 tcg_gen_qemu_st_i128(TCGv_i128 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_st_i128()
/openbmc/linux/kernel/
H A Ddma.c118 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
131 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_dphy.h34 #define SUN8I_A83T_DPHY_ANA0_RINT(v) (((v) << 28) & GENMASK(29, 28)) argument
35 #define SUN8I_A83T_DPHY_ANA0_SNK(v) (((v) << 20) & GENMASK(22, 20)) argument
/openbmc/linux/include/linux/ceph/
H A Dceph_frag.h22 static inline __u32 ceph_frag_make(__u32 b, __u32 v) in ceph_frag_make()
44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value()
/openbmc/linux/kernel/gcov/
H A Dbase.c63 size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32()
87 size_t store_gcov_u64(void *buffer, size_t off, u64 v) in store_gcov_u64()
/openbmc/linux/include/kvm/
H A Diodev.h44 int l, void *v) in kvm_iodevice_read()
52 int l, const void *v) in kvm_iodevice_write()
/openbmc/linux/drivers/usb/host/
H A Disp1362.h349 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK) argument
351 #define PTD_TOGGLE(v) (((v) << 10) & PTD_TOGGLE_MSK) argument
353 #define PTD_ACTIVE(v) (((v) << 11) & PTD_ACTIVE_MSK) argument
355 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK) argument
357 #define PTD_MPS(v) (((v) << 0) & PTD_MPS_MSK) argument
359 #define PTD_SPD(v) (((v) << 10) & PTD_SPD_MSK) argument
361 #define PTD_LAST(v) (((v) << 11) & PTD_LAST_MSK) argument
363 #define PTD_EP(v) (((v) << 12) & PTD_EP_MSK) argument
365 #define PTD_LEN(v) (((v) << 0) & PTD_LEN_MSK) argument
367 #define PTD_DIR(v) (((v) << 10) & PTD_DIR_MSK) argument
[all …]
/openbmc/qemu/hw/display/
H A Domap_lcdc.c80 uint8_t v, r, g, b; in draw_line2_32() local
119 uint8_t v, r, g, b; in draw_line4_32() local
146 uint8_t v, r, g, b; in draw_line8_32() local
165 uint16_t v; in draw_line12_32() local
185 uint16_t v; in draw_line16_32() local
/openbmc/linux/drivers/net/phy/
H A Dbcm54140.c82 #define BCM54140_HWMON_TO_TEMP(v) (413350L - (v) * 491) argument
83 #define BCM54140_HWMON_FROM_TEMP(v) DIV_ROUND_CLOSEST_ULL(413350L - (v), 491) argument
91 #define BCM54140_HWMON_TO_IN_1V0(v) ((v) * 2514 >> 11) argument
92 #define BCM54140_HWMON_FROM_IN_1V0(v) DIV_ROUND_CLOSEST_ULL(((v) << 11), 2514) argument
100 #define BCM54140_HWMON_TO_IN_3V3(v) ((v) * 4400 >> 12) argument
101 #define BCM54140_HWMON_FROM_IN_3V3(v) DIV_ROUND_CLOSEST_ULL(((v) << 12), 4400) argument
103 #define BCM54140_HWMON_TO_IN(ch, v) ((ch) ? BCM54140_HWMON_TO_IN_3V3(v) \ argument
105 #define BCM54140_HWMON_FROM_IN(ch, v) ((ch) ? BCM54140_HWMON_FROM_IN_3V3(v) \ argument
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dmul-subnormal-single-1.c27 u2f (unsigned int v) in u2f()
35 f2u (float v) in f2u()
/openbmc/linux/fs/proc/
H A Dnommu.c92 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop()
97 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
/openbmc/linux/arch/s390/include/asm/
H A Dstring.h77 static inline void *memset16(uint16_t *s, uint16_t v, size_t count) in memset16()
82 static inline void *memset32(uint32_t *s, uint32_t v, size_t count) in memset32()
87 static inline void *memset64(uint64_t *s, uint64_t v, size_t count) in memset64()
/openbmc/linux/drivers/clk/ti/
H A Dclkt_dpll.c181 static int _omap2_dpll_is_in_bypass(u32 v) in _omap2_dpll_is_in_bypass()
206 u32 v; in omap2_init_dpll_parent() local
241 u32 dpll_mult, dpll_div, v; in omap2_get_dpll_rate() local
/openbmc/u-boot/drivers/dma/
H A Dkeystone_nav.c149 u32 j, v, k; in ksnav_rx_disable() local
183 u32 j, v, k; in ksnav_tx_disable() local
205 u32 j, v; in ksnav_init() local

1...<<11121314151617181920>>...119