Home
last modified time | relevance | path

Searched full:change (Results 1 – 25 of 3623) sorted by relevance

12345678910>>...145

/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()
145 int change; in stac9460_dac_mute_put()
152 change = (new != old); in stac9460_dac_mute_put()
153 if (change) { in stac9460_dac_mute_put()
166 change in stac9460_dac_mute_put()
146 int change; stac9460_dac_mute_put() local
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 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()
375 int change; in aureon_ac97_vol_put()
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()
422 change in aureon_ac97_mute_put()
376 int change; aureon_ac97_vol_put() local
417 int change; aureon_ac97_mute_put() local
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 Dprodigy_hifi.c269 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()
385 change = 1; in wm_dac_vol_put()
388 return change; in wm_dac_vol_put()
425 int change = 0; in wm8766_vol_put()
437 change = 1; in wm8766_vol_put()
440 return change; in wm8766_vol_put()
472 int ch, change in wm_master_vol_put()
377 int i, idx, change = 0; wm_dac_vol_put() local
427 int change = 0; wm8766_vol_put() local
475 int ch, change = 0; 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 Dpontis.c128 int i, idx, change = 0; in wm_dac_vol_put()
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()
191 change = 1; in wm_adc_vol_put()
194 return change; in wm_adc_vol_put()
217 int change; in wm_adc_mux_put()
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()
129 int i, idx, change = 0; wm_dac_vol_put() local
184 int i, idx, change = 0; wm_adc_vol_put() local
222 int change; wm_adc_mux_put() local
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...]
/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 and properties are evaluated at in tsnep_set_gcl_change()
[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
[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/arch/arm/mach-s3c/
H A Dpm-gpio.c106 * { IN => OUT } Change DAT first
107 * { IN => SFN } Change CON first
108 * { OUT => SFN } Change CON first, so new data will not glitch
109 * { OUT => IN } Change CON first, so new data will not glitch
110 * { SFN => IN } Change CON first
111 * { SFN => OUT } Change DAT first, so new data will not glitch [1]
114 * weak resistors, so a small delay in change should not need to bring
143 /* If there is no change, then skip */ in samsung_gpio_pm_2bit_resume()
153 /* Change is IN => OUT, do not change now */ in samsung_gpio_pm_2bit_resume()
158 /* Change is SFN => OUT, do not change now */ in samsung_gpio_pm_2bit_resume()
[all …]
/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/sound/pci/emu10k1/
H A Demumixer.c656 int change; in snd_emu1010_output_source_put() local
662 change = (emu->emu1010.output_source[channel] != val); in snd_emu1010_output_source_put()
663 if (change) { in snd_emu1010_output_source_put()
668 return change; in snd_emu1010_output_source_put()
701 int change; in snd_emu1010_input_source_put()
707 change = (emu->emu1010.input_source[channel] != val); in snd_emu1010_input_source_put()
708 if (change) { in snd_emu1010_input_source_put()
713 return change; in snd_emu1010_input_source_put()
770 int change; in snd_emu1010_adc_pads_put()
778 change in snd_emu1010_adc_pads_put()
702 int change; snd_emu1010_input_source_put() local
772 int change; snd_emu1010_adc_pads_put() local
830 int change; snd_emu1010_dac_pads_put() local
983 int change = 0; snd_emu1010_clock_source_put() local
1044 int change; snd_emu1010_clock_fallback_put() local
1092 int change = 0; snd_emu1010_optical_out_put() local
1143 int change = 0; snd_emu1010_optical_in_put() local
1200 int change = 0; snd_audigy_i2c_capture_source_put() local
1281 int change = 0; snd_audigy_i2c_volume_put() local
1409 int change; snd_emu10k1_spdif_put() local
1508 int change = 0, voice, idx, val; snd_emu10k1_send_routing_put() local
1577 int change = 0, idx, val; snd_emu10k1_send_volume_put() local
1642 int change = 0, idx, val; snd_emu10k1_attn_put() local
1710 int change = 0, idx, val; snd_emu10k1_efx_send_routing_put() local
1774 int change = 0, idx, val; snd_emu10k1_efx_send_volume_put() local
1833 int change = 0, val; snd_emu10k1_efx_attn_put() local
1886 int change = 0; snd_emu10k1_shared_spdif_put() local
[all...]
/linux/arch/sh/include/asm/
H A Dhd64461.h129 #define HD64461_PCC0CSCR HD64461_IO_OFFSET(0x2004) /* socket 0 card status change */
130 #define HD64461_PCC0CSCIER HD64461_IO_OFFSET(0x2006) /* socket 0 card status change interrupt enabl…
135 #define HD64461_PCC1CSCR HD64461_IO_OFFSET(0x2014) /* socket 1 card status change */
136 #define HD64461_PCC1CSCIER HD64461_IO_OFFSET(0x2016) /* socket 1 card status change interrupt enabl…
166 /* PCC Card Status Change Register */
170 #define HD64461_PCCCSCR_SC 0x10 /* STSCHG (status change) pin */
171 #define HD64461_PCCCSCR_CDC 0x08 /* CD (card detect) change */
172 #define HD64461_PCCCSCR_RC 0x04 /* READY change */
173 #define HD64461_PCCCSCR_BW 0x02 /* battery warning change */
174 #define HD64461_PCCCSCR_BD 0x01 /* battery dead change */
[all …]
/linux/include/linux/
H A Diversion.h10 * The change attribute (i_version) is mandated by NFSv4 and is mostly for
12 * appear larger to observers if there was an explicit change to the inode's
15 * An explicit change is one that would ordinarily result in a change to the
16 * inode status change time (aka ctime). i_version must appear to change, even
19 * ctime must change due to an operation, then the i_version counter must be
30 * and after a change is also permitted. (Note that no filesystems currently do
54 * the original change to reach disk.
92 * increment it on the next change. After that, we can clear the flag and
107 * For example, the NFS client stores its NFSv4 change attribute in this way,
176 * change.
[all …]
H A Dlru_cache.h98 For each transaction recording a change to the active set, we record the
99 change itself (index: -old_label, +new_label), and which index is associated
112 Currently we need one activity log transaction per single label change, which
116 We plan to change the transaction format to support multiple changes per
142 * them, as the change "index: -old_label, +LC_FREE" would need a transaction
224 /* if we need to change the set, but currently there is no free nor
263 * order on the active and lru lists may still change. Used to serialize
276 * still change. Only works on a "clean" set. Returns true if we acquired the
278 * change the set will not succeed until the next lc_unlock().
283 * lc_unlock - unlock @lc, allow lc_get() to change the set again
/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/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 …]
/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
/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()
/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/sound/isa/sb/
H A Dsb_mixer.c77 int change; in snd_sbmixer_put_single()
84 change = val != oval; in snd_sbmixer_put_single()
85 if (change) in snd_sbmixer_put_single()
87 return change; in snd_sbmixer_put_single()
131 int change; in snd_sbmixer_put_double()
140 change = left != oleft; in snd_sbmixer_put_double()
141 if (change) in snd_sbmixer_put_double()
148 change = left != oleft || right != oright; in snd_sbmixer_put_double()
149 if (change) { in snd_sbmixer_put_double()
154 return change; in snd_sbmixer_put_double()
80 int change; snd_sbmixer_put_single() local
138 int change; snd_sbmixer_put_double() local
218 int change; snd_dt019x_input_sw_put() local
288 int change; snd_als4k_mono_capture_route_put() local
346 int change; snd_sb8mixer_put_mux() local
414 int change; snd_sb16mixer_put_input_sw() local
[all...]
/linux/net/core/
H A Ddev_api.c9 * dev_change_name() - change name of a device
13 * Change name of a device, can pass format strings "eth%d".
30 * dev_set_alias() - change ifalias of a device
52 * dev_change_flags() - change device settings
57 * Change settings on device based state flags. The flags are
76 * dev_set_group() - change group this device belongs to
126 * dev_change_carrier() - change device carrier
130 * Change device carrier
146 * dev_change_tx_queue_len() - change TX queue length of a netdevice
321 * dev_set_mac_address() - change Media Access Control Address
[all …]
/linux/include/linux/platform_data/
H A Dsi5351.h11 * @SI5351_PLL_SRC_DEFAULT: default, do not change eeprom config
23 * @SI5351_MULTISYNTH_SRC_DEFAULT: default, do not change eeprom config
35 * @SI5351_CLKOUT_SRC_DEFAULT: default, do not change eeprom config
52 * @SI5351_DRIVE_DEFAULT: default, do not change eeprom config
68 * @SI5351_DISABLE_DEFAULT: default, do not change eeprom config
88 * @pll_master: if true, clkout can also change pll rate
/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1307 * fdt_setprop_inplace_namelen_partial - change a property's value,
1310 * @nodeoffset: offset of the node whose property to change
1311 * @name: name of the property to change
1313 * @idx: index of the property to change in the array
1332 * fdt_setprop_inplace - change a property's value, but not its size
1334 * @nodeoffset: offset of the node whose property to change
1335 * @name: name of the property to change
1340 * the data in val, of length len. This function cannot change the
1365 * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property
1367 * @nodeoffset: offset of the node whose property to change
[all...]
/linux/sound/pci/ca0106/
H A Dca0106_mixer.c17 * Change remove and rename ctrls into lists.
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
[all …]
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-eth-type-change.sh27 # test enslaved bond dev type change from ARPHRD_ETHER and back
44 check_err $? "could not change bond mode to active-backup"
50 # change bond type to non-ARPHRD_ETHER
71 log_test "Change ether type of an enslaved bond device with unsuccessful enslave"
79 log_test "Change ether type of an enslaved bond device with successful enslave"
/linux/Documentation/process/
H A Dapplying-patches.rst32 and what new version the patch will change the source tree into. These
52 unlabeled patch was generated against) you should change into your kernel
128 a change in the middle of the file but for some reasons a few lines have
139 When patch encounters a change that it can't fix up with fuzz it rejects it
141 read this file to see exactly what change couldn't be applied, so you can
164 of the change (in this example it needed to move 7 lines from where it
165 expected to make the change to make it fit).
175 fuzz its way through. This will generate a ``.rej`` file with the change that
180 then patch detected that the change contained in the patch seems to have
286 $ cd ~/linux-5.6 # change to kernel source dir
[all …]

12345678910>>...145