Home
last modified time | relevance | path

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

123

/Linux-v5.4/include/asm-generic/
Dpercpu.h83 #define raw_cpu_generic_xchg(pcp, nval) \ argument
92 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
163 #define this_cpu_generic_xchg(pcp, nval) \ argument
173 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
273 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
276 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
279 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
282 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
286 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
290 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
[all …]
/Linux-v5.4/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-v5.4/drivers/soundwire/
Dmipi_disco.c35 int nval, i; in sdw_master_read_prop() local
127 int nval; in sdw_slave_read_dp0() local
168 int nval; in sdw_slave_read_dpn() local
291 int num_of_ports, nval, i, dp0 = 0; in sdw_slave_read_prop() local
/Linux-v5.4/drivers/base/
Dproperty.c79 u8 *val, size_t nval) in device_property_read_u8_array()
104 u16 *val, size_t nval) in device_property_read_u16_array()
129 u32 *val, size_t nval) in device_property_read_u32_array()
154 u64 *val, size_t nval) in device_property_read_u64_array()
179 const char **val, size_t nval) in device_property_read_string_array()
232 size_t nval) in fwnode_property_read_int_array()
266 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
292 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
318 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
344 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
[all …]
Dswnode.c192 u8 *values, size_t nval) in property_entry_read_u8_array()
207 u16 *values, size_t nval) in property_entry_read_u16_array()
222 u32 *values, size_t nval) in property_entry_read_u32_array()
237 u64 *values, size_t nval) in property_entry_read_u64_array()
266 size_t nval) in property_entry_read_int_array()
287 const char **strings, size_t nval) in property_entry_read_string_array()
325 size_t i, nval; in property_entry_free_data() local
344 size_t nval = src->length / sizeof(*d); in property_copy_string_array() local
500 size_t nval) in software_node_read_int_array()
510 const char **val, size_t nval) in software_node_read_string_array()
/Linux-v5.4/arch/x86/include/asm/
Dpercpu.h302 #define percpu_xchg_op(qual, var, nval) \ argument
348 #define percpu_cmpxchg_op(qual, var, oval, nval) \ argument
415 #define raw_percpu_xchg_op(var, nval) \ argument
441 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(volatile, pcp, nval) argument
442 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(volatile, pcp, nval) argument
443 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(volatile, pcp, nval) argument
448 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument
449 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument
450 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument
455 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument
[all …]
/Linux-v5.4/drivers/acpi/
Dproperty.c854 size_t nval) in acpi_copy_property_array_u8()
870 u16 *val, size_t nval) in acpi_copy_property_array_u16()
886 u32 *val, size_t nval) in acpi_copy_property_array_u32()
902 u64 *val, size_t nval) in acpi_copy_property_array_u64()
916 char **val, size_t nval) in acpi_copy_property_array_string()
932 void *val, size_t nval) in acpi_data_prop_read()
984 enum dev_prop_type proptype, void *val, size_t nval) in acpi_dev_prop_read()
1003 void *val, size_t nval) in acpi_node_prop_read()
1277 size_t nval) in acpi_fwnode_property_read_int_array()
1304 size_t nval) in acpi_fwnode_property_read_string_array()
/Linux-v5.4/include/linux/
Dpercpu-defs.h427 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
428 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
480 #define __this_cpu_xchg(pcp, nval) \ argument
486 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
514 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
515 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
/Linux-v5.4/sound/pci/ice1712/
Dice1712.c256 unsigned char val, nval; in snd_ice1712_digmix_route_ac97_put() local
326 unsigned char val, nval; in snd_ice1712_cs8427_set_input_clock() local
1309 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local
1351 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local
1770 unsigned int val, nval; in snd_ice1712_gpio_put() local
1950 int change = 0, nval; in snd_ice1712_pro_rate_locking_put() local
1981 int change = 0, nval; in snd_ice1712_pro_rate_reset_put() local
2048 unsigned int val, old_val, nval; in snd_ice1712_pro_route_analog_put() local
2118 unsigned int val, old_val, nval; in snd_ice1712_pro_route_spdif_put() local
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
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
Dice1724.c1177 unsigned int val, nval; in update_spdif_rate() local
1971 int change = 0, nval; in snd_vt1724_pro_rate_locking_put() local
2002 int change = 0, nval; in snd_vt1724_pro_rate_reset_put() local
2068 unsigned int old_val, nval; in snd_ice1724_put_route_val() local
/Linux-v5.4/net/netfilter/
Dxt_statistic.c33 int nval, oval; in statistic_mt() local
Dnft_numgen.c27 u32 nval, oval; in nft_ng_inc_gen() local
/Linux-v5.4/sound/isa/sb/
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-v5.4/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c111 u16 val, nval, aval; in pdacf_pcm_prepare() local
/Linux-v5.4/sound/isa/gus/
Dgus_mixer.c44 unsigned char oval, nval; in snd_gf1_put_single() local
Dgus_main.c59 unsigned char nval; in snd_gus_joystick_put() local
/Linux-v5.4/sound/ppc/
Dbeep.c185 unsigned int oval, nval; in snd_pmac_put_beep() local
/Linux-v5.4/drivers/usb/typec/
Dmux.c190 int nval; in typec_mux_match() local
/Linux-v5.4/drivers/of/
Dproperty.c841 size_t nval) in of_fwnode_property_read_int_array()
866 size_t nval) in of_fwnode_property_read_string_array()
/Linux-v5.4/sound/i2c/other/
Dak4xxx-adda.c376 unsigned char nval) in put_ak_reg()
479 unsigned char nval = ucontrol->value.enumerated.item[0] & 3; in snd_akm4xxx_deemphasis_put() local
/Linux-v5.4/kernel/time/
Ditimer.c147 u64 oval, nval, ointerval, ninterval; in set_cpu_itimer() local
/Linux-v5.4/lib/
Dgenalloc.c45 unsigned long val, nval; in set_bits_ll() local
60 unsigned long val, nval; in clear_bits_ll() local
/Linux-v5.4/drivers/scsi/aic94xx/
Daic94xx_reg.h233 u16 nval = asd_ddbsite_read_word(asd_ha, ddb_site_no, base); in asd_ddbsite_update_byte() local

123