/linux/include/asm-generic/ |
H A D | percpu.h | 96 #define raw_cpu_generic_xchg(pcp, nval) \ argument 105 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument 114 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 129 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 184 #define this_cpu_generic_xchg(pcp, nval) \ argument 194 this_cpu_generic_try_cmpxchg(pcp,ovalp,nval) global() argument 204 this_cpu_generic_cmpxchg(pcp,oval,nval) global() argument 293 raw_cpu_xchg_1(pcp,nval) global() argument 296 raw_cpu_xchg_2(pcp,nval) global() argument 299 raw_cpu_xchg_4(pcp,nval) global() argument 302 raw_cpu_xchg_8(pcp,nval) global() argument 307 raw_cpu_try_cmpxchg_1(pcp,ovalp,nval) global() argument 310 raw_cpu_try_cmpxchg_1(pcp,ovalp,nval) global() argument 316 raw_cpu_try_cmpxchg_2(pcp,ovalp,nval) global() argument 319 raw_cpu_try_cmpxchg_2(pcp,ovalp,nval) global() argument 325 raw_cpu_try_cmpxchg_4(pcp,ovalp,nval) global() argument 328 raw_cpu_try_cmpxchg_4(pcp,ovalp,nval) global() argument 334 raw_cpu_try_cmpxchg_8(pcp,ovalp,nval) global() argument 337 raw_cpu_try_cmpxchg_8(pcp,ovalp,nval) global() argument 344 raw_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 347 raw_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 353 raw_cpu_try_cmpxchg128(pcp,ovalp,nval) global() argument 356 raw_cpu_try_cmpxchg128(pcp,ovalp,nval) global() argument 362 raw_cpu_cmpxchg_1(pcp,oval,nval) global() argument 366 raw_cpu_cmpxchg_2(pcp,oval,nval) global() argument 370 raw_cpu_cmpxchg_4(pcp,oval,nval) global() argument 374 raw_cpu_cmpxchg_8(pcp,oval,nval) global() argument 379 raw_cpu_cmpxchg64(pcp,oval,nval) global() argument 383 raw_cpu_cmpxchg128(pcp,oval,nval) global() argument 466 this_cpu_xchg_1(pcp,nval) global() argument 469 this_cpu_xchg_2(pcp,nval) global() argument 472 this_cpu_xchg_4(pcp,nval) global() argument 475 this_cpu_xchg_8(pcp,nval) global() argument 480 this_cpu_try_cmpxchg_1(pcp,ovalp,nval) global() argument 483 this_cpu_try_cmpxchg_1(pcp,ovalp,nval) global() argument 489 this_cpu_try_cmpxchg_2(pcp,ovalp,nval) global() argument 492 this_cpu_try_cmpxchg_2(pcp,ovalp,nval) global() argument 498 this_cpu_try_cmpxchg_4(pcp,ovalp,nval) global() argument 501 this_cpu_try_cmpxchg_4(pcp,ovalp,nval) global() argument 507 this_cpu_try_cmpxchg_8(pcp,ovalp,nval) global() argument 510 this_cpu_try_cmpxchg_8(pcp,ovalp,nval) global() argument 517 this_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 520 this_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 526 this_cpu_try_cmpxchg128(pcp,ovalp,nval) global() argument 529 this_cpu_try_cmpxchg128(pcp,ovalp,nval) global() argument 535 this_cpu_cmpxchg_1(pcp,oval,nval) global() argument 539 this_cpu_cmpxchg_2(pcp,oval,nval) global() argument 543 this_cpu_cmpxchg_4(pcp,oval,nval) global() argument 547 this_cpu_cmpxchg_8(pcp,oval,nval) global() argument 552 this_cpu_cmpxchg64(pcp,oval,nval) global() argument 556 this_cpu_cmpxchg128(pcp,oval,nval) global() 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 this_cpu_cmpxchg128(pcp,oval,nval) global() argument 167 arch_this_cpu_xchg(pcp,nval) global() argument 178 this_cpu_xchg_1(pcp,nval) global() argument 179 this_cpu_xchg_2(pcp,nval) global() argument 180 this_cpu_xchg_4(pcp,nval) global() argument 181 this_cpu_xchg_8(pcp,nval) global() argument [all...] |
/linux/arch/x86/include/asm/ |
H A D | percpu.h | 350 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, , pcp, oval, nval) argument 351 #define this_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, volatile, pcp, oval, nval) argument 383 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, nval) argument 384 this_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 389 raw_cpu_cmpxchg64(pcp,oval,nval) global() argument 390 this_cpu_cmpxchg64(pcp,oval,nval) global() argument 392 raw_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 393 this_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 419 raw_cpu_cmpxchg128(pcp,oval,nval) global() argument 420 this_cpu_cmpxchg128(pcp,oval,nval) global() argument 452 raw_cpu_try_cmpxchg128(pcp,ovalp,nval) global() argument 453 this_cpu_try_cmpxchg128(pcp,ovalp,nval) global() argument 497 this_cpu_xchg_1(pcp,nval) global() argument 498 this_cpu_xchg_2(pcp,nval) global() argument 499 this_cpu_xchg_4(pcp,nval) global() argument 504 raw_cpu_cmpxchg_1(pcp,oval,nval) global() argument 505 raw_cpu_cmpxchg_2(pcp,oval,nval) global() argument 506 raw_cpu_cmpxchg_4(pcp,oval,nval) global() argument 507 raw_cpu_try_cmpxchg_1(pcp,ovalp,nval) global() argument 508 raw_cpu_try_cmpxchg_2(pcp,ovalp,nval) global() argument 509 raw_cpu_try_cmpxchg_4(pcp,ovalp,nval) global() argument 514 this_cpu_cmpxchg_1(pcp,oval,nval) global() argument 515 this_cpu_cmpxchg_2(pcp,oval,nval) global() argument 516 this_cpu_cmpxchg_4(pcp,oval,nval) global() argument 517 this_cpu_try_cmpxchg_1(pcp,ovalp,nval) global() argument 518 this_cpu_try_cmpxchg_2(pcp,ovalp,nval) global() argument 519 this_cpu_try_cmpxchg_4(pcp,ovalp,nval) global() argument 539 raw_cpu_xchg_8(pcp,nval) global() argument 540 raw_cpu_cmpxchg_8(pcp,oval,nval) global() argument 541 raw_cpu_try_cmpxchg_8(pcp,ovalp,nval) global() argument 547 this_cpu_xchg_8(pcp,nval) global() argument 548 this_cpu_cmpxchg_8(pcp,oval,nval) global() argument 549 this_cpu_try_cmpxchg_8(pcp,ovalp,nval) global() argument [all...] |
/linux/drivers/base/ |
H A D | property.c | 133 u8 *val, size_t nval) in device_property_read_u8_array() argument 161 u16 *val, size_t nval) in device_property_read_u16_array() argument 189 device_property_read_u32_array(const struct device * dev,const char * propname,u32 * val,size_t nval) device_property_read_u32_array() argument 217 device_property_read_u64_array(const struct device * dev,const char * propname,u64 * val,size_t nval) device_property_read_u64_array() argument 245 device_property_read_string_array(const struct device * dev,const char * propname,const char ** val,size_t nval) device_property_read_string_array() argument 298 fwnode_property_read_int_array(const struct fwnode_handle * fwnode,const char * propname,unsigned int elem_size,void * val,size_t nval) fwnode_property_read_int_array() argument 336 fwnode_property_read_u8_array(const struct fwnode_handle * fwnode,const char * propname,u8 * val,size_t nval) fwnode_property_read_u8_array() argument 365 fwnode_property_read_u16_array(const struct fwnode_handle * fwnode,const char * propname,u16 * val,size_t nval) fwnode_property_read_u16_array() argument 394 fwnode_property_read_u32_array(const struct fwnode_handle * fwnode,const char * propname,u32 * val,size_t nval) fwnode_property_read_u32_array() argument 423 fwnode_property_read_u64_array(const struct fwnode_handle * fwnode,const char * propname,u64 * val,size_t nval) fwnode_property_read_u64_array() argument 453 fwnode_property_read_string_array(const struct fwnode_handle * fwnode,const char * propname,const char ** val,size_t nval) fwnode_property_read_string_array() argument 513 int nval, ret; fwnode_property_match_string() local [all...] |
H A D | swnode.c | 174 size_t nval) in property_entry_read_int_array() argument 198 const char **strings, size_t nval) in property_entry_read_string_array() argument 229 size_t i, nval; in property_entry_free_data() local 246 size_t nval) in property_copy_string_array() argument 267 size_t nval; in property_entry_copy_data() local 404 software_node_read_int_array(const struct fwnode_handle * fwnode,const char * propname,unsigned int elem_size,void * val,size_t nval) software_node_read_int_array() argument 414 software_node_read_string_array(const struct fwnode_handle * fwnode,const char * propname,const char ** val,size_t nval) software_node_read_string_array() argument [all...] |
/linux/include/linux/ |
H A D | percpu-defs.h | 418 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument 419 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 421 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 470 #define __this_cpu_xchg(pcp, nval) \ argument 476 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 482 __this_cpu_try_cmpxchg(pcp,ovalp,nval) global() argument 505 this_cpu_xchg(pcp,nval) global() argument 506 this_cpu_cmpxchg(pcp,oval,nval) global() argument 508 this_cpu_try_cmpxchg(pcp,ovalp,nval) global() argument [all...] |
/linux/drivers/acpi/ |
H A D | property.c | 1093 #define acpi_copy_property_array_uint(items, val, nval) \ argument 1125 char **val, size_t nval) in acpi_copy_property_array_string() argument 1141 void *val, size_t nval) in acpi_data_prop_read() argument 1240 acpi_node_prop_read(const struct fwnode_handle * fwnode,const char * propname,enum dev_prop_type proptype,void * val,size_t nval) acpi_node_prop_read() argument 1528 acpi_fwnode_property_read_int_array(const struct fwnode_handle * fwnode,const char * propname,unsigned int elem_size,void * val,size_t nval) acpi_fwnode_property_read_int_array() argument 1555 acpi_fwnode_property_read_string_array(const struct fwnode_handle * fwnode,const char * propname,const char ** val,size_t nval) acpi_fwnode_property_read_string_array() argument [all...] |
/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; in 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; in wm_dac_vol_put() local 221 unsigned short oval, nval; in 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 unsigned short nval, oval; 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...] |
/linux/drivers/phy/microchip/ |
H A D | sparx5_serdes.h | 117 u32 nval; in sdx5_rmw() local 132 u32 nval; in sdx5_inst_rmw() local 144 u32 nval; sdx5_rmw_addr() 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; in pdacf_pcm_prepare() local
|
/linux/sound/soc/codecs/ |
H A D | rt715-sdca-sdw.c | 138 int nval, i; in rt715_sdca_read_prop() local
|
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 | rt712-sdca-sdw.c | 193 int nval; in rt712_sdca_read_prop() local
|
H A D | rt711-sdca-sdw.c | 178 int nval; in rt711_sdca_read_prop() local
|
H A D | rt721-sdca-sdw.c | 226 int nval; in rt721_sdca_read_prop() local
|
H A D | rt715-sdw.c | 394 int nval, i; in rt715_read_prop() local
|
H A D | max98363.c | 122 int nval, i; in max98363_read_prop() local
|
/linux/sound/isa/gus/ |
H A D | gus_mixer.c | 44 unsigned char oval, nval; in snd_gf1_put_single() local
|
/linux/sound/ppc/ |
H A D | beep.c | 188 unsigned int oval, nval; in snd_pmac_put_beep() local
|
/linux/sound/i2c/other/ |
H A D | ak4xxx-adda.c | 376 unsigned char nval) in put_ak_reg() argument 477 unsigned char nval = ucontrol->value.enumerated.item[0] & 3; snd_akm4xxx_deemphasis_put() local [all...] |