/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_path.c | 45 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() 71 mtk_eth_path_name(path), __func__, updated); in set_mux_gdm1_to_gmac1_esw() 79 bool updated = true; in set_mux_gmac2_gmac0_to_gephy() local 86 updated = false; in set_mux_gmac2_gmac0_to_gephy() 90 if (updated) in set_mux_gmac2_gmac0_to_gephy() 94 mtk_eth_path_name(path), __func__, updated); in set_mux_gmac2_gmac0_to_gephy() 102 bool updated = true; in set_mux_u3_gmac2_to_qphy() local 117 updated = false; in set_mux_u3_gmac2_to_qphy() [all …]
|
/openbmc/linux/net/wireless/ |
H A D | wext-proc.c | 52 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()
|
H A D | wext-compat.c | 140 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange() 149 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange() 150 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 151 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 157 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 158 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 164 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange() 1413 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wireless_stats() 1414 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats() 1415 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats() [all …]
|
/openbmc/phosphor-pid-control/test/ |
H A D | pid_zone_unittest.cpp | 377 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 382 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 426 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 431 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 476 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 481 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 490 r1.updated -= std::chrono::seconds(3); in TEST_F() 491 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 544 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 554 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() [all …]
|
H A D | sensor_pluggable_unittest.cpp | 55 r.updated = std::chrono::high_resolution_clock::now(); in TEST() 62 EXPECT_EQ(r.updated, v.updated); in TEST()
|
/openbmc/linux/include/trace/events/ |
H A D | neigh.h | 92 __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/phosphor-pid-control/ |
H A D | interfaces.hpp | 11 std::chrono::high_resolution_clock::time_point updated; member 16 return ((this->value == rhs.value) && (this->updated == rhs.updated) && in operator ==()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | build.py | 29 (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 D | io_pgtable_v2.c | 136 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 D | io_pgtable.c | 200 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 D | nzxt-kraken2.c | 35 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/poky/bitbake/lib/layerindexlib/tests/ |
H A D | layerindexobj.py | 107 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/openbmc/meta-openembedded/meta-oe/recipes-crypto/libtomcrypt/ |
H A D | libtomcrypt_1.18.2.bb | 6 # 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/ |
H A D | __init__.py | 982 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() 1288 inherits="", disallowed="", updated=None): argument 1303 self.updated = updated or datetime.datetime.today().isoformat() 1337 updated=None): argument 1345 self.updated = updated or datetime.datetime.today().isoformat() [all …]
|
/openbmc/linux/arch/um/kernel/ |
H A D | tlb.c | 360 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/telemetry/src/ |
H A D | report.hpp | 39 if (updated) in ~OnChangeContext() 47 updated = true; in metricUpdated() 52 bool updated = false; member in Report::OnChangeContext
|
/openbmc/linux/Documentation/driver-api/pldmfw/ |
H A D | driver-ops.rst | 14 record matches the device being updated. This requires comparing the record 42 updated, or return zero if the component can be updated.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
H A D | 0001-Conceal-imp-warnings-in-Python3.patch | 32 # the following 3 constants are updated on each new release (do not touch) 34 """Constant updated on new releases"""
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 137 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/qemu/tests/qemu-iotests/ |
H A D | 260.out | 17 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/scripts/ |
H A D | pull-sdpx-licenses.py | 69 updated = 0 92 updated += 1
|
/openbmc/docs/designs/ |
H A D | psu-firmware-update.md | 37 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/drivers/usb/typec/ucsi/ |
H A D | ucsi_ccg.c | 224 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; member 352 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd() 358 struct ucsi_altmode *updated) in ucsi_ccg_update_altmodes() argument 366 new_alt = uc->updated; in ucsi_ccg_update_altmodes() 367 memset(uc->updated, 0, sizeof(uc->updated)); in ucsi_ccg_update_altmodes() 395 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 396 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 425 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 426 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 444 if (new_cam >= ARRAY_SIZE(uc->updated)) in ucsi_ccg_update_set_new_cam_cmd() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-online | 11 successful) its 'offline' field is updated accordingly. In 15 updated as appropriate.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max127.rst | 37 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.
|