Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 1030) sorted by relevance

12345678910>>...42

/linux/sound/soc/codecs/
H A Dsma1303.c256 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 Dsma1307.c319 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 Ddaca.c99 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 Dtumbler.c269 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 Dtea6330t.c94 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 Dops.c42 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()
H A Dipc3-control.c179 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 Dipc4-control.c152 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()
295 bool change = false; in sof_ipc4_switch_put() local
303 change = change || (value != cdata->chanv[i].value); in sof_ipc4_switch_put()
309 return change; in sof_ipc4_switch_put()
328 return change; in sof_ipc4_switch_put()
354 bool change = false; in sof_ipc4_enum_put() local
362 change = change || (value != cdata->chanv[i].value); in sof_ipc4_enum_put()
[all …]
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c159 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 Dca0106_mixer.c160 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 Dmemcmp.c100 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 Dcheckuapi.rst53 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 Dsysfs-bus-pci-drivers-xhci_hcd31 This dbc_idVendor attribute lets us change the idVendor field
35 disabled state to prevent USB device descriptor change while
44 This dbc_idProduct attribute lets us change the idProduct field
48 disabled state to prevent USB device descriptor change while
56 This dbc_bcdDevice attribute lets us change the bcdDevice field
60 disabled state to prevent USB device descriptor change while
69 This attribute lets us change the bInterfaceProtocol field
73 disabled state to prevent USB descriptor change while
H A Dusb-charger-uevent25 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 Drss_api.py303 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 Dtegra210_mbdrc.c257 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/drivers/gpu/drm/etnaviv/
H A Detnaviv_sched.c40 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()
/linux/arch/mips/kvm/
H A Dvz.c1319 unsigned int old_val, change; in kvm_trap_vz_handle_gsfc() local
1337 change = val ^ old_val; in kvm_trap_vz_handle_gsfc()
1339 if (change & ST0_FR) { in kvm_trap_vz_handle_gsfc()
1355 if (change & ST0_CU1 && !(val & ST0_FR) && in kvm_trap_vz_handle_gsfc()
1362 u32 change = old_cause ^ val; in kvm_trap_vz_handle_gsfc() local
1365 if (change & CAUSEF_DC) { in kvm_trap_vz_handle_gsfc()
1375 change &= (CAUSEF_DC | CAUSEF_IV | CAUSEF_WP | in kvm_trap_vz_handle_gsfc()
1379 change &= ~CAUSEF_WP | old_cause; in kvm_trap_vz_handle_gsfc()
1381 write_gc0_cause(old_cause ^ change); in kvm_trap_vz_handle_gsfc()
1386 change = val ^ old_val; in kvm_trap_vz_handle_gsfc()
[all …]
/linux/sound/i2c/other/
H A Dak4xxx-adda.c438 int change; in snd_akm4xxx_stereo_volume_put() local
444 change = put_ak_reg(kcontrol, addr, val[0]); in snd_akm4xxx_stereo_volume_put()
445 change |= put_ak_reg(kcontrol, addr + 1, val[1]); in snd_akm4xxx_stereo_volume_put()
446 return change; in snd_akm4xxx_stereo_volume_put()
478 int change; in snd_akm4xxx_deemphasis_put() local
482 change = snd_akm4xxx_get(ak, chip, addr) != nval; in snd_akm4xxx_deemphasis_put()
483 if (change) in snd_akm4xxx_deemphasis_put()
485 return change; in snd_akm4xxx_deemphasis_put()
516 int change; in ak4xxx_switch_put() local
525 change = (oval != val); in ak4xxx_switch_put()
[all …]
/linux/drivers/memory/tegra/
H A DKconfig23 This driver is required to change memory timings / clock rate for
35 This driver is required to change memory timings / clock rate for
47 This driver is required to change memory timings / clock rate for
61 This driver is required to change memory timings / clock rate for
/linux/include/linux/
H A Dtty_flip.h68 int change; in tty_insert_flip_char() local
70 change = !tb->flags && (flag != TTY_NORMAL); in tty_insert_flip_char()
71 if (!change && tb->used < tb->size) { in tty_insert_flip_char()
/linux/Documentation/devicetree/bindings/
H A DABI.rst13 frozen for all time. Grant said there are ways to change bindings that
16 truly needs an incompatible change, then change the compatible string
30 the old binding. ie. add additional properties, but don't change the
/linux/net/sched/
H A Dsch_fifo.c196 .change = fifo_init,
211 .change = fifo_init,
225 .change = fifo_hd_init,
240 if (!q->ops->change) in fifo_set_limit()
249 ret = q->ops->change(q, nla, NULL); in fifo_set_limit()
/linux/Documentation/sound/designs/
H A Djack-injection.rst10 validate ALSA userspace changes. For example, we change the audio
12 change works as expected and if the change introduce the regression,
28 change the state by hardware events anymore, we could inject plugin or
33 and will change by future hardware events.
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c413 bool *change) in update_buffer_lossy() argument
455 *change = true; in update_buffer_lossy()
483 u32 change, unsigned int mtu, in mlx5e_port_manual_buffer_config() argument
501 netdev_dbg(netdev, "%s: change=%x\n", __func__, change); in mlx5e_port_manual_buffer_config()
508 if (change & MLX5E_PORT_BUFFER_CABLE_LEN) { in mlx5e_port_manual_buffer_config()
515 if (change & MLX5E_PORT_BUFFER_PFC) { in mlx5e_port_manual_buffer_config()
529 if (change & MLX5E_PORT_BUFFER_PRIO2BUFFER) { in mlx5e_port_manual_buffer_config()
545 if (change & MLX5E_PORT_BUFFER_SIZE) { in mlx5e_port_manual_buffer_config()

12345678910>>...42