| /linux/sound/pci/ice1712/ |
| H A 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() 145 int change; in stac9460_dac_mute_put() local 152 change = (new != old); in stac9460_dac_mute_put() 153 if (change) { in stac9460_dac_mute_put() 166 change = (new != old); in stac9460_dac_mute_put() 167 if (change) { in stac9460_dac_mute_put() [all …]
|
| H A 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() 161 int change; in stac9460_dac_vol_put() local 170 change = (ovol != nvol); in stac9460_dac_vol_put() 171 if (change) in stac9460_dac_vol_put() 174 return change; in stac9460_dac_vol_put() 201 int change; in stac9460_adc_mute_put() local 207 change = (new != old); in stac9460_adc_mute_put() [all …]
|
| H A 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() 375 int change; in aureon_ac97_vol_put() local 385 change = (ovol != nvol); in aureon_ac97_vol_put() 386 if (change) in aureon_ac97_vol_put() 391 return change; in aureon_ac97_vol_put() 415 int change; in aureon_ac97_mute_put() local 422 change = (ovol != nvol); in aureon_ac97_mute_put() [all …]
|
| H A D | pontis.c | 128 int i, idx, change = 0; in wm_dac_vol_put() local 139 change = 1; in wm_dac_vol_put() 142 return change; in wm_dac_vol_put() 181 int i, idx, change = 0; in wm_adc_vol_put() local 191 change = 1; in wm_adc_vol_put() 194 return change; in wm_adc_vol_put() 217 int change; in wm_adc_mux_put() local 225 change = nval != oval; in wm_adc_mux_put() 226 if (change) { in wm_adc_mux_put() 229 return change; in wm_adc_mux_put() [all …]
|
| H A D | prodigy_hifi.c | 269 int change = 0; in ak4396_dac_vol_put() local 277 change = 1; in ak4396_dac_vol_put() 280 return change; in ak4396_dac_vol_put() 376 int i, idx, change = 0; in wm_dac_vol_put() local 385 change = 1; in wm_dac_vol_put() 388 return change; in wm_dac_vol_put() 425 int change = 0; in wm8766_vol_put() local 437 change = 1; in wm8766_vol_put() 440 return change; in wm8766_vol_put() 472 int ch, change = 0; in wm_master_vol_put() local [all …]
|
| H A D | phase.c | 301 int change; in wm_pcm_mute_put() local 306 change = (nval != oval); in wm_pcm_mute_put() 307 if (change) in wm_pcm_mute_put() 311 return change; in wm_pcm_mute_put() 344 int ch, change = 0; in wm_master_vol_put() local 359 change = 1; in wm_master_vol_put() 363 return change; in wm_master_vol_put() 495 int change = 0; in wm_vol_put() local 511 change = 1; in wm_vol_put() 515 return change; in wm_vol_put() [all …]
|
| H A D | ews.c | 260 int change; in ews88_spdif_default_put() local 264 change = ice->spdif.cs8403_bits != val; in ews88_spdif_default_put() 266 if (!change || ice->playback_pro_substream) in ews88_spdif_default_put() 267 return change; in ews88_spdif_default_put() 270 return change; in ews88_spdif_default_put() 281 int change; in ews88_spdif_stream_put() local 285 change = ice->spdif.cs8403_stream_bits != val; in ews88_spdif_stream_put() 287 if (!change || ice->playback_pro_substream) in ews88_spdif_stream_put() 288 return change; in ews88_spdif_stream_put() 291 return change; in ews88_spdif_stream_put() [all …]
|
| H A D | delta.c | 202 int change; in delta_spdif_default_put() local 206 change = ice->spdif.cs8403_bits != val; in delta_spdif_default_put() 208 if (!change || ice->playback_pro_substream) in delta_spdif_default_put() 209 return change; in delta_spdif_default_put() 212 return change; in delta_spdif_default_put() 223 int change; in delta_spdif_stream_put() local 227 change = ice->spdif.cs8403_stream_bits != val; in delta_spdif_stream_put() 229 if (!change || ice->playback_pro_substream) in delta_spdif_stream_put() 230 return change; in delta_spdif_stream_put() 233 return change; in delta_spdif_stream_put() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | sma1303.c | 256 unsigned int reg, unsigned int mask, unsigned int val, bool *change) in sma1303_regmap_update_bits() argument 263 mask, val, change); in sma1303_regmap_update_bits() 327 bool change = false, val = (bool)ucontrol->value.integer.value[0]; in sma1303_force_mute_put() 330 change = false; in sma1303_force_mute_put() 332 change = true; in sma1303_force_mute_put() 338 return change; in sma1303_force_mute_put() 363 bool change; in sma1303_postscaler_put() 366 SMA1303_90_POSTSCALER, 0x7E, (val << 1), &change); in sma1303_postscaler_put() 370 return change; in sma1303_postscaler_put() 396 bool change; in sma1303_tdm_slot_rx_put() 329 bool change = false, val = (bool)ucontrol->value.integer.value[0]; sma1303_force_mute_put() local 367 bool change; sma1303_postscaler_put() local 402 bool change; sma1303_tdm_slot_rx_put() local 437 bool change; sma1303_tdm_slot_tx_put() local 450 bool change = false, temp = false; sma1303_startup() local 500 bool change = false, temp = false; sma1303_shutdown() local 531 bool change = false, temp = false; sma1303_aif_in_event() local 601 bool change = false, temp = false; sma1303_aif_out_event() local 740 bool change = false, temp = false; sma1303_sdo_event() local 792 bool change = false; sma1303_post_scaler_event() local [all...] |
| H A D | sma1307.c | 319 bool change = false, val = (bool)ucontrol->value.integer.value[0]; in sma1307_force_mute_put() 322 change = false; in sma1307_force_mute_put() 324 change = true; in sma1307_force_mute_put() 328 return change; in sma1307_force_mute_put() 370 bool change; in sma1307_tdm_slot_put() 374 change = false; in sma1307_tdm_slot_put() local 376 change = true; in sma1307_tdm_slot_put() 383 change = false; in sma1307_tdm_slot_put() 385 change = true; in sma1307_tdm_slot_put() 392 change in sma1307_tdm_slot_put() 321 bool change = false, val = (bool)ucontrol->value.integer.value[0]; sma1307_force_mute_put() local 439 bool change = false, val = (bool)ucontrol->value.integer.value[0]; sma1307_sw_ot1_prot_put() local 469 bool change = false, val = (bool)ucontrol->value.integer.value[0]; sma1307_check_fault_status_put() local 501 bool change = false; sma1307_check_fault_period_put() local 824 bool change; sma1307_dapm_aif_in_put() local 865 bool change; sma1307_dapm_sdo_setting_put() local 915 bool change; sma1307_dapm_aif_out_put() local 967 bool change; sma1307_dapm_sdo_enable_put() local [all...] |
| /linux/sound/ppc/ |
| H A D | daca.c | 99 int change; in daca_put_deemphasis() local 104 change = mix->deemphasis != ucontrol->value.integer.value[0]; in daca_put_deemphasis() 105 if (change) { in daca_put_deemphasis() 109 return change; in daca_put_deemphasis() 142 int change; in daca_put_volume() local 151 change = mix->left_vol != vol[0] || in daca_put_volume() 153 if (change) { in daca_put_volume() 158 return change; in daca_put_volume() 181 int change; in daca_put_amp() local 186 change = mix->amp_on != ucontrol->value.integer.value[0]; in daca_put_amp() [all …]
|
| H A 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() 418 int change; in tumbler_put_drc_value() local 431 change = mix->drc_range != val; in tumbler_put_drc_value() [all …]
|
| /linux/sound/i2c/ |
| H A D | tea6330t.c | 94 int change, count, err; in snd_tea6330t_put_master_volume() local 101 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume() 117 change = err; in snd_tea6330t_put_master_volume() 120 return change; in snd_tea6330t_put_master_volume() 146 int change, err; in snd_tea6330t_put_master_switch() local 155 change = val1 != oval1 || val2 != oval2; in snd_tea6330t_put_master_switch() 163 change = err; in snd_tea6330t_put_master_switch() 165 return change; in snd_tea6330t_put_master_switch() 198 int change, err; in snd_tea6330t_put_bass() local 206 change = tea->regs[TEA6330T_SADDR_BASS] != val1; in snd_tea6330t_put_bass() [all …]
|
| /linux/sound/soc/sof/ |
| H A D | ops.c | 42 bool change; snd_sof_pci_update_bits() local 94 bool change; snd_sof_dsp_update_bits() local 108 bool change; snd_sof_dsp_update_bits64() local
|
| H A D | ipc3-control.c | 179 bool change = false; in sof_ipc3_volume_put() local 186 change = change || (value != cdata->chanv[i].value); in sof_ipc3_volume_put() 202 return change; in sof_ipc3_volume_put() 228 bool change = false; in sof_ipc3_switch_put() local 234 change = change || (value != cdata->chanv[i].value); in sof_ipc3_switch_put() 250 return change; in sof_ipc3_switch_put() 276 bool change = false; in sof_ipc3_enum_put() local 282 change = change || (value != cdata->chanv[i].value); in sof_ipc3_enum_put() 298 return change; in sof_ipc3_enum_put()
|
| H A D | ipc4-control.c | 152 bool change = false; in sof_ipc4_volume_put() local 161 change = change || (value != cdata->chanv[i].value); in sof_ipc4_volume_put() 167 return change; in sof_ipc4_volume_put() 186 return change; in sof_ipc4_volume_put() 395 bool change = false; in sof_ipc4_enum_get() 403 change = change || (value != cdata->chanv[i].value); in sof_ipc4_enum_get() 409 return change; in sof_ipc4_set_get_bytes_data() 428 return change; in sof_ipc4_set_get_bytes_data() 295 bool change = false; sof_ipc4_switch_put() local 354 bool change = false; sof_ipc4_enum_put() local [all...] |
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_tc.c | 159 static u64 tsnep_set_gcl_change(struct tsnep_gcl *gcl, int index, u64 change, in tsnep_set_gcl_change() argument 169 change -= gcl->operation[index].interval; in tsnep_set_gcl_change() 180 return change; in tsnep_set_gcl_change() 204 u64 change, u32 interval) in tsnep_insert_gcl_operation() argument 216 return tsnep_set_gcl_change(gcl, ref, change, true); in tsnep_insert_gcl_operation() 289 u64 change; in tsnep_enable_gcl() local 293 change = tsnep_cut_gcl(curr, last, in tsnep_enable_gcl() 298 change = tsnep_extend_gcl(curr, last, in tsnep_enable_gcl() 301 change = tsnep_cut_gcl(curr, last, in tsnep_enable_gcl() 304 WARN_ON(change <= timeout); in tsnep_enable_gcl() [all …]
|
| /linux/sound/pci/ca0106/ |
| H A 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 …]
|
| /linux/tools/testing/selftests/powerpc/stringloops/ |
| H A 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()
|
| /linux/Documentation/dev-tools/ |
| H A D | checkuapi.rst | 53 First, let's try making a change to a UAPI header file that obviously 81 Let's add another change that *might* break userspace:: 106 1 data member change: 116 In this case, the script is reporting the type change because it could 129 Now, let's make a similar change that *will* break userspace:: 163 Let's commit the breaking change, then commit the innocuous change:: 165 % git commit -m 'Breaking UAPI change' include/uapi/linux/bpf.h 166 [detached HEAD f758e574663a] Breaking UAPI change 168 % git commit -m 'Innocuous UAPI change' include/uapi/linux/acct.h 169 [detached HEAD 2e87df769081] Innocuous UAPI change [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | usb-charger-uevent | 25 UDEV change /devices/soc0/usbphynop1 (platform) 26 ACTION=change 42 KERNEL change /devices/soc0/usbphynop1 (platform) 43 ACTION=change
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_api.py | 303 change = {"ip-src"} 304 if change == cfg_old["flow-hash"]["tcp4"]: 305 change = {"ip-dst"} 308 "flow-hash": {x: change for x in flow_types} 313 ksft_eq(change, cfg_nl["flow-hash"][fl_type], 364 change = {"ip-src", "ip-dst"} 366 change = {"l4-b-0-1", "l4-b-2-3", "ip-src", "ip-dst"} 373 "flow-hash": {"tcp4": change} 382 ksft_eq(ntf["msg"]["flow-hash"]["tcp4"], change) 390 ksft_ne(ntf["msg"]["flow-hash"]["tcp4"], change)
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_mbdrc.c | 257 bool change = false; in tegra210_mbdrc_put() local 262 (mc->max << mc->shift), val, &change); in tegra210_mbdrc_put() 264 return change ? 1 : 0; in tegra210_mbdrc_put() 288 bool change = false; in tegra210_mbdrc_put_enum() local 299 &change); in tegra210_mbdrc_put_enum() 301 return change ? 1 : 0; in tegra210_mbdrc_put_enum() 335 bool change = false; in tegra210_mbdrc_band_params_put() local 344 change |= update; in tegra210_mbdrc_band_params_put() 347 return change ? 1 : 0; in tegra210_mbdrc_band_params_put() 387 bool change in tegra210_mbdrc_threshold_put() local 475 bool change = false; tegra210_mbdrc_vol_put() local [all...] |
| /linux/sound/pci/ |
| H A D | ak4531_codec.c | 96 int change; in snd_ak4531_put_single() local 106 change = val != ak4531->regs[reg]; in snd_ak4531_put_single() 108 return change; in snd_ak4531_put_single() 168 int change; in snd_ak4531_put_double() local 182 change = left != ak4531->regs[left_reg]; in snd_ak4531_put_double() 187 change = left != ak4531->regs[left_reg] || right != ak4531->regs[right_reg]; in snd_ak4531_put_double() 191 return change; in snd_ak4531_put_double() 232 int change; in snd_ak4531_put_input_sw() local 242 change = val1 != ak4531->regs[reg1] || val2 != ak4531->regs[reg2]; in snd_ak4531_put_input_sw() 245 return change; in snd_ak4531_put_input_sw()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_sched.c | 40 int change; in etnaviv_sched_timedout_job() local 55 change = dma_addr - gpu->hangcheck_dma_addr; in etnaviv_sched_timedout_job() 67 change < 0 || change > 16 || in etnaviv_sched_timedout_job()
|