Home
last modified time | relevance | path

Searched refs:changed (Results 101 – 125 of 4596) sorted by relevance

12345678910>>...184

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0008-RH-reset-default-find_mutipaths-value-to-off.patch6 Upstream has changed to default find_multipaths to "strict". For now
17 1 file changed, 1 insertion(+), 1 deletion(-)
/openbmc/qemu/hw/gpio/
H A Dpl061.c159 uint8_t changed; in pl061_update() local
176 changed = s->old_out_data ^ out; in pl061_update()
177 if (changed) { in pl061_update()
181 if (changed & mask) { in pl061_update()
190 changed = (s->old_in_data ^ s->data) & ~s->dir; in pl061_update()
191 if (changed) { in pl061_update()
195 if (changed & mask) { in pl061_update()
/openbmc/linux/sound/core/
H A Dpcm_lib.c614 changed = 1; in snd_interval_refine()
617 changed = 1; in snd_interval_refine()
622 changed = 1; in snd_interval_refine()
625 changed = 1; in snd_interval_refine()
629 changed = 1; in snd_interval_refine()
646 return changed; in snd_interval_refine()
1117 changed = 1; in snd_interval_step()
1123 changed = 1; in snd_interval_step()
1129 return changed; in snd_interval_step()
1620 int changed; in _snd_pcm_hw_param_first() local
[all …]
/openbmc/linux/arch/powerpc/boot/dts/
H A Diss4xx-mpic.dts36 model = "PowerPC,4xx"; // real CPU changed in sim
50 model = "PowerPC,4xx"; // real CPU changed in sim
66 model = "PowerPC,4xx"; // real CPU changed in sim
82 model = "PowerPC,4xx"; // real CPU changed in sim
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch21 3 files changed, 19 insertions(+), 7 deletions(-)
52 + * overflow when the string ends where the MSB has changed.
78 + * overflow when the string ends where the MSB has changed.
104 + * overflow when the string ends where the MSB has changed.
/openbmc/linux/drivers/input/keyboard/
H A Dnspire-keypad.c59 u16 bits, changed; in nspire_keypad_irq() local
72 changed = bits ^ keypad->state[row]; in nspire_keypad_irq()
73 if (!changed) in nspire_keypad_irq()
79 if (!(changed & (1U << col))) in nspire_keypad_irq()
H A Domap-keypad.c97 unsigned char new_state[8], changed, key_down = 0; in omap_kp_tasklet() local
105 changed = new_state[col] ^ keypad_state[col]; in omap_kp_tasklet()
107 if (changed == 0) in omap_kp_tasklet()
112 if (!(changed & (1 << row))) in omap_kp_tasklet()
/openbmc/linux/net/mac80211/
H A Dchan.c462 if (!changed) in ieee80211_recalc_chanctx_min_def()
480 u32 changed; in _ieee80211_change_chanctx() local
665 u32 changed; in ieee80211_add_chanctx() local
676 if (changed) in ieee80211_add_chanctx()
1265 u64 changed = 0; in ieee80211_link_use_reserved_reassign() local
1293 changed = BSS_CHANGED_BANDWIDTH; in ieee80211_link_use_reserved_reassign()
1331 if (changed) in ieee80211_link_use_reserved_reassign()
1661 u64 changed = 0; in ieee80211_vif_use_reserved_switch() local
1681 if (changed) in ieee80211_vif_use_reserved_switch()
1684 changed); in ieee80211_vif_use_reserved_switch()
[all …]
/openbmc/linux/sound/pci/ice1712/
H A Dpontis.c463 int changed; in pontis_gpio_mask_put() local
467 changed = val != ice->gpio.write_mask; in pontis_gpio_mask_put()
470 return changed; in pontis_gpio_mask_put()
487 int changed; in pontis_gpio_dir_put() local
491 changed = (val != ice->gpio.direction); in pontis_gpio_dir_put()
494 return changed; in pontis_gpio_dir_put()
512 int changed = 0; in pontis_gpio_data_put() local
520 changed = 1; in pontis_gpio_data_put()
523 return changed; in pontis_gpio_data_put()
/openbmc/linux/drivers/net/phy/
H A Ddp83td510.c156 bool changed = false; in dp83td510_config_aneg() local
170 changed = true; in dp83td510_config_aneg()
172 return genphy_c45_check_and_restart_aneg(phydev, changed); in dp83td510_config_aneg()
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-config-gtk/files/
H A Dno-handed.patch4 1 file changed, 4 insertions(+)
36 g_signal_connect (gconf, "value-changed", G_CALLBACK (on_gconf_value_changed), NULL);
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs/
H A D0001-test_funcs-skip-test_unknown-for-pytest-8.patch13 1 file changed, 1 insertion(+), 1 deletion(-)
21 assert getattr(changed, k) == v
/openbmc/linux/net/bridge/
H A Dbr_private_tunnel.h26 bool *changed);
33 u16 vid, u32 tun_id, bool *changed);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo/
H A D0001-osinfo-Make-xmlError-struct-constant-in-propagate_li.patch7 In libxml2 commit v2.12.0~14 the API changed so that
15 1 file changed, 1 insertion(+), 1 deletion(-)
/openbmc/qemu/hw/timer/
H A Dcmsdk-apb-dualtimer.c129 uint32_t changed; in cmsdk_dualtimermod_write_control() local
135 changed = m->control ^ newctrl; in cmsdk_dualtimermod_write_control()
137 if (changed & ~newctrl & R_CONTROL_ENABLE_MASK) { in cmsdk_dualtimermod_write_control()
142 if (changed & R_CONTROL_PRESCALE_MASK) { in cmsdk_dualtimermod_write_control()
168 if (changed & R_CONTROL_MODE_MASK) { in cmsdk_dualtimermod_write_control()
188 if (changed & R_CONTROL_SIZE_MASK) { in cmsdk_dualtimermod_write_control()
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0001-Set-interpreter-only-when-necessary.patch14 1 file changed, 5 insertions(+)
31 changed = true;
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/n1sdp/
H A D0002-Modify-BL32-Location-to-DDR4.patch6 Since OP-TEE start address is changed to run
14 1 file changed, 2 insertions(+), 2 deletions(-)
H A D0003-Modify-SPMC-Base-to-DDR4.patch6 Since OP-TEE start address is changed to run
14 1 file changed, 1 insertion(+), 1 deletion(-)
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/
H A D0001-cmake-modify-path-to-libmetal-version-file.patch6 Commit ad87802d6e01e97946de20b6c2fa28aed184ed20 changed how the
16 1 file changed, 1 insertion(+), 1 deletion(-)
/openbmc/linux/tools/perf/
H A Dbuiltin-config.c164 bool changed = false; in cmd_config() local
241 changed = true; in cmd_config()
246 if (!changed) in cmd_config()
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0003-Fix-mm_compaction_migratepages-changed-in-linux-6.9-.patch4 Subject: [PATCH 3/4] Fix: mm_compaction_migratepages changed in linux 6.9-rc1
45 Upstream-Status: Backport [175fe77c Fix: mm_compaction_migratepages changed in linux 6.9-rc1]
52 1 file changed, 16 insertions(+), 1 deletion(-)
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h85 bool changed; member
187 bool changed) in mark_sec_changed() argument
189 sec->_changed = changed; in mark_sec_changed()
190 elf->changed |= changed; in mark_sec_changed()
/openbmc/linux/Documentation/sound/designs/
H A Dtracepoints.rst76 mask/interval parameter can be changed by ALSA PCM core. For
78 are going to be changed.
82 This mask represents which mask/interval parameter is actually changed.
115 Parameters in the buffer are changed according to
139 ``hw_interval_param`` event is probed according to type of the changed parameter.
156 device, rules of constraint and name of the changed parameter, in order. The
159 means that the parameter is changed by ALSA PCM core, regardless of the rules.
/openbmc/linux/fs/sysv/
H A Ditree.c106 goto changed; in get_branch()
114 changed: in get_branch()
182 goto changed; in splice_branch()
198 changed: in splice_branch()
250 goto changed; in get_block()
258 goto changed; in get_block()
263 changed: in get_block()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/
H A D0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch9 changed.
16 1 file changed, 4 insertions(+)

12345678910>>...184