Home
last modified time | relevance | path

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

12345678910>>...358

/kernel/linux/linux-6.6/sound/pci/ice1712/
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 = (new != old); in stac9460_dac_mute_put()
[all …]
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 = (ovol != nvol); in stac9460_dac_vol_put()
[all …]
/kernel/linux/linux-5.10/sound/pci/ice1712/
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 = (new != old); in stac9460_dac_mute_put()
[all …]
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 = (ovol != nvol); in stac9460_dac_vol_put()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/
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 …]
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
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 …]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
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 …]
/kernel/linux/linux-6.6/sound/soc/codecs/
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 …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
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
/kernel/linux/linux-6.6/drivers/watchdog/
Dar7_wdt.c52 u32 change; member
103 WRITE_REG(ar7_wdt->change, value); in ar7_wdt_change()
107 pr_err("failed to unlock WDT change reg\n"); in ar7_wdt_change()
128 u32 change; in ar7_wdt_update_margin() local
132 change = new_margin * (vbus_rate / prescale_value); in ar7_wdt_update_margin()
133 if (change < 1) in ar7_wdt_update_margin()
134 change = 1; in ar7_wdt_update_margin()
135 if (change > 0xffff) in ar7_wdt_update_margin()
136 change = 0xffff; in ar7_wdt_update_margin()
137 ar7_wdt_change(change); in ar7_wdt_update_margin()
[all …]
/kernel/linux/linux-6.6/arch/sh/include/asm/
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 …]
/kernel/linux/linux-5.10/arch/sh/include/asm/
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 …]
/kernel/linux/linux-5.10/sound/ppc/
Ddaca.c98 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 …]
/kernel/linux/linux-6.6/sound/ppc/
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 …]
/kernel/linux/linux-6.6/sound/pci/emu10k1/
Demumixer.c655 int change; in snd_emu1010_output_source_put() local
661 change = (emu->emu1010.output_source[channel] != val); in snd_emu1010_output_source_put()
662 if (change) { in snd_emu1010_output_source_put()
666 return change; in snd_emu1010_output_source_put()
699 int change; in snd_emu1010_input_source_put() local
705 change = (emu->emu1010.input_source[channel] != val); in snd_emu1010_input_source_put()
706 if (change) { in snd_emu1010_input_source_put()
710 return change; in snd_emu1010_input_source_put()
767 int change; in snd_emu1010_adc_pads_put() local
775 change = (cache != emu->emu1010.adc_pads); in snd_emu1010_adc_pads_put()
[all …]
/kernel/linux/linux-5.10/drivers/watchdog/
Dar7_wdt.c52 u32 change; member
105 WRITE_REG(ar7_wdt->change, value); in ar7_wdt_change()
109 pr_err("failed to unlock WDT change reg\n"); 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()
[all …]
/kernel/linux/linux-5.10/sound/soc/sof/
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()
/kernel/linux/linux-6.6/include/linux/
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 …]
/kernel/linux/linux-5.10/sound/i2c/
Dtea6330t.c97 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-6.6/sound/i2c/
Dtea6330t.c97 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()
120 change = err; in snd_tea6330t_put_master_volume()
123 return change; in snd_tea6330t_put_master_volume()
149 int change, err; in snd_tea6330t_put_master_switch() local
158 change = val1 != oval1 || val2 != oval2; in snd_tea6330t_put_master_switch()
166 change = err; in snd_tea6330t_put_master_switch()
168 return change; in snd_tea6330t_put_master_switch()
201 int change, err; in snd_tea6330t_put_bass() local
209 change = tea->regs[TEA6330T_SADDR_BASS] != val1; in snd_tea6330t_put_bass()
[all …]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-mc.c450 * pipeline_pm_power_one - Apply power change to an entity
452 * @change: Use count change
454 * Change the entity use count by @change. If the entity is a subdev update its
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()
484 * pipeline_pm_power - Apply power change to all entities in a pipeline
486 * @change: Use count change
493 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() argument
[all …]
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
Dv4l2-mc.c458 * pipeline_pm_power_one - Apply power change to an entity
460 * @change: Use count change
462 * Change the entity use count by @change. If the entity is a subdev update its
468 static int pipeline_pm_power_one(struct media_entity *entity, int change) in pipeline_pm_power_one() argument
476 if (entity->use_count == 0 && change > 0 && subdev != NULL) { in pipeline_pm_power_one()
482 entity->use_count += change; in pipeline_pm_power_one()
485 if (entity->use_count == 0 && change < 0 && subdev != NULL) in pipeline_pm_power_one()
492 * pipeline_pm_power - Apply power change to all entities in a pipeline
494 * @change: Use count change
501 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() argument
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c151 * 0: Pipe0 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
152 * 1: Pipe0 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
153 * 2: Pipe0 Cursor0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
154 * 3: Pipe0 Cursor1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
155 * 4: Pipe1 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
156 * 5: Pipe1 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
157 * 6: Pipe1 Cursor0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
158 * 7: Pipe1 Cursor1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
159 * 8: Pipe2 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
160 * 9: Pipe2 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c153 * 0: Pipe0 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
154 * 1: Pipe0 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
155 * 2: Pipe0 Cursor0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
156 * 3: Pipe0 Cursor1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
157 * 4: Pipe1 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
158 * 5: Pipe1 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
159 * 6: Pipe1 Cursor0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
160 * 7: Pipe1 Cursor1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
161 * 8: Pipe2 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
162 * 9: Pipe2 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
[all …]
/kernel/linux/linux-6.6/sound/soc/sof/
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()

12345678910>>...358