Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Dproperty.c67 enum dev_prop_type type, void *val, size_t nval) in pset_prop_read_array()
162 u8 *val, size_t nval) in device_property_read_u8_array()
187 u16 *val, size_t nval) in device_property_read_u16_array()
212 u32 *val, size_t nval) in device_property_read_u32_array()
237 u64 *val, size_t nval) in device_property_read_u64_array()
262 const char **val, size_t nval) in device_property_read_string_array()
312 #define OF_DEV_PROP_READ_ARRAY(node, propname, type, val, nval) \ argument
352 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
378 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
404 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
[all …]
/linux-4.4.14/include/asm-generic/
Dpercpu.h79 #define raw_cpu_generic_xchg(pcp, nval) \ argument
87 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
136 #define this_cpu_generic_xchg(pcp, nval) \ argument
147 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
249 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
252 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
255 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
258 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
262 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
266 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dpercpu.h133 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument
145 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
146 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
147 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
148 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
150 #define arch_this_cpu_xchg(pcp, nval) \ argument
161 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
162 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
163 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
164 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
/linux-4.4.14/arch/x86/include/asm/
Dpercpu.h301 #define percpu_xchg_op(var, nval) \ argument
347 #define percpu_cmpxchg_op(var, oval, nval) \ argument
428 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(pcp, nval) argument
429 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(pcp, nval) argument
430 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(pcp, nval) argument
435 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
436 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
437 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
442 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
443 #define this_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
[all …]
/linux-4.4.14/drivers/acpi/
Dproperty.c643 size_t nval) in acpi_copy_property_array_u8()
659 u16 *val, size_t nval) in acpi_copy_property_array_u16()
675 u32 *val, size_t nval) in acpi_copy_property_array_u32()
691 u64 *val, size_t nval) in acpi_copy_property_array_u64()
705 char **val, size_t nval) in acpi_copy_property_array_string()
721 void *val, size_t nval) in acpi_data_prop_read()
771 enum dev_prop_type proptype, void *val, size_t nval) in acpi_dev_prop_read()
789 enum dev_prop_type proptype, void *val, size_t nval) in acpi_node_prop_read()
Ddevice_sysfs.c202 int i, nval; in create_of_modalias() local
Dbus.c566 int i, nval; in acpi_of_match_device() local
/linux-4.4.14/include/linux/
Dpercpu-defs.h413 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
414 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
466 #define __this_cpu_xchg(pcp, nval) \ argument
472 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
500 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
501 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
Dproperty.h154 size_t nval; member
Dacpi.h904 void *val, size_t nval) in acpi_node_prop_read()
912 void *val, size_t nval) in acpi_dev_prop_read()
/linux-4.4.14/net/netfilter/
Dxt_statistic.c36 int nval, oval; in statistic_mt() local
/linux-4.4.14/sound/pci/ice1712/
Dice1712.c270 unsigned char val, nval; in snd_ice1712_digmix_route_ac97_put() local
340 unsigned char val, nval; in snd_ice1712_cs8427_set_input_clock() local
1323 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local
1365 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local
1787 unsigned int val, nval; in snd_ice1712_gpio_put() local
1967 int change = 0, nval; in snd_ice1712_pro_rate_locking_put() local
1998 int change = 0, nval; in snd_ice1712_pro_rate_reset_put() local
2065 unsigned int val, old_val, nval; in snd_ice1712_pro_route_analog_put() local
2135 unsigned int val, old_val, nval; in snd_ice1712_pro_route_spdif_put() local
Dpontis.c142 unsigned short oval, nval; in wm_dac_vol_put() local
235 unsigned short oval, nval; in wm_adc_mux_put() local
525 unsigned int val, nval; in pontis_gpio_data_put() local
Daureon.c225 unsigned char oval, nval; in aureon_universe_inmux_put() local
730 unsigned short nval, oval; in wm_pcm_mute_put() local
1125 unsigned short oval, nval; in wm_adc_mux_put() local
1176 unsigned short oval, nval; in aureon_cs8415_mux_put() local
1226 unsigned char oval, nval; in aureon_cs8415_mute_put() local
Dice1724.c1193 unsigned int val, nval; in update_spdif_rate() local
1990 int change = 0, nval; in snd_vt1724_pro_rate_locking_put() local
2021 int change = 0, nval; in snd_vt1724_pro_rate_reset_put() local
2087 unsigned int old_val, nval; in snd_ice1724_put_route_val() local
Dprodigy_hifi.c581 unsigned short oval, nval; in wm_adc_mux_enum_put() local
677 unsigned short oval, nval; in wm_adc_mux_put() local
Dphase.c315 unsigned short nval, oval; in wm_pcm_mute_put() local
Dews.c601 int val, nval; in snd_ice1712_ewx_io_sense_put() local
/linux-4.4.14/sound/isa/sb/
Dsb_mixer.c233 unsigned char nval, oval; in snd_dt019x_input_sw_put() local
303 unsigned char nval, oval; in snd_als4k_mono_capture_route_put() local
361 unsigned char nval, oval; in snd_sb8mixer_put_mux() local
Dsb16_main.c727 unsigned char nval, oval; in snd_sb16_dma_control_put() local
Dsb16_csp.c979 unsigned char nval; in snd_sb_qsound_switch_put() local
/linux-4.4.14/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c124 u16 val, nval, aval; in pdacf_pcm_prepare() local
/linux-4.4.14/sound/isa/gus/
Dgus_mixer.c59 unsigned char oval, nval; in snd_gf1_put_single() local
Dgus_main.c74 unsigned char nval; in snd_gus_joystick_put() local
/linux-4.4.14/lib/
Dgenalloc.c46 unsigned long val, nval; in set_bits_ll() local
61 unsigned long val, nval; in clear_bits_ll() local
/linux-4.4.14/sound/ppc/
Dbeep.c198 unsigned int oval, nval; in snd_pmac_put_beep() local
/linux-4.4.14/kernel/time/
Ditimer.c147 cputime_t cval, nval, cinterval, ninterval; in set_cpu_itimer() local
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_reg.h251 u16 nval = asd_ddbsite_read_word(asd_ha, ddb_site_no, base); in asd_ddbsite_update_byte() local
/linux-4.4.14/sound/i2c/other/
Dak4xxx-adda.c390 unsigned char nval) in put_ak_reg()
493 unsigned char nval = ucontrol->value.enumerated.item[0] & 3; in snd_akm4xxx_deemphasis_put() local
/linux-4.4.14/sound/isa/es1688/
Des1688_lib.c779 unsigned char oval, nval; in snd_es1688_put_mux() local
837 unsigned char oval, nval; in snd_es1688_put_single() local
/linux-4.4.14/drivers/hwmon/
Dsis5595.c135 unsigned long nval = clamp_val(val, 0, 4080); in IN_TO_REG() local
164 int nval = clamp_val(val, -54120, 157530) ; in TEMP_TO_REG() local
Dlm78.c88 unsigned long nval = clamp_val(val, 0, 4080); in IN_TO_REG() local
113 int nval = clamp_val(val, -128000, 127000) ; in TEMP_TO_REG() local
Dasb100.c117 unsigned nval = clamp_val(val, ASB100_IN_MIN, ASB100_IN_MAX); in IN_TO_REG() local
/linux-4.4.14/drivers/isdn/mISDN/
Dlayer2.h42 int tval, nval; member
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c17 void ipvlan_set_port_mode(struct ipvl_port *port, u32 nval) in ipvlan_set_port_mode()
/linux-4.4.14/sound/pci/ca0106/
Dca0106_mixer.c445 unsigned int oval, nval; in snd_ca0106_volume_put() local
/linux-4.4.14/net/sched/
Dsch_fq.c680 u32 nval = nla_get_u32(tb[TCA_FQ_BUCKETS_LOG]); in fq_change() local
/linux-4.4.14/sound/pci/emu10k1/
Demupcm.c1517 unsigned int nval[2], bits; in snd_emu10k1_pcm_efx_voices_mask_put() local
Demufx.c368 unsigned int nval, val; in snd_emu10k1_gpr_ctl_put() local
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c5012 u32 cval,nval; in pvr2_hdw_gpio_chg_dir() local
5033 u32 cval,nval; in pvr2_hdw_gpio_chg_out() local
/linux-4.4.14/sound/isa/
Des18xx.c1059 unsigned char oval, nval; in snd_es18xx_put_spatializer_enable() local
/linux-4.4.14/sound/pci/
Des1938.c1089 unsigned char oval, nval; in snd_es1938_put_spatializer_enable() local
Dens1370.c1719 unsigned int nval; in snd_ensoniq_control_put() local
/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx_lib.c3595 u16 control, nval; in clkrun_hack() local
/linux-4.4.14/net/packet/
Daf_packet.c2177 u32 nval; in tpacket_rcv() local