Home
last modified time | relevance | path

Searched defs:v (Results 126 – 150 of 2831) sorted by relevance

12345678910>>...114

/openbmc/linux/net/sctp/
H A Dproc.c59 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show()
146 static void sctp_eps_seq_stop(struct seq_file *seq, void *v) in sctp_eps_seq_stop()
151 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next()
161 static int sctp_eps_seq_show(struct seq_file *seq, void *v) in sctp_eps_seq_show()
212 static void sctp_transport_seq_stop(struct seq_file *seq, void *v) in sctp_transport_seq_stop()
225 static void *sctp_transport_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_transport_seq_next()
241 static int sctp_assocs_seq_show(struct seq_file *seq, void *v) in sctp_assocs_seq_show()
300 static int sctp_remaddr_seq_show(struct seq_file *seq, void *v) in sctp_remaddr_seq_show()
/openbmc/linux/net/bridge/
H A Dbr_mst.c28 const struct net_bridge_vlan *v; in br_mst_get_info() local
55 const struct net_bridge_vlan *v; in br_mst_get_state() local
77 struct net_bridge_vlan *v, in br_mst_vlan_set_state()
101 struct net_bridge_vlan *v; in br_mst_set_state() local
134 struct net_bridge_vlan *v; in br_mst_vlan_sync_state() local
186 void br_mst_vlan_init_state(struct net_bridge_vlan *v) in br_mst_vlan_init_state()
239 const struct net_bridge_vlan *v; in br_mst_info_size() local
266 const struct net_bridge_vlan *v; in br_mst_fill_info() local
H A Dbr_vlan_options.c12 static bool __vlan_tun_put(struct sk_buff *skb, const struct net_bridge_vlan *v) in __vlan_tun_put()
51 bool br_vlan_opts_fill(struct sk_buff *skb, const struct net_bridge_vlan *v, in br_vlan_opts_fill()
90 struct net_bridge_vlan *v, in br_vlan_modify_state()
137 struct net_bridge_vlan *v, in br_vlan_modify_tunnel()
196 struct net_bridge_vlan *v, in br_vlan_process_one_opts()
270 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local
443 static size_t rtnl_vlan_global_opts_nlmsg_size(const struct net_bridge_vlan *v) in rtnl_vlan_global_opts_nlmsg_size()
472 struct net_bridge_vlan *v; in br_vlan_global_opts_notify() local
513 struct net_bridge_vlan *v, in br_vlan_process_global_one_opts()
651 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_rtm_process_global_options() local
/openbmc/linux/arch/sh/mm/
H A Dcache-sh2a.c26 static void sh2a_flush_oc_line(unsigned long v, int way) in sh2a_flush_oc_line()
39 static void sh2a_invalidate_line(unsigned long cache_addr, unsigned long v) in sh2a_invalidate_line()
52 unsigned long v; in sh2a__flush_wback_region() local
93 unsigned long v; in sh2a__flush_purge_region() local
123 unsigned long v; in sh2a__flush_invalidate_region() local
154 unsigned long v; in sh2a_flush_icache_range() local
/openbmc/linux/arch/mips/alchemy/common/
H A Dclock.c304 unsigned long v; in alchemy_clk_setup_mem() local
494 unsigned long v, flags; in alchemy_clk_fgv1_en() local
516 unsigned long v, flags; in alchemy_clk_fgv1_dis() local
528 unsigned long v, flags; in alchemy_clk_fgv1_setp() local
630 unsigned long v, flags; in alchemy_clk_fgv2_dis() local
657 unsigned long flags, v; in alchemy_clk_fgv2_getp() local
699 unsigned long v, t; in alchemy_clk_fgv2_recalc() local
755 unsigned long v; in alchemy_clk_init_fgens() local
853 unsigned long v, flags; in alchemy_clk_csrc_dis() local
897 unsigned long d, v, flags; in alchemy_clk_csrc_setr() local
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bit.h30 static inline int xfs_highbit32(uint32_t v) in xfs_highbit32()
36 static inline int xfs_highbit64(uint64_t v) in xfs_highbit64()
42 static inline int xfs_lowbit32(uint32_t v) in xfs_lowbit32()
48 static inline int xfs_lowbit64(uint64_t v) in xfs_lowbit64()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_binary_search.py31 def binary_search(ls, v): argument
100 def test_insert_is_sorted(ls, v): argument
109 def test_is_minimal(ls, v): argument
119 def test_inserts_into_same_place_twice(ls, v): argument
/openbmc/linux/arch/x86/mm/
H A Ddebug_pagetables.c8 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
16 static int ptdump_curknl_show(struct seq_file *m, void *v) in ptdump_curknl_show()
26 static int ptdump_curusr_show(struct seq_file *m, void *v) in ptdump_curusr_show()
37 static int ptdump_efi_show(struct seq_file *m, void *v) in ptdump_efi_show()
/openbmc/linux/net/core/
H A Dnet-procfs.c65 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
71 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop()
105 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show()
146 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
152 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop()
156 static int softnet_seq_show(struct seq_file *seq, void *v) in softnet_seq_show()
243 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
290 static void ptype_seq_stop(struct seq_file *seq, void *v) in ptype_seq_stop()
296 static int ptype_seq_show(struct seq_file *seq, void *v) in ptype_seq_show()
365 static int dev_mc_seq_show(struct seq_file *seq, void *v) in dev_mc_seq_show()
/openbmc/linux/include/net/
H A Dred.h159 static inline void red_set_vars(struct red_vars *v) in red_set_vars()
267 static inline int red_is_idling(const struct red_vars *v) in red_is_idling()
272 static inline void red_start_of_idle_period(struct red_vars *v) in red_start_of_idle_period()
277 static inline void red_end_of_idle_period(struct red_vars *v) in red_end_of_idle_period()
282 static inline void red_restart(struct red_vars *v) in red_restart()
290 const struct red_vars *v) in red_calc_qavg_from_idle_time()
338 const struct red_vars *v, in red_calc_qavg_no_idle_time()
354 const struct red_vars *v, in red_calc_qavg()
370 const struct red_vars *v, in red_mark_probability()
415 struct red_vars *v, in red_action()
[all …]
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-cmp.c23 int mpi_cmp_ui(MPI u, unsigned long v) in mpi_cmp_ui()
48 static int do_mpi_cmp(MPI u, MPI v, int absmode) in do_mpi_cmp()
88 int mpi_cmp(MPI u, MPI v) in mpi_cmp()
94 int mpi_cmpabs(MPI u, MPI v) in mpi_cmpabs()
/openbmc/qemu/hw/core/
H A Dqdev-properties.c61 static void field_prop_get(Object *obj, Visitor *v, const char *name, in field_prop_get()
151 static void prop_get_bit(Object *obj, Visitor *v, const char *name, in prop_get_bit()
303 static void get_uint16(Object *obj, Visitor *v, const char *name, in get_uint16()
312 static void set_uint16(Object *obj, Visitor *v, const char *name, in set_uint16()
330 static void get_uint32(Object *obj, Visitor *v, const char *name, in get_uint32()
339 static void set_uint32(Object *obj, Visitor *v, const char *name, in set_uint32()
382 static void get_uint64(Object *obj, Visitor *v, const char *name, in get_uint64()
391 static void set_uint64(Object *obj, Visitor *v, const char *name, in set_uint64()
400 static void get_int64(Object *obj, Visitor *v, const char *name, in get_int64()
409 static void set_int64(Object *obj, Visitor *v, const char *name, in set_int64()
[all …]
/openbmc/qemu/audio/
H A Dpwaudio.c61 PWVoice v; member
66 PWVoice v; member
75 PWVoice *v = (PWVoice *) data; in stream_destroy() local
84 PWVoice *v = data; in playback_on_process() local
148 PWVoice *v = (PWVoice *) data; in capture_on_process() local
223 PWVoice *v = &pw->v; in qpw_read() local
260 PWVoice *v = &pw->v; in qpw_buffer_get_free() local
285 PWVoice *v = &pw->v; in qpw_write() local
522 PWVoice *v = &pw->v; in qpw_init_out() local
569 PWVoice *v = &pw->v; in qpw_init_in() local
[all …]
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp26 uint8_t v = 4; in TEST() local
38 uint16_t v = 0x8604; in TEST() local
50 uint32_t v = 0x02008604; in TEST() local
62 uint64_t v = 0x1122334402008604ull; in TEST() local
74 uint24_t v = 0x112358; in TEST() local
120 std::bitset<8> v(0xc9); in TEST() local
150 std::bitset<32> v(0x02008604); in TEST() local
194 std::array<uint32_t, 4> v = { in TEST() local
214 std::vector<uint32_t> v = { in TEST() local
263 std::optional<uint32_t> v; in TEST() local
[all …]
/openbmc/linux/sound/soc/ti/
H A Ddavinci-i2s.c64 #define DAVINCI_MCBSP_SPCR_RINTM(v) ((v) << 4) argument
66 #define DAVINCI_MCBSP_SPCR_XINTM(v) ((v) << 20) argument
71 #define DAVINCI_MCBSP_RCR_RWDLEN1(v) ((v) << 5) argument
72 #define DAVINCI_MCBSP_RCR_RFRLEN1(v) ((v) << 8) argument
73 #define DAVINCI_MCBSP_RCR_RDATDLY(v) ((v) << 16) argument
75 #define DAVINCI_MCBSP_RCR_RWDLEN2(v) ((v) << 21) argument
76 #define DAVINCI_MCBSP_RCR_RFRLEN2(v) ((v) << 24) argument
79 #define DAVINCI_MCBSP_XCR_XWDLEN1(v) ((v) << 5) argument
80 #define DAVINCI_MCBSP_XCR_XFRLEN1(v) ((v) << 8) argument
87 #define DAVINCI_MCBSP_SRGR_FWID(v) ((v) << 8) argument
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358764.c54 #define VP_HTIM1_HBP(v) FLD_VAL(v, 24, 16) argument
55 #define VP_HTIM1_HSYNC(v) FLD_VAL(v, 8, 0) argument
57 #define VP_HTIM2_HFP(v) FLD_VAL(v, 24, 16) argument
58 #define VP_HTIM2_HACT(v) FLD_VAL(v, 10, 0) argument
60 #define VP_VTIM1_VBP(v) FLD_VAL(v, 23, 16) argument
61 #define VP_VTIM1_VSYNC(v) FLD_VAL(v, 7, 0) argument
63 #define VP_VTIM2_VFP(v) FLD_VAL(v, 23, 16) argument
64 #define VP_VTIM2_VACT(v) FLD_VAL(v, 10, 0) argument
112 #define LV_PHY0_RST(v) FLD_VAL(v, 22, 22) /* PHY reset */ argument
113 #define LV_PHY0_IS(v) FLD_VAL(v, 15, 14) argument
[all …]
/openbmc/linux/drivers/usb/musb/
H A Dtusb6010.h45 #define TUSB_PHY_OTG_CTRL_PHYREF_CLKSEL(v) (((v) & 3) << 7) argument
69 # define TUSB_DEV_OTG_TIMER_VAL(v) ((v) & 0x07ffffff) argument
75 #define TUSB_PRCM_CONF_SYS_CLKSEL(v) (((v) & 3) << 16) argument
79 #define TUSB_PRCM_MNGMT_SRP_FIX_TIMER(v) (((v) & 0xf) << 25) argument
188 #define TUSB_INT_CTRL_CONF_INT_RELCYC(v) (((v) & 0x7) << 18) argument
191 #define TUSB_GPIO_CONF_DMAREQ(v) (((v) & 0x3f) << 24) argument
192 #define TUSB_DMA_REQ_CONF_BURST_SIZE(v) (((v) & 3) << 26) argument
193 #define TUSB_DMA_REQ_CONF_DMA_REQ_EN(v) (((v) & 0x3f) << 20) argument
197 #define TUSB_EP0_CONFIG_XFR_SIZE(v) ((v) & 0x7f) argument
199 #define TUSB_EP_CONFIG_XFR_SIZE(v) ((v) & 0x7fffffff) argument
[all …]
/openbmc/qemu/hw/i386/
H A Dx86.c191 static void x86_machine_get_smm(Object *obj, Visitor *v, const char *name, in x86_machine_get_smm()
200 static void x86_machine_set_smm(Object *obj, Visitor *v, const char *name, in x86_machine_set_smm()
216 static void x86_machine_get_acpi(Object *obj, Visitor *v, const char *name, in x86_machine_get_acpi()
233 static void x86_machine_get_pit(Object *obj, Visitor *v, const char *name, in x86_machine_get_pit()
242 static void x86_machine_set_pit(Object *obj, Visitor *v, const char *name, in x86_machine_set_pit()
250 static void x86_machine_get_pic(Object *obj, Visitor *v, const char *name, in x86_machine_get_pic()
259 static void x86_machine_set_pic(Object *obj, Visitor *v, const char *name, in x86_machine_set_pic()
312 static void x86_machine_get_bus_lock_ratelimit(Object *obj, Visitor *v, in x86_machine_get_bus_lock_ratelimit()
321 static void x86_machine_set_bus_lock_ratelimit(Object *obj, Visitor *v, in x86_machine_set_bus_lock_ratelimit()
329 static void machine_get_sgx_epc(Object *obj, Visitor *v, const char *name, in machine_get_sgx_epc()
[all …]
/openbmc/linux/sound/soc/qcom/
H A Dlpass-hdmi.h47 #define LPASS_HDMI_TX_CTL_ADDR(v) (v->hdmi_tx_ctl_addr) argument
48 #define LPASS_HDMI_TX_LEGACY_ADDR(v) (v->hdmi_legacy_addr) argument
49 #define LPASS_HDMI_TX_VBIT_CTL_ADDR(v) (v->hdmi_vbit_addr) argument
50 #define LPASS_HDMI_TX_PARITY_ADDR(v) (v->hdmi_parity_addr) argument
51 #define LPASS_HDMI_TX_DP_ADDR(v) (v->hdmi_DP_addr) argument
52 #define LPASS_HDMI_TX_SSTREAM_ADDR(v) (v->hdmi_sstream_addr) argument
54 #define LPASS_HDMI_TX_CH_LSB_ADDR(v, port) \ argument
56 #define LPASS_HDMI_TX_CH_MSB_ADDR(v, port) \ argument
58 #define LPASS_HDMI_TX_DMA_ADDR(v, port) \ argument
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h97 #define __raw_writeb(v,a) __arch_putb(v,a) argument
98 #define __raw_writew(v,a) __arch_putw(v,a) argument
99 #define __raw_writel(v,a) __arch_putl(v,a) argument
100 #define __raw_writeq(v,a) __arch_putq(v,a) argument
149 #define out_le64(a,v) out_arch(q,le64,a,v) argument
150 #define out_le32(a,v) out_arch(l,le32,a,v) argument
151 #define out_le16(a,v) out_arch(w,le16,a,v) argument
157 #define out_be32(a,v) out_arch(l,be32,a,v) argument
163 #define out_32(a,v) __raw_writel(v,a) argument
164 #define out_16(a,v) __raw_writew(v,a) argument
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-keyval.c324 Visitor *v; in test_keyval_visit_bool() local
353 Visitor *v; in test_keyval_visit_number() local
433 Visitor *v; in test_keyval_visit_size() local
573 Visitor *v; in test_keyval_visit_dict() local
613 Visitor *v; in test_keyval_visit_list() local
665 Visitor *v; in test_keyval_visit_optional() local
695 Visitor *v; in test_keyval_visit_alternate() local
724 Visitor *v; in test_keyval_visit_any() local
/openbmc/qemu/tests/tcg/ppc64/
H A Dvsx_f2i_nan.c43 static inline vsx_float64_vec_t vsx_float64_is_nan(vsx_float64_vec_t v) in vsx_float64_is_nan()
88 static inline vsx_uint32_vec_t vsx_mask_out_float32_vec_to_uint32_vec( in vsx_mask_out_float32_vec_to_uint32_vec()
93 static inline vsx_int64_vec_t vsx_mask_out_float32_vec_to_int64_vec( in vsx_mask_out_float32_vec_to_int64_vec()
98 static inline vsx_uint64_vec_t vsx_mask_out_float32_vec_to_uint64_vec( in vsx_mask_out_float32_vec_to_uint64_vec()
104 static inline vsx_int32_vec_t vsx_mask_out_float64_vec_to_int32_vec( in vsx_mask_out_float64_vec_to_int32_vec()
116 static inline vsx_uint32_vec_t vsx_mask_out_float64_vec_to_uint32_vec( in vsx_mask_out_float64_vec_to_uint32_vec()
123 static inline vsx_int64_vec_t vsx_mask_out_float64_vec_to_int64_vec( in vsx_mask_out_float64_vec_to_int64_vec()
128 static inline vsx_uint64_vec_t vsx_mask_out_float64_vec_to_uint64_vec( in vsx_mask_out_float64_vec_to_uint64_vec()
/openbmc/linux/arch/arm64/include/asm/
H A Dio.h94 #define __io_ar(v) \ argument
112 #define __io_br(v) argument
113 #define __io_aw(v) argument
116 #define __iormb(v) __io_ar(v) argument
134 #define memset_io(c,v,l) __memset_io((c),(v),(l)) argument
158 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); }) argument
159 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); }) argument
160 #define iowrite64be(v,p) ({ __iowmb(); __raw_writeq((__force __u64)cpu_to_be64(v), p); }) argument
/openbmc/qemu/tests/qtest/
H A Dqtest_aspeed.c21 uint32_t v; in aspeed_i2c_startup() local
47 uint32_t v; in aspeed_i2c_read_n() local
83 uint8_t reg, uint32_t v, size_t nbytes) in aspeed_i2c_write_n()
100 uint8_t reg, uint32_t v) in aspeed_i2c_writel()
107 uint8_t reg, uint16_t v) in aspeed_i2c_writew()
114 uint8_t reg, uint8_t v) in aspeed_i2c_writeb()
/openbmc/linux/drivers/pnp/pnpbios/
H A Dproc.c37 static int pnpconfig_proc_show(struct seq_file *m, void *v) in pnpconfig_proc_show()
50 static int escd_info_proc_show(struct seq_file *m, void *v) in escd_info_proc_show()
65 static int escd_proc_show(struct seq_file *m, void *v) in escd_proc_show()
106 static int pnp_legacyres_proc_show(struct seq_file *m, void *v) in pnp_legacyres_proc_show()
123 static int pnp_devices_proc_show(struct seq_file *m, void *v) in pnp_devices_proc_show()
153 static int pnpbios_proc_show(struct seq_file *m, void *v) in pnpbios_proc_show()

12345678910>>...114