Home
last modified time | relevance | path

Searched defs:nval (Results 1 – 25 of 79) sorted by relevance

1234

/linux/include/asm-generic/
A Dpercpu.h83 #define raw_cpu_generic_xchg(pcp, nval) \ argument
171 #define this_cpu_generic_xchg(pcp, nval) \ argument
349 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
353 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
357 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument
361 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument
366 #define raw_cpu_cmpxchg64(pcp, oval, nval) \ argument
370 #define raw_cpu_cmpxchg128(pcp, oval, nval) \ argument
522 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument
526 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument
[all …]
/linux/arch/s390/include/asm/
A Dpercpu.h135 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument
147 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
148 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
149 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
150 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
154 #define this_cpu_cmpxchg128(pcp, oval, nval) \ argument
168 #define arch_this_cpu_xchg(pcp, nval) \ argument
179 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
180 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
181 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
[all …]
/linux/arch/x86/include/asm/
A Dpercpu.h363 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, , pcp, oval, nval) argument
403 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg_op(8, , pcp, oval, nval); argument
512 #define this_cpu_xchg_1(pcp, nval) this_percpu_xchg_op(pcp, nval) argument
513 #define this_cpu_xchg_2(pcp, nval) this_percpu_xchg_op(pcp, nval) argument
514 #define this_cpu_xchg_4(pcp, nval) this_percpu_xchg_op(pcp, nval) argument
519 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(1, , pcp, oval, nval) argument
520 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(2, , pcp, oval, nval) argument
521 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, , pcp, oval, nval) argument
554 #define raw_cpu_xchg_8(pcp, nval) raw_percpu_xchg_op(pcp, nval) argument
555 #define raw_cpu_cmpxchg_8(pcp, oval, nval) percpu_cmpxchg_op(8, , pcp, oval, nval) argument
[all …]
/linux/drivers/soundwire/
A Dmipi_disco.c35 int nval, i; in sdw_master_read_prop() local
133 int nval; in sdw_slave_read_dp0() local
174 int nval; in sdw_slave_read_dpn() local
306 int nval; in sdw_slave_read_prop() local
/linux/drivers/base/
A Dproperty.c95 u8 *val, size_t nval) in device_property_read_u8_array()
123 u16 *val, size_t nval) in device_property_read_u16_array()
151 u32 *val, size_t nval) in device_property_read_u32_array()
179 u64 *val, size_t nval) in device_property_read_u64_array()
207 const char **val, size_t nval) in device_property_read_string_array()
260 size_t nval) in fwnode_property_read_int_array()
298 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
327 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
356 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
415 size_t nval) in fwnode_property_read_string_array()
[all …]
A Dswnode.c174 size_t nval) in property_entry_read_int_array()
198 const char **strings, size_t nval) in property_entry_read_string_array()
229 size_t i, nval; in property_entry_free_data() local
246 size_t nval) in property_copy_string_array()
267 size_t nval; in property_entry_copy_data() local
404 size_t nval) in software_node_read_int_array()
414 const char **val, size_t nval) in software_node_read_string_array()
/linux/include/linux/
A Dpercpu-defs.h414 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
415 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
417 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
466 #define __this_cpu_xchg(pcp, nval) \ argument
472 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
478 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
501 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
502 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
504 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
/linux/drivers/phy/microchip/
A Dsparx5_serdes.h83 u32 nval; in sdx5_rmw() local
98 u32 nval; in sdx5_inst_rmw() local
110 u32 nval; in sdx5_rmw_addr() local
/linux/drivers/acpi/
A Dproperty.c1093 #define acpi_copy_property_array_uint(items, val, nval) \ argument
1125 char **val, size_t nval) in acpi_copy_property_array_string()
1141 void *val, size_t nval) in acpi_data_prop_read()
1240 void *val, size_t nval) in acpi_node_prop_read()
1528 size_t nval) in acpi_fwnode_property_read_int_array()
1555 size_t nval) in acpi_fwnode_property_read_string_array()
/linux/sound/pci/ice1712/
A Dice1712.c250 unsigned char val, nval; in snd_ice1712_digmix_route_ac97_put() local
320 unsigned char val, nval; in snd_ice1712_cs8427_set_input_clock() local
1275 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local
1317 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local
1736 unsigned int val, nval; in snd_ice1712_gpio_put() local
1916 int change = 0, nval; in snd_ice1712_pro_rate_locking_put() local
1947 int change = 0, nval; in snd_ice1712_pro_rate_reset_put() local
2014 unsigned int val, old_val, nval; in snd_ice1712_pro_route_analog_put() local
2084 unsigned int val, old_val, nval; in snd_ice1712_pro_route_spdif_put() local
A Dpontis.c128 unsigned short oval, nval; in wm_dac_vol_put() local
221 unsigned short oval, nval; in wm_adc_mux_put() local
511 unsigned int val, nval; in pontis_gpio_data_put() local
A Daureon.c211 unsigned char oval, nval; in aureon_universe_inmux_put() local
716 unsigned short nval, oval; in wm_pcm_mute_put() local
1111 unsigned short oval, nval; in wm_adc_mux_put() local
1162 unsigned short oval, nval; in aureon_cs8415_mux_put() local
1212 unsigned char oval, nval; in aureon_cs8415_mute_put() local
/linux/net/netfilter/
A Dxt_statistic.c33 int nval, oval; in statistic_mt() local
/linux/sound/isa/sb/
A Dsb_mixer.c218 unsigned char nval, oval; in snd_dt019x_input_sw_put() local
288 unsigned char nval, oval; in snd_als4k_mono_capture_route_put() local
346 unsigned char nval, oval; in snd_sb8mixer_put_mux() local
/linux/sound/pcmcia/pdaudiocf/
A Dpdaudiocf_pcm.c93 u16 val, nval, aval; in pdacf_pcm_prepare() local
/linux/sound/soc/codecs/
A Drt715-sdca-sdw.c138 int nval, i; in rt715_sdca_read_prop() local
A Dsdw-mockup.c136 int nval; in sdw_mockup_read_prop() local
A Drt711-sdca-sdw.c178 int nval; in rt711_sdca_read_prop() local
A Drt712-sdca-sdw.c193 int nval; in rt712_sdca_read_prop() local
A Drt722-sdca-sdw.c200 int nval; in rt722_sdca_read_prop() local
A Dmax98363.c122 int nval, i; in max98363_read_prop() local
/linux/sound/isa/gus/
A Dgus_mixer.c44 unsigned char oval, nval; in snd_gf1_put_single() local
A Dgus_main.c59 unsigned char nval; in snd_gus_joystick_put() local
/linux/sound/ppc/
A Dbeep.c188 unsigned int oval, nval; in snd_pmac_put_beep() local
/linux/sound/i2c/other/
A Dak4xxx-adda.c376 unsigned char nval) in put_ak_reg()
477 unsigned char nval = ucontrol->value.enumerated.item[0] & 3; in snd_akm4xxx_deemphasis_put() local

Completed in 73 milliseconds

1234