Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/include/asm-generic/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A 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
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A 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
292 int nval; in sdw_slave_read_prop() local
/OK3568_Linux_fs/kernel/drivers/base/
H A 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 …]
H A Dswnode.c160 size_t nval) in property_entry_read_int_array()
184 const char **strings, size_t nval) in property_entry_read_string_array()
215 size_t i, nval; in property_entry_free_data() local
232 size_t nval) in property_copy_string_array()
253 size_t nval; in property_entry_copy_data() local
390 size_t nval) in software_node_read_int_array()
400 const char **val, size_t nval) in software_node_read_string_array()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpercpu.h249 #define raw_percpu_xchg_op(var, nval) \ argument
275 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(1, volatile, pcp, nval) argument
276 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(2, volatile, pcp, nval) argument
277 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(4, volatile, pcp, nval) argument
282 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(1, , pcp, oval, nval) argument
283 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(2, , pcp, oval, nval) argument
284 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, , pcp, oval, nval) argument
289 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(1, volatile, pcp, oval, nval) argument
290 #define this_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(2, volatile, pcp, oval, nval) argument
291 #define this_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, volatile, pcp, oval, nval) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dproperty.c865 size_t nval) in acpi_copy_property_array_u8()
881 u16 *val, size_t nval) in acpi_copy_property_array_u16()
897 u32 *val, size_t nval) in acpi_copy_property_array_u32()
913 u64 *val, size_t nval) in acpi_copy_property_array_u64()
927 char **val, size_t nval) in acpi_copy_property_array_string()
943 void *val, size_t nval) in acpi_data_prop_read()
1005 enum dev_prop_type proptype, void *val, size_t nval) in acpi_dev_prop_read()
1024 void *val, size_t nval) in acpi_node_prop_read()
1293 size_t nval) in acpi_fwnode_property_read_int_array()
1320 size_t nval) in acpi_fwnode_property_read_string_array()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Datomic.h16 unsigned int nval) in atomic_cas_uint()
21 static inline bool atomic_cas_u32(uint32_t *p, uint32_t *oval, uint32_t nval) in atomic_cas_u32()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Datomic.h16 unsigned int nval) in atomic_cas_uint()
21 static inline bool atomic_cas_u32(uint32_t *p, uint32_t *oval, uint32_t nval) in atomic_cas_u32()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-defs.h426 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
427 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
479 #define __this_cpu_xchg(pcp, nval) \ argument
485 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
513 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
514 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A 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
1281 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local
1323 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local
1742 unsigned int val, nval; in snd_ice1712_gpio_put() local
1922 int change = 0, nval; in snd_ice1712_pro_rate_locking_put() local
1953 int change = 0, nval; in snd_ice1712_pro_rate_reset_put() local
2020 unsigned int val, old_val, nval; in snd_ice1712_pro_route_analog_put() local
2090 unsigned int val, old_val, nval; in snd_ice1712_pro_route_spdif_put() local
H 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
H 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
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_statistic.c33 int nval, oval; in statistic_mt() local
H A Dnft_numgen.c26 u32 nval, oval; in nft_ng_inc_gen() local
/OK3568_Linux_fs/kernel/sound/isa/sb/
H 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
/OK3568_Linux_fs/kernel/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c93 u16 val, nval, aval; in pdacf_pcm_prepare() local
/OK3568_Linux_fs/u-boot/cmd/
H A Dgpio.c222 int nval = gpio_get_value(gpio); in do_gpio() local
/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c614 int nval = v->numAxes - first; in FixDeviceValuator() local
656 int nval = v->numAxes - first; in FixDeviceStateNotify() local
685 int nval = 0, nkeys = 0, nbuttons = 0, first = 0; in DeliverStateNotifyEvent() local
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_mixer.c44 unsigned char oval, nval; in snd_gf1_put_single() local
H A Dgus_main.c59 unsigned char nval; in snd_gus_joystick_put() local
/OK3568_Linux_fs/kernel/sound/ppc/
H A Dbeep.c185 unsigned int oval, nval; in snd_pmac_put_beep() local
/OK3568_Linux_fs/kernel/sound/i2c/other/
H A 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
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dmux.c195 int nval; in typec_mux_match() local
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt700-sdw.c337 int nval, i; in rt700_read_prop() local

123