/linux-6.8/sound/pci/ice1712/ |
D | wtm.c | 27 /* 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 …]
|
D | prodigy192.c | 57 /* 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 …]
|
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() 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 = (ovol != nvol); in aureon_ac97_mute_put() [all …]
|
/linux-6.8/drivers/net/ethernet/engleder/ |
D | tsnep_tc.c | 8 /* 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-6.8/arch/arm/mach-s3c/ |
D | pm-gpio.c | 106 * { 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-6.8/sound/soc/codecs/ |
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() 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 …]
|
/linux-6.8/Documentation/dev-tools/ |
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-6.8/arch/sh/include/asm/ |
D | hd64461.h | 129 #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-6.8/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-xhci_hcd | 31 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-6.8/sound/pci/emu10k1/ |
D | emumixer.c | 655 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 …]
|
/linux-6.8/sound/ppc/ |
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 …]
|
/linux-6.8/sound/i2c/ |
D | tea6330t.c | 97 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 …]
|
/linux-6.8/include/linux/ |
D | iversion.h | 10 * 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 …]
|
/linux-6.8/drivers/media/v4l2-core/ |
D | v4l2-mc.c | 458 * 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 …]
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hubbub.c | 151 * 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 …]
|
/linux-6.8/Documentation/devicetree/bindings/usb/ |
D | qcom,pmic-typec.yaml | 33 - description: Type-C CC state change 35 - description: Type-C VBUS state change 38 - description: Type-C Try.Src Try.Snk state change 50 - const: or-rid-detect-change 52 - const: cc-state-change 54 - const: vbus-change 119 interrupt-names = "or-rid-detect-change", 121 "cc-state-change", 123 "vbus-change",
|
/linux-6.8/sound/soc/sof/ |
D | ops.c | 42 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-6.8/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 100 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-6.8/sound/isa/sb/ |
D | sb_mixer.c | 79 int change; in snd_sbmixer_put_single() local 86 change = val != oval; in snd_sbmixer_put_single() 87 if (change) in snd_sbmixer_put_single() 90 return change; in snd_sbmixer_put_single() 137 int change; in snd_sbmixer_put_double() local 146 change = left != oleft; in snd_sbmixer_put_double() 147 if (change) in snd_sbmixer_put_double() 154 change = left != oleft || right != oright; in snd_sbmixer_put_double() 155 if (change) { in snd_sbmixer_put_double() 161 return change; in snd_sbmixer_put_double() [all …]
|
/linux-6.8/include/linux/platform_data/ |
D | si5351.h | 11 * @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-6.8/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 39 struct addr_change change; in etap_change() local 43 change.what = op; in etap_change() 44 memcpy(change.addr, addr, sizeof(change.addr)); in etap_change() 45 memcpy(change.netmask, netmask, sizeof(change.netmask)); in etap_change() 46 CATCH_EINTR(n = write(fd, &change, sizeof(change))); in etap_change() 47 if (n != sizeof(change)) { in etap_change()
|
/linux-6.8/tools/testing/selftests/drivers/net/bonding/ |
D | bond-eth-type-change.sh | 27 # 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-6.8/drivers/net/ethernet/intel/ice/ |
D | ice_eswitch.c | 526 …dev_err(ice_pf_to_dev(pf), "Couldn't change eswitch mode to switchdev - ADQ is active. Delete ADQ … in ice_eswitch_mode_set() 527 …NL_SET_ERR_MSG_MOD(extack, "Couldn't change eswitch mode to switchdev - ADQ is active. Delete ADQ … in ice_eswitch_mode_set() 618 ice_eswitch_cp_change_queues(struct ice_eswitch *eswitch, int change) in ice_eswitch_cp_change_queues() argument 624 if (eswitch->qs.to_reach >= eswitch->qs.value + change) { in ice_eswitch_cp_change_queues() 630 } else if ((change > 0 && cp->alloc_txq <= eswitch->qs.value) || in ice_eswitch_cp_change_queues() 631 change < 0) { in ice_eswitch_cp_change_queues() 632 queues = cp->alloc_txq + change; in ice_eswitch_cp_change_queues() 641 } else if (!change) { in ice_eswitch_cp_change_queues() 642 /* change == 0 means that VSI wasn't open, open it here */ in ice_eswitch_cp_change_queues() 646 eswitch->qs.value += change; in ice_eswitch_cp_change_queues() [all …]
|
/linux-6.8/scripts/dtc/libfdt/ |
D | libfdt.h | 1239 * fdt_setprop_inplace_namelen_partial - change a property's value, 1242 * @nodeoffset: offset of the node whose property to change 1243 * @name: name of the property to change 1245 * @idx: index of the property to change in the array 1264 * fdt_setprop_inplace - change a property's value, but not its size 1266 * @nodeoffset: offset of the node whose property to change 1267 * @name: name of the property to change 1272 * the data in val, of length len. This function cannot change the 1297 * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property 1299 * @nodeoffset: offset of the node whose property to change [all …]
|
/linux-6.8/sound/pci/ca0106/ |
D | ca0106_mixer.c | 17 * 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 …]
|