Home
last modified time | relevance | path

Searched full:updated (Results 1 – 25 of 3352) sorted by relevance

12345678910>>...135

/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()
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 DReport.interface.yaml21 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 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.
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_hsi.h325 /* 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/trace/events/
H A Dneigh.h92 __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/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp377 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()
444 // On the second updateSensors call, the updated timestamp will be beyond 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()
487 // Ok, so we're not in failsafe mode, so let's set updated to the past. in TEST_F()
488 // sensor1 will have an updated field older than its timeout value, but in TEST_F()
490 r1.updated -= std::chrono::seconds(3); in TEST_F()
[all …]
H A Dsensor_host_unittest.cpp60 // Verify that when value is updated, the information matches in TEST()
83 // Value is updated from dbus calls only (normally). in TEST()
108 std::chrono::duration_cast<std::chrono::seconds>(t1 - r.updated) in TEST()
111 // Verify it was updated within the last second. in TEST()
/openbmc/linux/include/uapi/linux/
H A Drseq.h64 * 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 Drseq-abi.h64 * 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/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/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_support.h102 * 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 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/drivers/iommu/amd/
H A Dio_pgtable_v2.c27 #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 Dldap_config.hpp111 * @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/include/net/netns/
H A Dmctp.h13 /* 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/tools/testing/memblock/tests/
H A Dbasic_api.c39 * 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/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_compressor.c67 /* 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/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/openbmc/poky/scripts/
H A Dpull-sdpx-licenses.py69 updated = 0
92 updated += 1
95 print(f"Updated {updated} licenses")
/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-power/phosphor-regulators/src/
H A Ddbus_sensor.hpp139 * 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/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ring_types.h41 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/lib/
H A Dlinear_ranges.c80 * @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/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/openpower-vpd-parser/vpd-manager/
H A Dmanager.hpp59 * @param[in] keyword - keyword whose value needs to be updated
60 * @param[in] value - value that needs to be updated
176 * The API checks if the FRU being updated is system FRU and the record
177 * keyword pair being updated is the one that needs to be backed up and
181 * @param[in] keyword - keyword whose value needs to be updated.
182 * @param[in] value - value that needs to be updated.

12345678910>>...135