Home
last modified time | relevance | path

Searched defs:v (Results 251 – 275 of 2974) sorted by relevance

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

/openbmc/linux/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c71 static int olpc_dc_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_get()
77 static int olpc_dc_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_put()
95 static int olpc_mic_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_get()
106 static int olpc_mic_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_put()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Drng.c52 static int pnv_get_random_darn(unsigned long *v) in pnv_get_random_darn()
84 int pnv_get_random_long(unsigned long *v) in pnv_get_random_long()
150 static int __init pnv_get_random_long_early(unsigned long *v) in pnv_get_random_long_early()
187 unsigned long v; in pnv_rng_late_init() local
/openbmc/linux/net/sctp/
H A Dobjcnt.c62 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) in sctp_objcnt_seq_show()
79 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) in sctp_objcnt_seq_stop()
83 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
/openbmc/linux/arch/csky/kernel/
H A Dcpu-probe.c46 static int c_show(struct seq_file *m, void *v) in c_show()
66 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
72 static void c_stop(struct seq_file *m, void *v) {} in c_stop()
/openbmc/telemetry/tests/src/
H A Dtest_transform.cpp15 utils::transform(input, [](int v) { return std::to_string(v); }); in TEST()
25 utils::transform(input, [](int v) { return std::to_string(v); }); in TEST()
35 input, [](int v) { return std::to_string(v); }); in TEST()
/openbmc/linux/sound/soc/uniphier/
H A Daio-core.c111 u32 v; in aio_chip_set_pll() local
334 u32 v; in aio_port_set_rate() local
453 u32 v; in aio_port_set_fmt() local
529 u32 v; in aio_port_set_clk() local
618 u32 v; in aio_port_set_param() local
726 u32 v; in aio_port_get_volume() local
789 u32 memfmt, v; in aio_if_set_param() local
923 u32 v; in aio_src_set_param() local
1002 u32 v; in aio_srcch_set_enable() local
1016 u32 v; in aiodma_ch_set_param() local
/openbmc/linux/net/ipv4/
H A Dproc.c51 static int sockstat_seq_show(struct seq_file *seq, void *v) in sockstat_seq_show()
380 static int snmp_seq_show_ipstats(struct seq_file *seq, void *v) in snmp_seq_show_ipstats()
406 static int snmp_seq_show_tcp_udp(struct seq_file *seq, void *v) in snmp_seq_show_tcp_udp()
456 static int snmp_seq_show(struct seq_file *seq, void *v) in snmp_seq_show()
471 static int netstat_seq_show(struct seq_file *seq, void *v) in netstat_seq_show()
/openbmc/linux/arch/x86/boot/
H A Dboot.h81 u8 v; in rdfs8() local
88 u16 v; in rdfs16() local
95 u32 v; in rdfs32() local
100 static inline void wrfs8(u8 v, addr_t addr) in wrfs8()
105 static inline void wrfs16(u16 v, addr_t addr) in wrfs16()
110 static inline void wrfs32(u32 v, addr_t addr) in wrfs32()
119 u8 v; in rdgs8() local
126 u16 v; in rdgs16() local
133 u32 v; in rdgs32() local
138 static inline void wrgs8(u8 v, addr_t addr) in wrgs8()
[all …]
/openbmc/u-boot/drivers/spi/
H A Drenesas_rpc_spi.c46 #define RPC_DRCR_RBURST(v) (((v) & 0x1F) << 16) argument
56 #define RPC_DREAR_EAV(v) (((v) & 0xFF) << 16) argument
57 #define RPC_DREAR_EAC(v) (((v) & 0x7) << 0) argument
74 #define RPC_DRENR_ADE(v) (((v) & 0xF) << 8) argument
75 #define RPC_DRENR_OPDE(v) (((v) & 0xF) << 4) argument
103 #define RPC_SMENR_ADE(v) (((v) & 0xF) << 8) argument
104 #define RPC_SMENR_OPDE(v) (((v) & 0xF) << 4) argument
105 #define RPC_SMENR_SPIDE(v) (((v) & 0xF) << 0) argument
116 #define RPC_DRDMCR_DMCYC(v) (((v) & 0xF) << 0) argument
125 #define RPC_SMDMCR_DMCYC(v) (((v) & 0xF) << 0) argument
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h300 #define VMM_PRINT(l,v,p,f,a...) do { \ argument
307 #define VMM_DEBUG(v,f,a...) VMM_PRINT(NV_DBG_DEBUG, (v), info, f, ##a) argument
308 #define VMM_TRACE(v,f,a...) VMM_PRINT(NV_DBG_TRACE, (v), info, f, ##a) argument
309 #define VMM_SPAM(v,f,a...) VMM_PRINT(NV_DBG_SPAM , (v), dbg, f, ##a) argument
349 #define VMM_XO(m,v,o,d,c,b,fn,f,a...) do { \ argument
355 #define VMM_WO032(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 32, WO, "%08x") argument
356 #define VMM_FO032(m,v,o,d,c) \ argument
359 #define VMM_WO064(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 64, WO, "%016llx") argument
360 #define VMM_FO064(m,v,o,d,c) \ argument
363 #define VMM_XO128(m,v,o,lo,hi,c,f,a...) do { \ argument
[all …]
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_procfs.c16 static void fb_seq_stop(struct seq_file *m, void *v) in fb_seq_stop()
21 static void *fb_seq_next(struct seq_file *m, void *v, loff_t *pos) in fb_seq_next()
28 static int fb_seq_show(struct seq_file *m, void *v) in fb_seq_show()
/openbmc/linux/arch/arm/mach-omap1/
H A Dio.c93 void omap_writeb(u8 v, u32 pa) in omap_writeb()
99 void omap_writew(u16 v, u32 pa) in omap_writew()
105 void omap_writel(u32 v, u32 pa) in omap_writel()
/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-dma.c118 flexcop_ibi_value v = fc->read_ibi_reg(fc, r); in flexcop_dma_remap() local
130 flexcop_ibi_value v = fc->read_ibi_reg(fc, ctrl_208); in flexcop_dma_control_size_irq() local
147 flexcop_ibi_value v = fc->read_ibi_reg(fc, ctrl_208); in flexcop_dma_control_timer_irq() local
165 flexcop_ibi_value v = fc->read_ibi_reg(fc, r); in flexcop_dma_config_timer() local
/openbmc/qemu/target/riscv/
H A Dcpu.c1323 static void cpu_riscv_get_satp(Object *obj, Visitor *v, const char *name, in cpu_riscv_get_satp()
1335 static void cpu_riscv_set_satp(Object *obj, Visitor *v, const char *name, in cpu_riscv_set_satp()
1782 static void prop_pmu_num_set(Object *obj, Visitor *v, const char *name, in prop_pmu_num_set()
1816 static void prop_pmu_num_get(Object *obj, Visitor *v, const char *name, in prop_pmu_num_get()
1832 static void prop_pmu_mask_set(Object *obj, Visitor *v, const char *name, in prop_pmu_mask_set()
1859 static void prop_pmu_mask_get(Object *obj, Visitor *v, const char *name, in prop_pmu_mask_get()
1874 static void prop_mmu_set(Object *obj, Visitor *v, const char *name, in prop_mmu_set()
1891 static void prop_mmu_get(Object *obj, Visitor *v, const char *name, in prop_mmu_get()
1906 static void prop_pmp_set(Object *obj, Visitor *v, const char *name, in prop_pmp_set()
1923 static void prop_pmp_get(Object *obj, Visitor *v, const char *name, in prop_pmp_get()
[all …]
/openbmc/linux/arch/sh/mm/
H A Dflush-sh4.c16 reg_size_t aligned_start, v, cnt, end; in sh4__flush_wback_region() local
50 reg_size_t aligned_start, v, cnt, end; in sh4__flush_purge_region() local
80 reg_size_t aligned_start, v, cnt, end; in sh4__flush_invalidate_region() local
/openbmc/linux/arch/hexagon/kernel/
H A Dsetup.c100 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
106 static void c_stop(struct seq_file *m, void *v) in c_stop()
114 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_regs.h313 #define G1_REG_PP_AXI_RD_ID(v) (((v) << 24) & GENMASK(31, 24)) argument
314 #define G1_REG_PP_AXI_WR_ID(v) (((v) << 16) & GENMASK(23, 16)) argument
315 #define G1_REG_PP_INSWAP32_E(v) ((v) ? BIT(10) : 0) argument
316 #define G1_REG_PP_DATA_DISC_E(v) ((v) ? BIT(9) : 0) argument
317 #define G1_REG_PP_CLK_GATE_E(v) ((v) ? BIT(8) : 0) argument
318 #define G1_REG_PP_IN_ENDIAN(v) ((v) ? BIT(7) : 0) argument
319 #define G1_REG_PP_OUT_ENDIAN(v) ((v) ? BIT(6) : 0) argument
320 #define G1_REG_PP_OUTSWAP32_E(v) ((v) ? BIT(5) : 0) argument
321 #define G1_REG_PP_MAX_BURST(v) (((v) << 0) & GENMASK(4, 0)) argument
332 #define G1_REG_PP_INPUT_SIZE_HEIGHT(v) (((v) << 9) & GENMASK(16, 9)) argument
[all …]
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h486 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v)) argument
547 #define __to_cpu(v) (v) argument
548 #define cpu_to__(v) (v) argument
550 #define out_arch(type, endian, a, v) __raw_write##type(cpu_to_##endian(v),a) argument
553 #define out_le64(a, v) out_arch(q, le64, a, v) argument
554 #define out_le32(a, v) out_arch(l, le32, a, v) argument
555 #define out_le16(a, v) out_arch(w, le16, a, v) argument
561 #define out_be64(a, v) out_arch(q, be64, a, v) argument
562 #define out_be32(a, v) out_arch(l, be32, a, v) argument
563 #define out_be16(a, v) out_arch(w, be16, a, v) argument
[all …]
/openbmc/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c44 #define RPC_DRCR_RBURST(v) (((v) & 0x1F) << 16) argument
54 #define RPC_DREAR_EAV(v) (((v) & 0xFF) << 16) argument
55 #define RPC_DREAR_EAC(v) (((v) & 0x7) << 0) argument
72 #define RPC_DRENR_ADE(v) (((v) & 0xF) << 8) argument
73 #define RPC_DRENR_OPDE(v) (((v) & 0xF) << 4) argument
101 #define RPC_SMENR_ADE(v) (((v) & 0xF) << 8) argument
102 #define RPC_SMENR_OPDE(v) (((v) & 0xF) << 4) argument
103 #define RPC_SMENR_SPIDE(v) (((v) & 0xF) << 0) argument
114 #define RPC_DRDMCR_DMCYC(v) (((v) & 0xF) << 0) argument
123 #define RPC_SMDMCR_DMCYC(v) (((v) & 0xF) << 0) argument
[all …]
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c40 struct vxlan_vni_node *v, in vxlan_vs_add_del_vninode()
80 struct vxlan_vni_node *v, *tmp; in vxlan_vs_add_vnigrp() local
104 struct vxlan_vni_node *v, *tmp; in vxlan_vs_del_vnigrp() local
340 struct vxlan_vni_node *tmp, *v, *vbegin = NULL, *vend = NULL; in vxlan_vnifilter_dump_dev() local
681 struct vxlan_vni_node *v) in __vxlan_vni_add_list()
699 struct vxlan_vni_node *v) in __vxlan_vni_del_list()
739 __be32 v = cpu_to_be32(vni); in vxlan_vni_add() local
780 struct vxlan_vni_node *v; in vxlan_vni_node_rcu_free() local
791 __be32 v = cpu_to_be32(vni); in vxlan_vni_del() local
830 int v, err = 0; in vxlan_vni_add_del() local
[all …]
/openbmc/linux/net/rose/
H A Drose_route.c1110 static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos) in rose_node_next()
1118 static void rose_node_stop(struct seq_file *seq, void *v) in rose_node_stop()
1124 static int rose_node_show(struct seq_file *seq, void *v) in rose_node_show()
1169 static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in rose_neigh_next()
1177 static void rose_neigh_stop(struct seq_file *seq, void *v) in rose_neigh_stop()
1183 static int rose_neigh_show(struct seq_file *seq, void *v) in rose_neigh_show()
1240 static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos) in rose_route_next()
1248 static void rose_route_stop(struct seq_file *seq, void *v) in rose_route_stop()
1254 static int rose_route_show(struct seq_file *seq, void *v) in rose_route_show()
/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c235 static int cifs_debug_files_proc_show(struct seq_file *m, void *v) in cifs_debug_files_proc_show()
301 static int cifs_debug_data_proc_show(struct seq_file *m, void *v) in cifs_debug_data_proc_show()
703 static int cifs_stats_proc_show(struct seq_file *m, void *v) in cifs_stats_proc_show()
924 static int cifsFYI_proc_show(struct seq_file *m, void *v) in cifsFYI_proc_show()
963 static int cifs_linux_ext_proc_show(struct seq_file *m, void *v) in cifs_linux_ext_proc_show()
994 static int cifs_lookup_cache_proc_show(struct seq_file *m, void *v) in cifs_lookup_cache_proc_show()
1025 static int traceSMB_proc_show(struct seq_file *m, void *v) in traceSMB_proc_show()
1056 static int cifs_security_flags_proc_show(struct seq_file *m, void *v) in cifs_security_flags_proc_show()
1160 static int cifs_mount_params_proc_show(struct seq_file *m, void *v) in cifs_mount_params_proc_show()
/openbmc/linux/arch/arm/mach-omap2/
H A Dcminst44xx.c87 u32 v = omap4_cminst_read_inst_reg(part, inst, clkctrl_offs); in _clkctrl_idlest() local
104 u32 v; in _is_module_ready() local
134 u32 v; in omap4_cminst_rmw_inst_reg_bits() local
157 u32 v; in omap4_cminst_read_inst_reg_bits() local
182 u32 v; in _clktrctrl_write() local
201 u32 v; in omap4_cminst_is_clkdm_in_hwsup() local
321 u32 v; in omap4_cminst_module_enable() local
339 u32 v; in omap4_cminst_module_disable() local
/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq.h102 #define RSEQ_WRITE_ONCE(x, v) __extension__ ({ RSEQ_ACCESS_ONCE(x) = (v); }) argument
242 intptr_t *v, intptr_t expect, in rseq_cmpeqv_storev()
262 intptr_t *v, intptr_t expectnot, long voffp, intptr_t *load, in rseq_cmpnev_storeoffp_load()
278 intptr_t *v, intptr_t count, int cpu) in rseq_addv()
314 intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev()
342 intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev()
359 intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev()
/openbmc/linux/net/atm/
H A Dproc.c128 static void vcc_seq_stop(struct seq_file *seq, void *v) in vcc_seq_stop()
134 static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vcc_seq_next()
224 static int atm_dev_seq_show(struct seq_file *seq, void *v) in atm_dev_seq_show()
247 static int pvc_seq_show(struct seq_file *seq, void *v) in pvc_seq_show()
270 static int vcc_seq_show(struct seq_file *seq, void *v) in vcc_seq_show()
292 static int svc_seq_show(struct seq_file *seq, void *v) in svc_seq_show()

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