Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/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-4.19.296/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-4.19.296/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
Dacpi.h1204 void *val, size_t nval) in acpi_node_prop_read()
1212 void *val, size_t nval) in acpi_dev_prop_read()
/linux-4.19.296/lib/
Dgenalloc.c47 unsigned long val, nval; in set_bits_ll() local
62 unsigned long val, nval; in clear_bits_ll() local
/linux-4.19.296/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-4.19.296/drivers/iio/accel/
Dkxsd9.c170 u16 nval; in kxsd9_read_raw() local
/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.h42 int tval, nval; member