Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/asm-generic/
Dpercpu.h87 #define raw_cpu_generic_xchg(pcp, nval) \ argument
96 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
167 #define this_cpu_generic_xchg(pcp, nval) \ argument
177 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
277 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
280 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
283 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
286 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
290 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
294 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
[all …]
/Linux-v4.19/drivers/base/
Dproperty.c144 u8 *values, size_t nval) in pset_prop_read_u8_array()
159 u16 *values, size_t nval) in pset_prop_read_u16_array()
174 u32 *values, size_t nval) in pset_prop_read_u32_array()
189 u64 *values, size_t nval) in pset_prop_read_u64_array()
216 const char **strings, size_t nval) in pset_prop_read_string_array()
267 size_t nval) in pset_fwnode_read_int_array()
291 const char **val, size_t nval) in pset_fwnode_property_read_string_array()
354 u8 *val, size_t nval) in device_property_read_u8_array()
379 u16 *val, size_t nval) in device_property_read_u16_array()
404 u32 *val, size_t nval) in device_property_read_u32_array()
[all …]
/Linux-v4.19/arch/s390/include/asm/
Dpercpu.h134 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument
146 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
147 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
148 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
149 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
151 #define arch_this_cpu_xchg(pcp, nval) \ argument
162 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
163 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
164 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
165 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
/Linux-v4.19/drivers/soundwire/
Dmipi_disco.c35 int nval, i; in sdw_master_read_prop() local
125 int nval; in sdw_slave_read_dp0() local
166 int nval; in sdw_slave_read_dpn() local
293 int num_of_ports, nval, i, dp0 = 0; in sdw_slave_read_prop() local
/Linux-v4.19/arch/x86/include/asm/
Dpercpu.h302 #define percpu_xchg_op(var, nval) \ argument
348 #define percpu_cmpxchg_op(var, oval, nval) \ argument
429 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(pcp, nval) argument
430 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(pcp, nval) argument
431 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(pcp, nval) argument
436 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
437 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
438 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
443 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
444 #define this_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
[all …]
/Linux-v4.19/drivers/acpi/
Dproperty.c780 size_t nval) in acpi_copy_property_array_u8()
796 u16 *val, size_t nval) in acpi_copy_property_array_u16()
812 u32 *val, size_t nval) in acpi_copy_property_array_u32()
828 u64 *val, size_t nval) in acpi_copy_property_array_u64()
842 char **val, size_t nval) in acpi_copy_property_array_string()
858 void *val, size_t nval) in acpi_data_prop_read()
910 enum dev_prop_type proptype, void *val, size_t nval) in acpi_dev_prop_read()
929 void *val, size_t nval) in acpi_node_prop_read()
1195 size_t nval) in acpi_fwnode_property_read_int_array()
1222 size_t nval) in acpi_fwnode_property_read_string_array()
/Linux-v4.19/include/linux/
Dpercpu-defs.h428 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
429 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
481 #define __this_cpu_xchg(pcp, nval) \ argument
487 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
515 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
516 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
/Linux-v4.19/sound/pci/ice1712/
Dice1712.c270 unsigned char val, nval; in snd_ice1712_digmix_route_ac97_put() local
340 unsigned char val, nval; in snd_ice1712_cs8427_set_input_clock() local
1323 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local
1365 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local
1787 unsigned int val, nval; in snd_ice1712_gpio_put() local
1967 int change = 0, nval; in snd_ice1712_pro_rate_locking_put() local
1998 int change = 0, nval; in snd_ice1712_pro_rate_reset_put() local
2065 unsigned int val, old_val, nval; in snd_ice1712_pro_route_analog_put() local
2135 unsigned int val, old_val, nval; in snd_ice1712_pro_route_spdif_put() local
Dpontis.c142 unsigned short oval, nval; in wm_dac_vol_put() local
235 unsigned short oval, nval; in wm_adc_mux_put() local
525 unsigned int val, nval; in pontis_gpio_data_put() local
Daureon.c225 unsigned char oval, nval; in aureon_universe_inmux_put() local
730 unsigned short nval, oval; in wm_pcm_mute_put() local
1125 unsigned short oval, nval; in wm_adc_mux_put() local
1176 unsigned short oval, nval; in aureon_cs8415_mux_put() local
1226 unsigned char oval, nval; in aureon_cs8415_mute_put() local
Dice1724.c1191 unsigned int val, nval; in update_spdif_rate() local
1988 int change = 0, nval; in snd_vt1724_pro_rate_locking_put() local
2019 int change = 0, nval; in snd_vt1724_pro_rate_reset_put() local
2085 unsigned int old_val, nval; in snd_ice1724_put_route_val() local
/Linux-v4.19/net/netfilter/
Dxt_statistic.c36 int nval, oval; in statistic_mt() local
Dnft_numgen.c32 u32 nval, oval; in nft_ng_inc_gen() local
/Linux-v4.19/sound/isa/sb/
Dsb_mixer.c233 unsigned char nval, oval; in snd_dt019x_input_sw_put() local
303 unsigned char nval, oval; in snd_als4k_mono_capture_route_put() local
361 unsigned char nval, oval; in snd_sb8mixer_put_mux() local
/Linux-v4.19/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c124 u16 val, nval, aval; in pdacf_pcm_prepare() local
/Linux-v4.19/sound/isa/gus/
Dgus_mixer.c59 unsigned char oval, nval; in snd_gf1_put_single() local
Dgus_main.c74 unsigned char nval; in snd_gus_joystick_put() local
/Linux-v4.19/sound/ppc/
Dbeep.c198 unsigned int oval, nval; in snd_pmac_put_beep() local
/Linux-v4.19/lib/
Dgenalloc.c46 unsigned long val, nval; in set_bits_ll() local
61 unsigned long val, nval; in clear_bits_ll() local
/Linux-v4.19/drivers/of/
Dproperty.c840 size_t nval) in of_fwnode_property_read_int_array()
865 size_t nval) in of_fwnode_property_read_string_array()
/Linux-v4.19/sound/i2c/other/
Dak4xxx-adda.c390 unsigned char nval) in put_ak_reg()
493 unsigned char nval = ucontrol->value.enumerated.item[0] & 3; in snd_akm4xxx_deemphasis_put() local
/Linux-v4.19/kernel/time/
Ditimer.c154 u64 oval, nval, ointerval, ninterval; in set_cpu_itimer() local
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_reg.h251 u16 nval = asd_ddbsite_read_word(asd_ha, ddb_site_no, base); in asd_ddbsite_update_byte() local
/Linux-v4.19/sound/isa/es1688/
Des1688_lib.c779 unsigned char oval, nval; in snd_es1688_put_mux() local
837 unsigned char oval, nval; in snd_es1688_put_single() local
/Linux-v4.19/drivers/hwmon/
Dsis5595.c135 unsigned long nval = clamp_val(val, 0, 4080); in IN_TO_REG() local
164 int nval = clamp_val(val, -54120, 157530) ; in TEMP_TO_REG() local

12