Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c45 bool updated = true; in set_mux_gdm1_to_gmac1_esw() local
58 updated = false; in set_mux_gdm1_to_gmac1_esw()
67 if (updated) in set_mux_gdm1_to_gmac1_esw()
86 updated = false; in set_mux_gmac2_gmac0_to_gephy()
90 if (updated) in set_mux_gmac2_gmac0_to_gephy()
117 updated = false; in set_mux_u3_gmac2_to_qphy()
121 if (updated) in set_mux_u3_gmac2_to_qphy()
154 updated = false; in set_mux_gmac1_gmac2_to_sgmii_rgmii()
158 if (updated) in set_mux_gmac1_gmac2_to_sgmii_rgmii()
186 updated = false; in set_mux_gmac12_to_gephy_sgmii()
[all …]
/openbmc/linux/net/wireless/
H A Dwext-proc.c52 stats->qual.updated & IW_QUAL_QUAL_UPDATED in wireless_seq_printf_stats()
55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats()
56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED in wireless_seq_printf_stats()
59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats()
60 stats->qual.updated & IW_QUAL_NOISE_UPDATED in wireless_seq_printf_stats()
67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in wireless_seq_printf_stats()
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp392 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F()
397 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F()
441 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F()
446 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F()
491 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F()
496 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F()
505 r1.updated -= std::chrono::seconds(3); in TEST_F()
506 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F()
581 r1.updated -= std::chrono::seconds(3); in TEST_F()
595 r2.updated -= std::chrono::seconds(3); in TEST_F()
[all …]
H A Dsensor_pluggable_unittest.cpp55 r.updated = std::chrono::high_resolution_clock::now(); in TEST()
62 EXPECT_EQ(r.updated, v.updated); in TEST()
/openbmc/phosphor-pid-control/
H A Dinterfaces.hpp11 std::chrono::high_resolution_clock::time_point updated; member
16 return ((this->value == rhs.value) && (this->updated == rhs.updated) && in operator ==()
/openbmc/linux/include/trace/events/
H A Dneigh.h92 __field(unsigned long, updated)
132 __entry->updated = n->updated;
150 __entry->confirmed, __entry->updated, __entry->used,
172 __field(unsigned long, updated)
210 __entry->updated = n->updated;
223 __entry->confirmed, __entry->updated, __entry->used,
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dbuild.py29 (updated, newlines) = bb.utils.edit_metadata(f, values, varfunc)
32 updated = True
35 if updated:
38 return updated
/openbmc/linux/drivers/iommu/amd/
H A Dio_pgtable_v2.c136 unsigned long pg_size, gfp_t gfp, bool *updated) in v2_alloc_pte() argument
154 *updated = true; in v2_alloc_pte()
168 *updated = true; in v2_alloc_pte()
182 *updated = true; in v2_alloc_pte()
249 bool updated = false; in iommu_v2_map_pages() local
260 iova, map_size, gfp, &updated); in iommu_v2_map_pages()
275 if (updated) { in iommu_v2_map_pages()
H A Dio_pgtable.c200 bool *updated) in alloc_pte() argument
247 *updated = true; in alloc_pte()
264 *updated = true; in alloc_pte()
369 bool updated = false; in iommu_v1_map_pages() local
382 pte = alloc_pte(dom, iova, pgsize, NULL, gfp, &updated); in iommu_v1_map_pages()
392 updated = true; in iommu_v1_map_pages()
418 if (updated) { in iommu_v1_map_pages()
/openbmc/linux/drivers/hwmon/
H A Dnzxt-kraken2.c35 unsigned long updated; /* jiffies */ member
50 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ)) in kraken2_read()
127 priv->updated = jiffies; in kraken2_raw_event()
150 priv->updated = jiffies - STATUS_VALIDITY * HZ; in kraken2_probe()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libtomcrypt/
H A Dlibtomcrypt_1.18.2.bb6 # then updated to dual license PD and WTFPL also in 0.18.0-rc1:
8 # and then updated again to Unlicense after the 0.18.2 tag (it's only in develop branch):
12 # and this comment can be removed next time libtomcrypt is updated
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py107 self.assertIsNotNone(layerItem.updated)
118 self.assertIsNotNone(layerItem.updated)
127 self.assertIsNotNone(layerBranch.updated)
139 self.assertIsNotNone(layerBranch.updated)
187 self.assertIsNotNone(recipe.updated)
199 self.assertIsNotNone(machine.updated)
210 self.assertIsNotNone(distro.updated)
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml27 Indicates when readings should be updated. Possible values are
32 Indicates how readings should be updated. Possible values are
46 Period of time in milliseconds when Report is updated with new
57 Indicates if readings in report will be updated.
H A DReport.interface.yaml42 description: Defines how readings are updated.
54 Defines period of time in milliseconds when readings are updated.
58 Indicates if readings in report will be updated. This may be set to
98 The type that defines when Readings are updated.
111 The type that defines how Readings are updated.
161 property value is updated.
167 property is updated. Redfish Event Service requires this option
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py982 updates_enabled=True, updated=None, argument
990 self.updated = updated or datetime.datetime.today().isoformat()
1038 updated=None): argument
1051 self.updated = updated or datetime.datetime.today().isoformat()
1059 updated=None): argument
1078 self.updated = updated or datetime.datetime.today().isoformat()
1303 self.updated = updated or datetime.datetime.today().isoformat()
1337 updated=None): argument
1345 self.updated = updated or datetime.datetime.today().isoformat()
1350 updated=None): argument
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DApplyTime.interface.yaml2 To implement the apply time of a newly updated software image. The apply
14 The possible values of this property indicate when the newly updated
/openbmc/telemetry/src/
H A Dreport.hpp39 if (updated) in ~OnChangeContext()
47 updated = true; in metricUpdated()
52 bool updated = false; member in Report::OnChangeContext
/openbmc/linux/arch/um/kernel/
H A Dtlb.c360 int updated = 0, err = 0, force = 0, userspace = 0; in flush_tlb_kernel_range_common() local
372 updated = 1; in flush_tlb_kernel_range_common()
388 updated = 1; in flush_tlb_kernel_range_common()
404 updated = 1; in flush_tlb_kernel_range_common()
420 updated = 1; in flush_tlb_kernel_range_common()
432 updated = 1; in flush_tlb_kernel_range_common()
442 updated = 1; in flush_tlb_kernel_range_common()
452 return updated; in flush_tlb_kernel_range_common()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0001-Conceal-imp-warnings-in-Python3.patch32 # the following 3 constants are updated on each new release (do not touch)
34 """Constant updated on new releases"""
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst14 record matches the device being updated. This requires comparing the record
42 updated, or return zero if the component can be updated.
/openbmc/qemu/tests/qemu-iotests/
H A D260.out17 check updated bitmap: name=bitmap0 dirty-clusters=3
34 check updated bitmap: name=bitmap0 dirty-clusters=3
52 check updated bitmap: name=bitmap0 dirty-clusters=3
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py137 l.up_date = index.layerItems[id].updated
184 lv.up_date = index.layerBranches[id].updated
234 distro.up_date = index.distros[id].updated
249 mo.up_date = index.machines[id].updated
270 ro.up_date = index.recipes[id].updated
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-online11 successful) its 'offline' field is updated accordingly. In
15 updated as appropriate.
/openbmc/docs/designs/
H A Dpsu-firmware-update.md37 The PSU firmware shall be updated in the below cases:
65 firmware is updated:
68 - When a new version is updated together with BMC code update;
121 When BMC is updated and a new version of PSU firmware is included, it shall be
122 updated to the PSU. This will be done by the same service described above.
142 updated. This will be done by the same service described above.
149 and firmware version to decide if the firmware needs to be updated.
180 damage if the incorrect PSU firmware is updated.
202 - Verify the PSU code update is performed after a new BMC image is updated
/openbmc/linux/Documentation/hwmon/
H A Dmax127.rst37 ADC range and LSB will be updated when the limit is changed.
42 ADC range and LSB will be updated when the limit is changed.

12345678910>>...34