/kernel/linux/linux-5.10/sound/pci/ice1712/ |
D | wtm.c | 68 int id, idx, change; in stac9460_dac_mute_all() local 79 change = (new != old); in stac9460_dac_mute_all() 80 if (change) { in stac9460_dac_mute_all() 98 change = (new != old); in stac9460_dac_mute_all() 99 if (change) { in stac9460_dac_mute_all() 146 int change; in stac9460_dac_mute_put() local 153 change = (new != old); in stac9460_dac_mute_put() 154 if (change) { in stac9460_dac_mute_put() 167 change = (new != old); in stac9460_dac_mute_put() 168 if (change) { in stac9460_dac_mute_put() [all …]
|
D | prodigy192.c | 82 int change; in stac9460_dac_mute() local 85 change = (new != old); in stac9460_dac_mute() 86 if (change) in stac9460_dac_mute() 89 return change; in stac9460_dac_mute() 113 int idx, change; in stac9460_dac_mute_put() local 125 change = stac9460_dac_mute(ice, idx, ucontrol->value.integer.value[0]); in stac9460_dac_mute_put() 127 return change; in stac9460_dac_mute_put() 163 int change; in stac9460_dac_vol_put() local 172 change = (ovol != nvol); in stac9460_dac_vol_put() 173 if (change) { in stac9460_dac_vol_put() [all …]
|
D | aureon.c | 212 int change; in aureon_universe_inmux_put() local 219 change = (oval != nval); in aureon_universe_inmux_put() 220 if (change) { in aureon_universe_inmux_put() 225 return change; in aureon_universe_inmux_put() 376 int change; in aureon_ac97_vol_put() local 386 change = (ovol != nvol); in aureon_ac97_vol_put() 387 if (change) in aureon_ac97_vol_put() 392 return change; in aureon_ac97_vol_put() 417 int change; in aureon_ac97_mute_put() local 424 change = (ovol != nvol); in aureon_ac97_mute_put() [all …]
|
D | pontis.c | 129 int i, idx, change = 0; in wm_dac_vol_put() local 140 change = 1; in wm_dac_vol_put() 144 return change; in wm_dac_vol_put() 184 int i, idx, change = 0; in wm_adc_vol_put() local 194 change = 1; in wm_adc_vol_put() 198 return change; in wm_adc_vol_put() 222 int change; in wm_adc_mux_put() local 230 change = nval != oval; in wm_adc_mux_put() 231 if (change) { in wm_adc_mux_put() 235 return change; in wm_adc_mux_put() [all …]
|
D | prodigy_hifi.c | 269 int change = 0; in ak4396_dac_vol_put() local 277 change = 1; in ak4396_dac_vol_put() 281 return change; in ak4396_dac_vol_put() 377 int i, idx, change = 0; in wm_dac_vol_put() local 386 change = 1; in wm_dac_vol_put() 390 return change; in wm_dac_vol_put() 427 int change = 0; in wm8766_vol_put() local 439 change = 1; in wm8766_vol_put() 443 return change; in wm8766_vol_put() 475 int ch, change = 0; in wm_master_vol_put() local [all …]
|
D | phase.c | 302 int change; in wm_pcm_mute_put() local 307 change = (nval != oval); in wm_pcm_mute_put() 308 if (change) in wm_pcm_mute_put() 312 return change; in wm_pcm_mute_put() 345 int ch, change = 0; in wm_master_vol_put() local 360 change = 1; in wm_master_vol_put() 364 return change; in wm_master_vol_put() 496 int change = 0; in wm_vol_put() local 512 change = 1; in wm_vol_put() 516 return change; in wm_vol_put() [all …]
|
/kernel/linux/linux-5.10/sound/ppc/ |
D | daca.c | 98 int change; in daca_put_deemphasis() local 102 change = mix->deemphasis != ucontrol->value.integer.value[0]; in daca_put_deemphasis() 103 if (change) { in daca_put_deemphasis() 107 return change; in daca_put_deemphasis() 139 int change; in daca_put_volume() local 147 change = mix->left_vol != vol[0] || in daca_put_volume() 149 if (change) { in daca_put_volume() 154 return change; in daca_put_volume() 176 int change; in daca_put_amp() local 180 change = mix->amp_on != ucontrol->value.integer.value[0]; in daca_put_amp() [all …]
|
D | tumbler.c | 269 int change; in tumbler_put_master_volume() local 276 change = mix->master_vol[0] != vol[0] || in tumbler_put_master_volume() 278 if (change) { in tumbler_put_master_volume() 283 return change; in tumbler_put_master_volume() 303 int change; in tumbler_put_master_switch() local 305 change = mix->master_switch[0] != ucontrol->value.integer.value[0] || in tumbler_put_master_switch() 307 if (change) { in tumbler_put_master_switch() 312 return change; in tumbler_put_master_switch() 417 int change; in tumbler_put_drc_value() local 429 change = mix->drc_range != val; in tumbler_put_drc_value() [all …]
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
D | ar7_wdt.c | 52 u32 change; member 105 WRITE_REG(ar7_wdt->change, value); in ar7_wdt_change() 130 u32 change; in ar7_wdt_update_margin() local 134 change = new_margin * (vbus_rate / prescale_value); in ar7_wdt_update_margin() 135 if (change < 1) in ar7_wdt_update_margin() 136 change = 1; in ar7_wdt_update_margin() 137 if (change > 0xffff) in ar7_wdt_update_margin() 138 change = 0xffff; in ar7_wdt_update_margin() 139 ar7_wdt_change(change); in ar7_wdt_update_margin() 140 margin = change * prescale_value / vbus_rate; in ar7_wdt_update_margin() [all …]
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
D | ops.c | 42 bool change; in snd_sof_pci_update_bits() local 45 change = snd_sof_pci_update_bits_unlocked(sdev, offset, mask, value); in snd_sof_pci_update_bits() 47 return change; in snd_sof_pci_update_bits() 94 bool change; in snd_sof_dsp_update_bits() local 97 change = snd_sof_dsp_update_bits_unlocked(sdev, bar, offset, mask, in snd_sof_dsp_update_bits() 100 return change; in snd_sof_dsp_update_bits() 108 bool change; in snd_sof_dsp_update_bits64() local 111 change = snd_sof_dsp_update_bits64_unlocked(sdev, bar, offset, mask, in snd_sof_dsp_update_bits64() 114 return change; in snd_sof_dsp_update_bits64()
|
D | control.c | 95 bool change = false; in snd_sof_volume_put() local 102 change = change || (value != cdata->chanv[i].value); in snd_sof_volume_put() 114 return change; in snd_sof_volume_put() 142 bool change = false; in snd_sof_switch_put() local 148 change = change || (value != cdata->chanv[i].value); in snd_sof_switch_put() 164 return change; in snd_sof_switch_put() 192 bool change = false; in snd_sof_enum_put() local 198 change = change || (value != cdata->chanv[i].value); in snd_sof_enum_put() 211 return change; in snd_sof_enum_put()
|
/kernel/linux/linux-5.10/sound/i2c/ |
D | tea6330t.c | 97 int change, count, err; in snd_tea6330t_put_master_volume() local 104 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume() 119 change = err; in snd_tea6330t_put_master_volume() 122 return change; in snd_tea6330t_put_master_volume() 148 int change, err; in snd_tea6330t_put_master_switch() local 157 change = val1 != oval1 || val2 != oval2; in snd_tea6330t_put_master_switch() 164 change = err; in snd_tea6330t_put_master_switch() 166 return change; in snd_tea6330t_put_master_switch() 199 int change, err; in snd_tea6330t_put_bass() local 207 change = tea->regs[TEA6330T_SADDR_BASS] != val1; in snd_tea6330t_put_bass() [all …]
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
D | emumixer.c | 697 int change = 0; in snd_emu1010_internal_clock_put() local 703 change = (emu->emu1010.internal_clock != val); in snd_emu1010_internal_clock_put() 704 if (change) { in snd_emu1010_internal_clock_put() 781 return change; in snd_emu1010_internal_clock_put() 820 int change = 0; in snd_emu1010_optical_out_put() local 826 change = (emu->emu1010.optical_out != val); in snd_emu1010_optical_out_put() 827 if (change) { in snd_emu1010_optical_out_put() 833 return change; in snd_emu1010_optical_out_put() 871 int change = 0; in snd_emu1010_optical_in_put() local 877 change = (emu->emu1010.optical_in != val); in snd_emu1010_optical_in_put() [all …]
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb_mixer.c | 79 int change; in snd_sbmixer_put_single() local 86 change = val != oval; in snd_sbmixer_put_single() 87 if (change) in snd_sbmixer_put_single() 90 return change; in snd_sbmixer_put_single() 137 int change; in snd_sbmixer_put_double() local 146 change = left != oleft; in snd_sbmixer_put_double() 147 if (change) in snd_sbmixer_put_double() 154 change = left != oleft || right != oright; in snd_sbmixer_put_double() 155 if (change) { in snd_sbmixer_put_double() 161 return change; in snd_sbmixer_put_double() [all …]
|
/kernel/linux/linux-5.10/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 39 struct addr_change change; in etap_change() local 43 change.what = op; in etap_change() 44 memcpy(change.addr, addr, sizeof(change.addr)); in etap_change() 45 memcpy(change.netmask, netmask, sizeof(change.netmask)); in etap_change() 46 CATCH_EINTR(n = write(fd, &change, sizeof(change))); in etap_change() 47 if (n != sizeof(change)) { in etap_change()
|
/kernel/linux/linux-5.10/sound/pci/ca0106/ |
D | ca0106_mixer.c | 160 int change = 0; in snd_ca0106_shared_spdif_put() local 163 change = (emu->spdif_enable != val); in snd_ca0106_shared_spdif_put() 164 if (change) { in snd_ca0106_shared_spdif_put() 168 return change; in snd_ca0106_shared_spdif_put() 195 int change = 0; in snd_ca0106_capture_source_put() local 200 change = (emu->capture_source != val); in snd_ca0106_capture_source_put() 201 if (change) { in snd_ca0106_capture_source_put() 205 return change; in snd_ca0106_capture_source_put() 232 int change = 0; in snd_ca0106_i2c_capture_source_put() local 240 change = (emu->i2c_capture_source != source_id); in snd_ca0106_i2c_capture_source_put() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 100 unsigned long change; in testcase() local 112 change = random() % comp_size; in testcase() 113 rand_s2[change] = random() & 0xff; in testcase() 126 unsigned long change; in testcase() local 139 change = random() % comp_size; in testcase() 140 s2[change] = random() & 0xff; in testcase()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-mc.c | 460 static int pipeline_pm_power_one(struct media_entity *entity, int change) in pipeline_pm_power_one() argument 468 if (entity->use_count == 0 && change > 0 && subdev != NULL) { in pipeline_pm_power_one() 474 entity->use_count += change; in pipeline_pm_power_one() 477 if (entity->use_count == 0 && change < 0 && subdev != NULL) in pipeline_pm_power_one() 493 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() argument 499 if (!change) in pipeline_pm_power() 506 ret = pipeline_pm_power_one(entity, change); in pipeline_pm_power() 516 pipeline_pm_power_one(first, -change); in pipeline_pm_power() 524 int change = use ? 1 : -1; in v4l2_pipeline_pm_use() local 530 entity->use_count += change; in v4l2_pipeline_pm_use() [all …]
|
/kernel/linux/linux-5.10/sound/isa/msnd/ |
D | msnd_pinnacle_mixer.c | 85 int change; in snd_msndmix_set_mux() local 104 change = newrecsrc != chip->recsrc; in snd_msndmix_set_mux() 105 if (change) { in snd_msndmix_set_mux() 106 change = 0; in snd_msndmix_set_mux() 110 change = 1; in snd_msndmix_set_mux() 113 return change; in snd_msndmix_set_mux() 254 int change, addr = kcontrol->private_value; in snd_msndmix_volume_put() local 261 change = msnd->left_levels[addr] != left in snd_msndmix_volume_put() 265 return change; in snd_msndmix_volume_put()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | inode.h | 57 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) in gfs2_add_inode_blocks() argument 59 change <<= inode->i_blkbits - GFS2_BASIC_BLOCK_SHIFT; in gfs2_add_inode_blocks() 60 gfs2_assert(GFS2_SB(inode), (change >= 0 || inode->i_blocks >= -change)); in gfs2_add_inode_blocks() 61 inode->i_blocks += change; in gfs2_add_inode_blocks()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | usb-charger-uevent | 25 UDEV change /devices/soc0/usbphynop1 (platform) 26 ACTION=change 42 KERNEL change /devices/soc0/usbphynop1 (platform) 43 ACTION=change
|
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
D | sst-dsp.c | 86 bool change; in sst_dsp_shim_update_bits_unlocked() local 95 change = (old != new); in sst_dsp_shim_update_bits_unlocked() 96 if (change) in sst_dsp_shim_update_bits_unlocked() 99 return change; in sst_dsp_shim_update_bits_unlocked() 123 bool change; in sst_dsp_shim_update_bits() local 126 change = sst_dsp_shim_update_bits_unlocked(sst, offset, mask, value); in sst_dsp_shim_update_bits() 128 return change; in sst_dsp_shim_update_bits()
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
D | gus_mixer.c | 43 int change; in snd_gf1_put_single() local 53 change = nval != oval; in snd_gf1_put_single() 57 return change; in snd_gf1_put_single() 96 int change; in snd_ics_put_double() local 104 change = val1 != oval1 || val2 != oval2; in snd_ics_put_double() 120 return change; in snd_ics_put_double()
|
/kernel/linux/linux-5.10/sound/isa/cs423x/ |
D | cs4236_lib.c | 430 int change; in snd_cs4236_put_single() local 439 change = val != chip->eimage[CS4236_REG(reg)]; in snd_cs4236_put_single() 442 return change; in snd_cs4236_put_single() 476 int change; in snd_cs4236_put_singlec() local 485 change = val != chip->cimage[reg]; in snd_cs4236_put_singlec() 488 return change; in snd_cs4236_put_singlec() 550 int change; in snd_cs4236_put_double() local 565 …change = val1 != chip->eimage[CS4236_REG(left_reg)] || val2 != chip->eimage[CS4236_REG(right_reg)]; in snd_cs4236_put_double() 570 change = val1 != chip->eimage[CS4236_REG(left_reg)]; in snd_cs4236_put_double() 574 return change; in snd_cs4236_put_double() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | port_buffer.c | 198 bool *change) in update_buffer_lossy() argument 236 *change = true; in update_buffer_lossy() 264 u32 change, unsigned int mtu, in mlx5e_port_manual_buffer_config() argument 281 mlx5e_dbg(HW, priv, "%s: change=%x\n", __func__, change); in mlx5e_port_manual_buffer_config() 288 if (change & MLX5E_PORT_BUFFER_CABLE_LEN) { in mlx5e_port_manual_buffer_config() 295 if (change & MLX5E_PORT_BUFFER_PFC) { in mlx5e_port_manual_buffer_config() 306 if (change & MLX5E_PORT_BUFFER_PRIO2BUFFER) { in mlx5e_port_manual_buffer_config() 318 if (change & MLX5E_PORT_BUFFER_SIZE) { in mlx5e_port_manual_buffer_config()
|