| /linux/arch/x86/include/asm/ |
| H A D | percpu.h | 349 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, , pcp, oval, nval) argument 350 #define this_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, volatile, pcp, oval, nval) argument 381 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, n… argument 382 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… argument 387 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg_op(8, , pcp, oval, nval); argument 388 #define this_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg_op(8, volatile, pcp, oval, nval); argument 390 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nva… argument 391 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… argument 417 #define raw_cpu_cmpxchg128(pcp, oval, nval) percpu_cmpxchg128_op(16, , pcp, oval, nval) argument 418 #define this_cpu_cmpxchg128(pcp, oval, nval) percpu_cmpxchg128_op(16, volatile, pcp, oval, nval) argument [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | percpu.h | 134 #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 153 #define this_cpu_cmpxchg128(pcp, oval, nval) \ argument 167 #define arch_this_cpu_xchg(pcp, nval) \ argument 178 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 179 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 180 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument [all …]
|
| /linux/drivers/soundwire/ |
| H A D | mipi_disco.c | 56 int nval; in sdw_master_read_prop() local 165 int nval; in sdw_slave_read_dp0() local 227 int nval; in sdw_slave_read_dpn() local 416 int nval; in sdw_slave_read_prop() local
|
| /linux/drivers/acpi/ |
| H A D | property.c | 1163 #define acpi_copy_property_array_uint(items, val, nval) \ argument 1195 char **val, size_t nval) in acpi_copy_property_array_string() 1211 void *val, size_t nval) in acpi_data_prop_read() 1310 void *val, size_t nval) in acpi_node_prop_read() 1620 size_t nval) in acpi_fwnode_property_read_int_array() 1647 size_t nval) in acpi_fwnode_property_read_string_array()
|
| /linux/sound/pci/ice1712/ |
| H A D | ice1712.c | 250 unsigned char val, nval; in snd_ice1712_digmix_route_ac97_put() local 320 unsigned char val, nval; snd_ice1712_cs8427_set_input_clock() local 1275 unsigned int nval, change; snd_ice1712_pro_mixer_switch_put() local 1317 unsigned int nval, change; snd_ice1712_pro_mixer_volume_put() local 1736 unsigned int val, nval; snd_ice1712_gpio_put() local 1916 int change = 0, nval; snd_ice1712_pro_rate_locking_put() local 1947 int change = 0, nval; snd_ice1712_pro_rate_reset_put() local 2014 unsigned int val, old_val, nval; snd_ice1712_pro_route_analog_put() local 2084 unsigned int val, old_val, nval; snd_ice1712_pro_route_spdif_put() local [all...] |
| H A D | pontis.c | 128 unsigned short oval, nval; wm_dac_vol_put() local 221 unsigned short oval, nval; wm_adc_mux_put() local 511 unsigned int val, nval; pontis_gpio_data_put() local [all...] |
| H A D | aureon.c | 211 unsigned char oval, nval; in aureon_universe_inmux_put() local 716 nval = (oval & ~0x10) | (ucontrol->value.integer.value[0] ? 0 : 0x10); in wm_pcm_mute_put() local 1111 unsigned short oval, nval; wm_adc_mux_put() local 1162 unsigned short oval, nval; aureon_cs8415_mux_put() local 1212 unsigned char oval, nval; aureon_cs8415_mute_put() local [all...] |
| H A D | ice1724.c | 1154 nval &= ~(7 << 12); in update_spdif_rate() local 1943 int change = 0, nval; snd_vt1724_pro_rate_locking_put() local 1974 int change = 0, nval; snd_vt1724_pro_rate_reset_put() local 2040 unsigned int old_val, nval; snd_ice1724_put_route_val() local [all...] |
| /linux/sound/isa/sb/ |
| H A D | sb_mixer.c | 219 unsigned char nval, oval; snd_dt019x_input_sw_put() local 289 unsigned char nval, oval; snd_als4k_mono_capture_route_put() local 347 unsigned char nval, oval; snd_sb8mixer_put_mux() local [all...] |
| /linux/net/netfilter/ |
| H A D | xt_statistic.c | 33 int nval, oval; in statistic_mt() local
|
| H A D | nft_numgen.c | 26 u32 nval, oval; in nft_ng_inc_gen() local
|
| /linux/sound/pcmcia/pdaudiocf/ |
| H A D | pdaudiocf_pcm.c | 93 u16 val, nval, aval; pdacf_pcm_prepare() local
|
| /linux/sound/isa/gus/ |
| H A D | gus_mixer.c | 44 unsigned char oval, nval; snd_gf1_put_single() local
|
| H A D | gus_main.c | 47 unsigned char nval; snd_gus_joystick_put() local
|
| /linux/sound/soc/codecs/ |
| H A D | sdw-mockup.c | 136 int nval; in sdw_mockup_read_prop() local
|
| H A D | rt722-sdca-sdw.c | 245 int nval; in rt722_sdca_read_prop() local
|
| H A D | max98363.c | 122 int nval, i; in max98363_read_prop() local
|
| H A D | rt1318-sdw.c | 348 int nval; in rt1318_read_prop() local
|
| H A D | max98373-sdw.c | 302 int nval, i; in max98373_read_prop() local
|
| /linux/sound/ppc/ |
| H A D | beep.c | 188 if (nval > 100) in snd_pmac_put_beep() local
|
| /linux/sound/i2c/other/ |
| H A D | ak4xxx-adda.c | 376 unsigned char nval) in put_ak_reg() 477 unsigned char nval = ucontrol->value.enumerated.item[0] & 3; in snd_akm4xxx_deemphasis_put() local
|
| /linux/sound/isa/es1688/ |
| H A D | es1688_lib.c | 742 unsigned char oval, nval; snd_es1688_put_mux() local 800 unsigned char oval, nval; snd_es1688_put_single() local [all...] |
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_reg.h | 233 u16 nval = asd_ddbsite_read_word(asd_ha, ddb_site_no, base); in asd_ddbsite_update_byte() local
|
| /linux/fs/dlm/ |
| H A D | midcomms.c | 403 uint32_t oval, nval; in dlm_send_ack_threshold() local 523 uint32_t oval, nval; in dlm_midcomms_receive_buffer() local
|
| /linux/drivers/hwmon/ |
| H A D | lm78.c | 74 unsigned long nval = clamp_val(val, 0, 4080); in IN_TO_REG() local 99 int nval = clamp_val(val, -128000, 127000) ; in TEMP_TO_REG() local
|