Home
last modified time | relevance | path

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

12345678910>>...51

/linux/sound/pci/ice1712/
H A Dwtm.c27 /* rate change needs atomic mute/unmute of all dacs*/
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 in stac9460_dac_mute_put()
219 int change; stac9460_dac_vol_put() local
286 int change; stac9460_adc_mute_put() local
356 int change; stac9460_adc_vol_put() local
416 int change, id; stac9460_mic_sw_put() local
[all...]
H A Dprodigy192.c57 /* rate change needs atomic mute/unmute of all dacs*/
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 in stac9460_dac_vol_put()
203 int change; stac9460_adc_mute_put() local
249 int change; stac9460_adc_vol_put() local
288 int change; stac9460_mic_sw_put() local
562 int change; ak4114_input_sw_put() local
[all...]
H A Daureon.c212 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 in aureon_ac97_mute_put()
454 int change; aureon_ac97_micboost_put() local
657 int change; aureon_ac97_mmute_put() local
717 int change; wm_pcm_mute_put() local
757 int ch, change = 0; wm_master_vol_put() local
811 int change = 0; wm_vol_put() local
864 int change = 0, voices, ofs, i; wm_mute_put() local
907 int change = 0, i; wm_master_mute_put() local
959 int change = 0; wm_pcm_vol_put() local
1000 int i, change = 0; wm_adc_mute_put() local
1049 int change = 0; wm_adc_vol_put() local
1112 int change; wm_adc_mux_put() local
1163 int change; aureon_cs8415_mux_put() local
1213 int change; aureon_cs8415_mute_put() local
[all...]
H A Dpontis.c129 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()
257 int change = 0; wm_bypass_put() local
292 int change = 0; wm_chswap_put() local
423 int change = 0; cs_source_put() local
[all...]
H A Dprodigy_hifi.c269 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 in wm_master_vol_put() local
549 int change = 0; wm_adc_mux_enum_put() local
604 int i, idx, change = 0; wm_adc_vol_put() local
645 int change; wm_adc_mux_put() local
683 int change = 0; wm_bypass_put() local
721 int change = 0; wm_chswap_put() local
[all...]
H A Dphase.c302 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()
552 int change = 0, voices, ofs, i; wm_mute_put() local
598 int change = 0, i; wm_master_mute_put() local
654 int change = 0; wm_pcm_vol_put() local
[all...]
/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()
329 bool change = false, val = (bool)ucontrol->value.integer.value[0]; in sma1303_force_mute_put() local
332 change = false; in sma1303_force_mute_put()
334 change = true; in sma1303_force_mute_put()
340 return change; in sma1303_force_mute_put()
367 bool change; in sma1303_postscaler_put() local
370 SMA1303_90_POSTSCALER, 0x7E, (val << 1), &change); in sma1303_postscaler_put()
374 return change; in sma1303_postscaler_put()
402 bool change; in 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.c321 bool change = false, val = (bool)ucontrol->value.integer.value[0]; in sma1307_force_mute_put() local
324 change = false; in sma1307_force_mute_put()
326 change = true; in sma1307_force_mute_put()
330 return change; in sma1307_force_mute_put()
374 bool change; in sma1307_tdm_slot_put() local
378 change = false; in sma1307_tdm_slot_put()
380 change = true; in sma1307_tdm_slot_put()
387 change = false; in sma1307_tdm_slot_put()
389 change = true; in sma1307_tdm_slot_put()
396 change = false; in sma1307_tdm_slot_put()
[all …]
/linux/tools/testing/selftests/net/
H A Dioam6.sh692 route change 2001:db8:2::/64 \
698 route change 2001:db8:2::/64 \
707 route change 2001:db8:2::/64 via 2001:db8:1::1 dev veth0 &>/dev/null
733 route change 2001:db8:2::/64 \
739 route change 2001:db8:2::/64 \
754 route change 2001:db8:2::/64 via 2001:db8:1::1 dev veth0 &>/dev/null
773 route change 2001:db8:2::/64 \
779 route change 2001:db8:2::/64 \
794 route change 2001:db8:2::/64 via 2001:db8:1::1 dev veth0 &>/dev/null
810 route change 200
[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 in snd_tea6330t_put_bass()
246 int change, err; snd_tea6330t_put_treble() local
[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 in sof_ipc3_enum_put()
[all...]
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c8 /* save one operation at the end for additional operation at list change */
61 /* change needs to be triggered one or two operations before start of in tsnep_change_duration()
63 * - change is triggered at start of operation (minimum one operation) in tsnep_change_duration()
109 /* calculate change limit; i.e., the time needed between enable and in tsnep_write_gcl()
113 /* case 1: extend cycle time for change in tsnep_write_gcl()
114 * - change duration of last operation in tsnep_write_gcl()
120 /* case 2: cut cycle time for change in tsnep_write_gcl()
121 * - maximum change duration in tsnep_write_gcl()
159 static u64 tsnep_set_gcl_change(struct tsnep_gcl *gcl, int index, u64 change, in tsnep_set_gcl_change() argument
162 /* previous operation triggers change an in tsnep_set_gcl_change()
204 tsnep_insert_gcl_operation(struct tsnep_gcl * gcl,int ref,u64 change,u32 interval) tsnep_insert_gcl_operation() argument
289 u64 change; tsnep_enable_gcl() local
[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 in snd_ca0106_i2c_capture_source_put()
277 int change = 0; snd_ca0106_capture_mic_line_in_put() local
478 int change = 0; snd_ca0106_i2c_volume_put() local
[all...]
/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c100 unsigned long change; in testcase() local
111 /* change one byte */ in testcase()
112 change = random() % comp_size; in testcase()
113 rand_s2[change] = random() & 0xff; in testcase()
126 unsigned long change; in testcase() local
137 /* change multiple bytes, 1/8 of total */ in testcase()
139 change = random() % comp_size; in testcase()
140 s2[change] = random() & 0xff; in testcase()
/linux/drivers/media/v4l2-core/
H A Dv4l2-mc.c473 * pipeline_pm_power_one - Apply power change to an entity
475 * @change: Use count change
477 * Change the entity use count by @change. If the entity is a subdev update its
483 static int pipeline_pm_power_one(struct media_entity *entity, int change) in pipeline_pm_power_one() argument
491 if (entity->use_count == 0 && change > 0 && subdev != NULL) { in pipeline_pm_power_one()
497 entity->use_count += change; in pipeline_pm_power_one()
500 if (entity->use_count == 0 && change < 0 && subdev != NULL) in pipeline_pm_power_one()
507 * pipeline_pm_power - Apply power change to all entities in a pipeline
509 * @change
516 pipeline_pm_power(struct media_entity * entity,int change,struct media_graph * graph) pipeline_pm_power() argument
547 int change = use ? 1 : -1; v4l2_pipeline_pm_use() local
[all...]
/linux/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c85 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()
/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/fs/gfs2/
H A Dinode.h55 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) in gfs2_add_inode_blocks() argument
57 change <<= inode->i_blkbits - SECTOR_SHIFT; in gfs2_add_inode_blocks()
58 gfs2_assert(GFS2_SB(inode), (change >= 0 || inode->i_blocks >= -change)); in gfs2_add_inode_blocks()
59 inode->i_blocks += change; in gfs2_add_inode_blocks()
/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' includ
[all...]
/linux/sound/isa/gus/
H A Dgus_mixer.c43 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()
/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}
380 raise KsftFailEx("No notification received after IOCTL change")
382 ksft_eq(ntf["msg"]["flow-hash"]["tcp4"], change)
[all...]
/linux/sound/isa/sb/
H A Demu8000.c842 int change; in mixer_bass_treble_put() local
848 change = val1 != emu->treble_level; in mixer_bass_treble_put()
851 change = val1 != emu->bass_level; in mixer_bass_treble_put()
856 return change; in mixer_bass_treble_put()
903 int change; in mixer_chorus_reverb_put() local
909 change = val1 != emu->chorus_mode; in mixer_chorus_reverb_put()
913 change = val1 != emu->reverb_mode; in mixer_chorus_reverb_put()
917 if (change) { in mixer_chorus_reverb_put()
923 return change; in mixer_chorus_reverb_put()
970 int change; in mixer_fm_depth_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()

12345678910>>...51