/Linux-v5.4/Documentation/gpu/dp-mst/ |
D | topology-figure-1.dot | 43 mstb1 [label="MSTB #1";style=filled;fillcolor=palegreen;shape=oval]; 44 mstb2 [label="MSTB #2";style=filled;fillcolor=palegreen;shape=oval]; 45 mstb3 [label="MSTB #3";style=filled;fillcolor=palegreen;shape=oval]; 46 mstb4 [label="MSTB #4";style=filled;fillcolor=palegreen;shape=oval]; 48 port1 [label="Port #1";shape=oval]; 49 port2 [label="Port #2";shape=oval]; 50 port3 [label="Port #3";shape=oval]; 51 port4 [label="Port #4";shape=oval];
|
/Linux-v5.4/include/asm-generic/ |
D | percpu.h | 92 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 97 if (__ret == (oval)) \ 173 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 178 __ret = raw_cpu_generic_cmpxchg(pcp, oval, nval); \ 286 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 287 raw_cpu_generic_cmpxchg(pcp, oval, nval) 290 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument 291 raw_cpu_generic_cmpxchg(pcp, oval, nval) 294 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument 295 raw_cpu_generic_cmpxchg(pcp, oval, nval) [all …]
|
D | futex.h | 31 arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() argument 74 *oval = oldval; in arch_futex_atomic_op_inuser() 119 arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() argument
|
/Linux-v5.4/net/netfilter/ |
D | xt_statistic.c | 33 int nval, oval; in statistic_mt() local 42 oval = atomic_read(&info->master->count); in statistic_mt() 43 nval = (oval == info->u.nth.every) ? 0 : oval + 1; in statistic_mt() 44 } while (atomic_cmpxchg(&info->master->count, oval, nval) != oval); in statistic_mt()
|
D | nft_numgen.c | 27 u32 nval, oval; in nft_ng_inc_gen() local 30 oval = atomic_read(&priv->counter); in nft_ng_inc_gen() 31 nval = (oval + 1 < priv->modulus) ? oval + 1 : 0; in nft_ng_inc_gen() 32 } while (atomic_cmpxchg(&priv->counter, oval, nval) != oval); in nft_ng_inc_gen()
|
/Linux-v5.4/sound/isa/sb/ |
D | sb_mixer.c | 80 unsigned char val, oval; in snd_sbmixer_put_single() local 84 oval = snd_sbmixer_read(sb, reg); in snd_sbmixer_put_single() 85 val = (oval & ~(mask << shift)) | val; in snd_sbmixer_put_single() 86 change = val != oval; in snd_sbmixer_put_single() 181 unsigned char oval; in snd_dt019x_input_sw_get() local 184 oval = snd_sbmixer_read(sb, SB_DT019X_CAPTURE_SW); in snd_dt019x_input_sw_get() 186 switch (oval & 0x07) { in snd_dt019x_input_sw_get() 218 unsigned char nval, oval; in snd_dt019x_input_sw_put() local 242 oval = snd_sbmixer_read(sb, SB_DT019X_CAPTURE_SW); in snd_dt019x_input_sw_put() 243 change = nval != oval; in snd_dt019x_input_sw_put() [all …]
|
/Linux-v5.4/arch/s390/include/asm/ |
D | percpu.h | 134 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument 141 ret__ = cmpxchg(ptr__, oval, nval); \ 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
|
/Linux-v5.4/arch/x86/include/asm/ |
D | percpu.h | 348 #define percpu_cmpxchg_op(qual, var, oval, nval) \ argument 351 typeof(var) pco_old__ = (oval); \ 448 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument 449 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument 450 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument 455 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument 456 #define this_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument 457 #define this_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument 488 #define raw_cpu_cmpxchg_8(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument 497 #define this_cpu_cmpxchg_8(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument
|
D | futex.h | 45 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser() argument 76 *oval = oldval; in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/sound/ppc/ |
D | burgundy.c | 301 int oval; in snd_pmac_burgundy_get_gain() local 303 oval = snd_pmac_burgundy_rcb(chip, addr); in snd_pmac_burgundy_get_gain() 305 oval = ~oval & 0xff; in snd_pmac_burgundy_get_gain() 306 ucontrol->value.integer.value[0] = oval & 0xf; in snd_pmac_burgundy_get_gain() 308 ucontrol->value.integer.value[1] = (oval >> 4) & 0xf; in snd_pmac_burgundy_get_gain() 319 int oval, val; in snd_pmac_burgundy_put_gain() local 321 oval = snd_pmac_burgundy_rcb(chip, addr); in snd_pmac_burgundy_put_gain() 323 oval = ~oval & 0xff; in snd_pmac_burgundy_put_gain() 332 return val != oval; in snd_pmac_burgundy_put_gain() 379 int val, oval; in snd_pmac_burgundy_put_switch_w() local [all …]
|
/Linux-v5.4/sound/pci/ice1712/ |
D | pontis.c | 128 unsigned short oval, nval; in wm_dac_vol_put() local 136 oval = wm_get(ice, idx) & 0xff; in wm_dac_vol_put() 137 if (oval != nval) { in wm_dac_vol_put() 221 unsigned short oval, nval; in wm_adc_mux_put() local 225 nval = oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put() 230 change = nval != oval; in wm_adc_mux_put() 256 unsigned short val, oval; in wm_bypass_put() local 260 val = oval = wm_get(ice, WM_OUT_MUX); in wm_bypass_put() 265 if (val != oval) { in wm_bypass_put() 291 unsigned short val, oval; in wm_chswap_put() local [all …]
|
D | prodigy_hifi.c | 548 unsigned short oval, nval; in wm_adc_mux_enum_put() local 552 oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_enum_put() 553 nval = (oval & 0xe0) | ucontrol->value.integer.value[0]; in wm_adc_mux_enum_put() 554 if (nval != oval) { in wm_adc_mux_enum_put() 644 unsigned short oval, nval; in wm_adc_mux_put() local 648 nval = oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put() 653 change = nval != oval; in wm_adc_mux_put() 682 unsigned short val, oval; in wm_bypass_put() local 686 val = oval = wm_get(ice, WM_OUT_MUX); in wm_bypass_put() 691 if (val != oval) { in wm_bypass_put() [all …]
|
/Linux-v5.4/drivers/scsi/aic94xx/ |
D | aic94xx_reg.h | 211 u16 oval = asd_ddbsite_read_word(asd_ha, ddb_site_no, offs); in asd_ddbsite_update_word() local 212 if (oval != oldval) in asd_ddbsite_update_word() 232 u16 oval; in asd_ddbsite_update_byte() local 238 oval = (_oldval << 8) | (nval & 0xFF); in asd_ddbsite_update_byte() 243 oval = (nval & 0xFF00) | _oldval; in asd_ddbsite_update_byte() 245 return asd_ddbsite_update_word(asd_ha, ddb_site_no, base, oval, nval); in asd_ddbsite_update_byte()
|
/Linux-v5.4/kernel/time/ |
D | itimer.c | 147 u64 oval, nval, ointerval, ninterval; in set_cpu_itimer() local 159 oval = it->expires; in set_cpu_itimer() 161 if (oval || nval) { in set_cpu_itimer() 164 set_process_cpu_timer(tsk, clock_id, &nval, &oval); in set_cpu_itimer() 174 ovalue->it_value = ns_to_timeval(oval); in set_cpu_itimer()
|
/Linux-v5.4/sound/usb/ |
D | mixer_scarlett_gen2.c | 1066 int oval, val, err = 0; in scarlett2_volume_ctl_put() local 1070 oval = private->vol[index]; in scarlett2_volume_ctl_put() 1073 if (oval == val) in scarlett2_volume_ctl_put() 1145 int oval, val, err = 0; in scarlett2_sw_hw_enum_ctl_put() local 1149 oval = private->vol_sw_hw_switch[index]; in scarlett2_sw_hw_enum_ctl_put() 1152 if (oval == val) in scarlett2_sw_hw_enum_ctl_put() 1229 int oval, val, err = 0; in scarlett2_level_enum_ctl_put() local 1233 oval = private->level_switch[index]; in scarlett2_level_enum_ctl_put() 1236 if (oval == val) in scarlett2_level_enum_ctl_put() 1279 int oval, val, err = 0; in scarlett2_pad_ctl_put() local [all …]
|
/Linux-v5.4/include/linux/ |
D | percpu-defs.h | 428 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 429 __pcpu_size_call_return2(raw_cpu_cmpxchg_, pcp, oval, nval) 486 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 489 raw_cpu_cmpxchg(pcp, oval, nval); \ 515 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument 516 __pcpu_size_call_return2(this_cpu_cmpxchg_, pcp, oval, nval)
|
/Linux-v5.4/sound/isa/gus/ |
D | gus_mixer.c | 44 unsigned char oval, nval; in snd_gf1_put_single() local 51 oval = gus->mix_cntrl_reg; in snd_gf1_put_single() 52 nval = (oval & ~(1 << shift)) | nval; in snd_gf1_put_single() 53 change = nval != oval; in snd_gf1_put_single()
|
/Linux-v5.4/arch/sh/include/asm/ |
D | futex.h | 31 static inline int arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, in arch_futex_atomic_op_inuser() argument 73 *oval = oldval; in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | futex.h | 35 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() argument 68 *oval = oldval; in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | futex.h | 34 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() argument 63 *oval = oldval; in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | futex_64.h | 33 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser() argument 66 *oval = oldval; in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | futex.h | 33 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() argument 62 *oval = oldval; in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | futex.h | 65 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() argument 99 *oval = oldval; in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | futex.h | 29 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser() argument 59 *oval = oldval; in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | futex.h | 49 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() argument 80 *oval = oldval; in arch_futex_atomic_op_inuser()
|