/openbmc/linux/sound/pci/ice1712/ |
H A D | wtm.c | 80 if (change) { in stac9460_dac_mute_all() 99 if (change) { in stac9460_dac_mute_all() 146 int change; in stac9460_dac_mute_put() local 154 if (change) { in stac9460_dac_mute_put() 168 if (change) { in stac9460_dac_mute_put() 175 return change; in stac9460_dac_mute_put() 219 int change; in stac9460_dac_vol_put() local 286 int change; in stac9460_adc_mute_put() local 296 if (change) in stac9460_adc_mute_put() 306 if (change) in stac9460_adc_mute_put() [all …]
|
H A D | prodigy192.c | 82 int change; in stac9460_dac_mute() local 86 if (change) in stac9460_dac_mute() 163 int change; in stac9460_dac_vol_put() local 208 int change; in stac9460_adc_mute_put() local 215 if (change) in stac9460_adc_mute_put() 254 int change; in stac9460_adc_vol_put() local 261 if (change) in stac9460_adc_vol_put() 293 int change; in stac9460_mic_sw_put() local 297 if (change) in stac9460_mic_sw_put() 567 int change; in ak4114_input_sw_put() local [all …]
|
H A D | aureon.c | 212 int change; in aureon_universe_inmux_put() local 376 int change; in aureon_ac97_vol_put() local 387 if (change) in aureon_ac97_vol_put() 417 int change; in aureon_ac97_mute_put() local 425 if (change) in aureon_ac97_mute_put() 454 int change; in aureon_ac97_micboost_put() local 462 if (change) in aureon_ac97_micboost_put() 657 int change; in aureon_ac97_mmute_put() local 664 if (change) in aureon_ac97_mmute_put() 717 int change; in wm_pcm_mute_put() local [all …]
|
H A D | pontis.c | 140 change = 1; in wm_dac_vol_put() 144 return change; in wm_dac_vol_put() 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 231 if (change) { in wm_adc_mux_put() 235 return change; in wm_adc_mux_put() 267 change = 1; in wm_bypass_put() 270 return change; in wm_bypass_put() 304 change = 1; in wm_chswap_put() [all …]
|
H A D | prodigy_hifi.c | 277 change = 1; in ak4396_dac_vol_put() 281 return change; in ak4396_dac_vol_put() 386 change = 1; in wm_dac_vol_put() 439 change = 1; in wm8766_vol_put() 494 change = 1; in wm_master_vol_put() 556 change = 1; in wm_adc_mux_enum_put() 614 change = 1; in wm_adc_vol_put() 645 int change; in wm_adc_mux_put() local 654 if (change) { in wm_adc_mux_put() 693 change = 1; in wm_bypass_put() [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | sma1303.c | 340 return change; in sma1303_force_mute_put() 367 bool change; in sma1303_postscaler_put() local 374 return change; in sma1303_postscaler_put() 402 bool change; in sma1303_tdm_slot_rx_put() local 409 return change; in sma1303_tdm_slot_rx_put() 437 bool change; in sma1303_tdm_slot_tx_put() local 444 return change; in sma1303_tdm_slot_tx_put() 494 return change; in sma1303_startup() 541 &change); in sma1303_aif_in_event() 802 &change); in sma1303_post_scaler_event() [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | ar7_wdt.c | 52 u32 change; member 103 WRITE_REG(ar7_wdt->change, value); 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() 138 margin = change * prescale_value / vbus_rate; in ar7_wdt_update_margin() [all …]
|
/openbmc/linux/sound/ppc/ |
H A D | daca.c | 99 int change; in daca_put_deemphasis() local 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() 187 if (change) { in daca_put_amp() [all …]
|
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.cpp | 392 for (const auto& change : changes) in checkThresholds() local 394 assertThresholds(sensor, change.assertValue, change.threshold.level, in checkThresholds() 395 change.threshold.direction, change.asserted); in checkThresholds() 396 if (change.threshold.level == thresholds::Level::CRITICAL && in checkThresholds() 397 change.asserted) in checkThresholds() 417 for (const auto& change : changes) in checkThresholdsPowerDelay() local 432 if (change.asserted || thresholdTimer.hasActiveTimer( in checkThresholdsPowerDelay() 433 change.threshold, !change.asserted)) in checkThresholdsPowerDelay() 436 change.asserted, change.assertValue); in checkThresholdsPowerDelay() 440 assertThresholds(sensor, change.assertValue, change.threshold.level, in checkThresholdsPowerDelay() [all …]
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emumixer.c | 655 int change; in snd_emu1010_output_source_put() local 662 if (change) { in snd_emu1010_output_source_put() 699 int change; in snd_emu1010_input_source_put() local 767 int change; in snd_emu1010_adc_pads_put() local 825 int change; in snd_emu1010_dac_pads_put() local 1037 int change; in snd_emu1010_clock_fallback_put() local 1292 change = 1; in snd_audigy_i2c_volume_put() 1299 change = 1; in snd_audigy_i2c_volume_put() 1355 int change; 1379 if (change) [all …]
|
/openbmc/linux/sound/soc/sof/ |
H A 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()
|
/openbmc/linux/sound/i2c/ |
H A D | tea6330t.c | 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 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 214 change = err; in snd_tea6330t_put_bass() 216 return change; in snd_tea6330t_put_bass() 249 int change, err; in snd_tea6330t_put_treble() local 262 change = err; in snd_tea6330t_put_treble() [all …]
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor.sh | 64 change=init 67 change=addr 91 change=route 102 change='link' 118 change=defer 142 if [ "$change" = 'init' ]; then
|
/openbmc/linux/sound/isa/sb/ |
H A D | sb_mixer.c | 79 int change; in snd_sbmixer_put_single() local 87 if (change) in snd_sbmixer_put_single() 137 int change; in snd_sbmixer_put_double() local 147 if (change) in snd_sbmixer_put_double() 217 int change; in snd_dt019x_input_sw_put() local 244 if (change) in snd_dt019x_input_sw_put() 287 int change; in snd_als4k_mono_capture_route_put() local 298 if (change) in snd_als4k_mono_capture_route_put() 345 int change; in snd_sb8mixer_put_mux() local 365 if (change) in snd_sb8mixer_put_mux() [all …]
|
/openbmc/linux/arch/um/os-Linux/drivers/ |
H A 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()
|
/openbmc/u-boot/drivers/sound/ |
H A D | maxim_codec.c | 71 int change, ret = 0; in maxim_bic_or() local 77 change = (old != new) ? 1 : 0; in maxim_bic_or() 78 if (change) in maxim_bic_or() 83 return change; in maxim_bic_or()
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_tc.c | 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() 305 gcl->change = true; in tsnep_enable_gcl() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 133.out | 7 qemu-io: Cannot change the option 'node-name' 8 qemu-io: Cannot change the option 'node-name' 9 qemu-io: Cannot change the option 'node-name' 16 qemu-io: Cannot change the option 'driver' 17 qemu-io: Cannot change the option 'driver' 18 qemu-io: Cannot change the option 'driver'
|
/openbmc/entity-manager/docs/ |
H A D | my_first_sensors.md | 102 .ADDRESS property u 80 emits-change 103 .BUS property u 18 emits-change 104 .Common_Format_Version property s "1" emits-change 105 .PRODUCT_ASSET_TAG property s "--" emits-change 106 .PRODUCT_FRU_VERSION_ID property s "??????" emits-change 107 .PRODUCT_LANGUAGE_CODE property s "0" emits-change 204 .Address property t 76 emits-change 205 .Bus property t 18 emits-change 206 .Name property s "18 great local" emits-change 207 .Name1 property s "18 great ext" emits-change [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 100 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()
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A 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",
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-from-ra.sh | 71 if [[ $change == init ]]; then 74 elif [[ $change == defer ]]; then 76 elif [[ $change == route && $route != *' via '* ]] && 87 elif [[ $change == link && $intf == gbmcbr ]]; then
|
/openbmc/linux/sound/pci/ca0106/ |
H A D | ca0106_mixer.c | 160 int change = 0; in snd_ca0106_shared_spdif_put() local 164 if (change) { in snd_ca0106_shared_spdif_put() 195 int change = 0; in snd_ca0106_capture_source_put() local 201 if (change) { in snd_ca0106_capture_source_put() 232 int change = 0; in snd_ca0106_i2c_capture_source_put() local 241 if (change) { in snd_ca0106_i2c_capture_source_put() 277 int change = 0; in snd_ca0106_capture_mic_line_in_put() local 283 if (change) { in snd_ca0106_capture_mic_line_in_put() 489 change = 1; in snd_ca0106_i2c_volume_put() 499 change = 1; in snd_ca0106_i2c_volume_put() [all …]
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 118 int change[SANDBOX_NUM_PORTS]; member 164 int *change = &priv->change[port]; in clrset_post_state() local 193 *change |= *status & clear; in clrset_post_state() 194 *change |= ~*status & set; in clrset_post_state() 195 *change &= 0x1f; in clrset_post_state() 237 portsts->wPortChange = priv->change[port]; in sandbox_hub_submit_control_msg() 276 priv->change[port] &= 1 << in sandbox_hub_submit_control_msg()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-mc.c | 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() 501 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() argument 507 if (!change) in pipeline_pm_power() 514 ret = pipeline_pm_power_one(entity, change); in pipeline_pm_power() 524 pipeline_pm_power_one(first, -change); in pipeline_pm_power() 532 int change = use ? 1 : -1; in v4l2_pipeline_pm_use() local 538 entity->use_count += change; in v4l2_pipeline_pm_use() 542 ret = pipeline_pm_power(entity, change, &mdev->pm_count_walk); in v4l2_pipeline_pm_use() [all …]
|