/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() 70 dev_dbg(eth->dev, "path %s in %s updated = %d\n", 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() 93 dev_dbg(eth->dev, "path %s in %s updated = %d\n", in set_mux_gmac2_gmac0_to_gephy() 94 mtk_eth_path_name(path), __func__, updated); in set_mux_gmac2_gmac0_to_gephy() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | Report.interface.yaml | 21 Indicates how readings should be updated. Possible values are 26 Period of time in milliseconds when readings are updated. 57 description: Defines how readings are updated. 71 Defines period of time in milliseconds when readings are updated. 77 Indicates if readings in report will be updated. This may be set to 117 The type that defines when Readings are updated. 130 The type that defines how Readings are updated. 180 property value is updated. 186 property is updated. Redfish Event Service requires this option
|
H A D | ReportManager.interface.yaml | 27 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.
|
/openbmc/linux/include/trace/events/ |
H A D | neigh.h | 92 __field(unsigned long, updated) 132 __entry->updated = n->updated; 143 "confirmed %lu updated %lu used %lu new_lladdr %s " 150 __entry->confirmed, __entry->updated, __entry->used, 172 __field(unsigned long, updated) 210 __entry->updated = n->updated; 217 "confirmed %lu updated %lu used %lu err %d", 223 __entry->confirmed, __entry->updated, __entry->used,
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 325 /* Updated by TX path after complete transmitting unsolicited packet */ 328 * Updated by TX path after start processing the task requesting the 332 FCOE_TASK_TX_STATE_ABTS /* Updated by TX path during abort procedure */, 333 /* Updated by TX path during exchange cleanup procedure */ 336 * Updated by TX path during exchange cleanup continuation task 340 /* Updated by TX path during exchange cleanup first xfer procedure */ 342 /* Updated by TX path during exchange cleanup read task in Target */ 344 /* Updated by TX path during target exchange cleanup procedure */ 346 /* Updated by TX path during sequence recovery procedure */
|
/openbmc/linux/include/uapi/linux/ |
H A D | rseq.h | 64 * Restartable sequences cpu_id_start field. Updated by the 77 * Restartable sequences cpu_id field. Updated by the kernel. 97 * Updated by user-space, which sets the address of the currently 106 * atomicity semantics. This field should only be updated by the 117 * This field should only be updated by the thread which 135 * Restartable sequences node_id field. Updated by the kernel. Read by 143 * Restartable sequences mm_cid field. Updated by the kernel. Read by
|
/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | rseq-abi.h | 64 * Restartable sequences cpu_id_start field. Updated by the 77 * Restartable sequences cpu_id field. Updated by the kernel. 97 * Updated by user-space, which sets the address of the currently 106 * atomicity semantics. This field should only be updated by the 133 * This field should only be updated by the thread which 151 * Restartable sequences node_id field. Updated by the kernel. Read by 159 * Restartable sequences mm_cid field. Updated by the kernel. Read by
|
/openbmc/phosphor-pid-control/test/ |
H A D | pid_zone_unittest.cpp | 401 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 406 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 454 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 459 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 472 // On the second updateSensors call, the updated timestamp will be beyond in TEST_F() 508 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 513 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 519 // Ok, so we're not in failsafe mode, so let's set updated to the past. in TEST_F() 520 // sensor1 will have an updated field older than its timeout value, but in TEST_F() 522 r1.updated -= std::chrono::seconds(3); in TEST_F() [all …]
|
H A D | sensor_host_unittest.cpp | 63 // Verify that when value is updated, the information matches in TEST() 86 // Value is updated from dbus calls only (normally). in TEST() 111 std::chrono::duration_cast<std::chrono::seconds>(t1 - r.updated) in TEST() 114 // Verify it was updated within the last second. in TEST()
|
/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()
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_support.h | 102 * If the GUID HOB is located, the length will be updated. 116 * If the GUID HOB is located, the length will be updated. 127 * If the GUID HOB is located, the length will be updated. 160 * If the GUID HOB is located, the length will be updated. 174 * If the HOB is located, the length will be updated. 186 * If the HOB is located, the length will be updated. 198 * If the HOB is located, the length will be updated.
|
/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/iommu/amd/ |
H A D | io_pgtable_v2.c | 27 #define IOMMU_PAGE_ACCESS BIT_ULL(5) /* Was accessed (updated by IOMMU) */ 28 #define IOMMU_PAGE_DIRTY BIT_ULL(6) /* Was written to (updated by IOMMU) */ 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()
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config.hpp | 111 * @param[in] value - ldapServerURI value to be updated. 117 * @param[in] value - ldapBindDN value to be updated. 123 * @param[in] value - ldapBaseDN value to be updated. 129 * @param[in] value - ldapSearchScope value to be updated. 136 * @param[in] value - ldapType value to be updated. 142 * @param[in] value - ldapServiceEnabled value to be updated. 148 * @param[in] value - userNameAttribute value to be updated. 154 * @param[in] value - groupNameAttribute value to be updated. 160 * @param[in] value - ldapBindDNPassword value to be updated.
|
/openbmc/linux/tools/testing/memblock/tests/ |
H A D | basic_api.c | 39 * updated. 72 * updated. 115 * region counter fields get updated. 168 * the available memory is updated, and the region counter stays the same. 220 * the available memory is updated, and the region counter stays the same. 270 * The counter and total size of available memory are not updated. 306 * the counter and total size of available memory to not be updated. 340 * size of the available memory are updated. 394 * total size of available memory and the counter to be updated. 544 * and total memory size are updated. [all …]
|
/openbmc/linux/include/net/netns/ |
H A D | mctp.h | 13 /* Only updated under RTNL, entries freed via RCU */ 17 * This list is updated from non-atomic contexts (under bind_lock), 23 /* tag allocations. This list is read and updated from atomic contexts,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/ |
H A D | dce112_compressor.c | 67 /* Bit 0 - Display registers updated */ 70 /* Bit 2 - FBC_GRPH_COMP_EN register updated */ 72 /* Bit 3 - FBC_SRC_SEL register updated */ 74 /* Bit 4 - FBC_MIN_COMPRESSION register updated */ 76 /* Bit 5 - FBC_ALPHA_COMP_EN register updated */ 78 /* Bit 6 - FBC_ZERO_ALPHA_CHUNK_SKIP_EN register updated */ 80 /* Bit 7 - FBC_FORCE_COPY_TO_COMP_BUF register updated */ 757 * - bit 0 - display register updated in dce112_compressor_set_fbc_invalidation_triggers() 764 * - Bit 2 - FBC_GRPH_COMP_EN register updated in dce112_compressor_set_fbc_invalidation_triggers() 765 * - Bit 3 - FBC_SRC_SEL register updated in dce112_compressor_set_fbc_invalidation_triggers() [all …]
|
/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/phosphor-power/phosphor-regulators/src/ |
H A D | dbus_sensor.hpp | 139 * Return the last time this sensor was updated. 192 * interfaces are updated correctly. 210 * The sensor value will only be updated if the new value differs from 219 * The sensor value will only be updated if the new value is higher than 242 * The sensor value will only be updated if the new value is lower than 292 * Set the last time this sensor was updated. 309 * @return true if value should be updated on D-Bus, false otherwise 352 * Last time this sensor was updated.
|
/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/openbmc/poky/scripts/ |
H A D | pull-sdpx-licenses.py | 69 updated = 0 92 updated += 1 95 print(f"Updated {updated} licenses")
|
/openbmc/linux/lib/ |
H A D | linear_ranges.c | 80 * @val: address where found value is updated 104 * @val: address where found value is updated 128 * @selector: address where found selector value is updated 168 * @selector: address where found selector value is updated 176 * biggest selector is updated to @selector but scanning ranges is continued 209 * @selector: address where found selector value is updated 248 * @selector: address where found selector value is updated
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_types.h | 41 u32 head; /* updated during retire, loosely tracks RING_HEAD */ 42 u32 tail; /* updated on submission, used for RING_TAIL */ 43 u32 emit; /* updated during request construction */
|
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | core.c | 61 * updated at any particular moment of time. 71 * Those patch levels cannot be updated to newer ones and thus should be final. 215 * the updated address so use that instead. in find_microcode_in_initrd() 541 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local 572 case UCODE_UPDATED: updated++; break; in load_late_stop_cpus() 581 microcode_ops->finalize_late_load(!updated); in load_late_stop_cpus() 583 if (!updated) { in load_late_stop_cpus() 602 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings); in load_late_stop_cpus() 605 num_online_cpus() - (updated + siblings)); in load_late_stop_cpus() 610 return updated + siblings == num_online_cpus() ? 0 : -EIO; in load_late_stop_cpus() [all …]
|
/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
|