/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 58 def update(self, pbar): member in Widget 74 def update(self, pbar, width): member in WidgetHFill 98 def update(self, pbar): member in Timer 109 def update(self, pbar): member in ETA 148 def update(self, pbar): member in AdaptiveETA 177 def update(self, pbar): member in FileTransferSpeed 201 def update(self, pbar): member in AnimatedMarker 222 def update(self, pbar): member in Counter 229 def update(self, pbar): member in Percentage 250 def update(self, pbar): member in FormatLabel [all …]
|
H A D | progressbar.py | 249 def update(self, value=None): member in ProgressBar 275 def start(self, update=True): argument
|
/openbmc/telemetry/src/metrics/ |
H A D | collection_data.cpp | 18 std::optional<double> update(Milliseconds) override in update() function in metrics::DataPoint 23 double update(Milliseconds, double reading) override in update() function in metrics::DataPoint 47 std::optional<double> update(Milliseconds timestamp) override in update() function in metrics::DataInterval 59 double update(Milliseconds timestamp, double reading) override in update() function in metrics::DataInterval 104 std::optional<double> update(Milliseconds timestamp) override in update() function in metrics::DataStartup 114 double update(Milliseconds timestamp, double reading) override in update() function in metrics::DataStartup
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | htab_mem_bench.c | 58 struct update_ctx update; in overwrite() local 70 struct update_ctx update; in batch_add_batch_del() local 86 struct update_ctx update; in add_only() local 98 struct update_ctx update; in del_only() local
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | user-guide.rst | 829 Running the FVP with the IR prebuilt image 840 Running the FPGA with the IR prebuilt image 845 Executing capsule update for FVP and FPGA 886 FPGA: Select Corstone-1000 Linux kernel boot 893 FVP: Select Corstone-1000 Linux kernel boot
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/ |
H A D | dcb.c | 148 static int update_dscp_maxrate(struct net_device *dev, u32 *update) in update_dscp_maxrate() 175 static void nfp_nic_set_trust(struct nfp_net *nn, u32 *update) in nfp_nic_set_trust() 193 static void nfp_nic_set_enable(struct nfp_net *nn, u32 enable, u32 *update) in nfp_nic_set_enable() 251 static void nfp_nic_ets_init(struct nfp_net *nn, u32 *update) in nfp_nic_ets_init() 270 u32 update = 0; in nfp_nic_dcbnl_ieee_setets() local 334 u32 update = 0; in nfp_nic_dcbnl_ieee_setmaxrate() local 366 u32 update = 0; in nfp_nic_set_trust_status() local
|
/openbmc/phosphor-host-ipmid/ |
H A D | sys_info_param.cpp | 17 void SysInfoParamStore::update(uint8_t paramSelector, const std::string& s) in update() function in SysInfoParamStore 29 void SysInfoParamStore::update(uint8_t paramSelector, in update() function in SysInfoParamStore
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 269 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local 661 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local 1101 static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_fifo_size_cpu() 1108 static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_pre_clip_cpu() 1120 static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_clip_cpu() 1134 vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_bo_populate_update_cpu() 1236 vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size_same_display() 1252 static uint32_t vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size() 1270 vmw_stdu_surface_update_proxy(struct vmw_du_update_plane *update, void *cmd) in vmw_stdu_surface_update_proxy() 1311 vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_surface_populate_copy() [all …]
|
H A D | vmwgfx_scrn.c | 467 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_bo_fifo_size() 474 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update, in vmw_sou_bo_define_gmrfb() 500 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_sou_bo_populate_clip() 518 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update, in vmw_stud_bo_post_clip() 562 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_surface_fifo_size() 569 static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update, in vmw_sou_surface_post_prepare() 586 static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_pre_clip() 615 static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update, in vmw_sou_surface_clip_rect() 633 static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_post_clip()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | cursor.c | 9 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_show() 15 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_hide()
|
/openbmc/qemu/ui/ |
H A D | spice-display.c | 123 SimpleSpiceUpdate *update; in qemu_spice_create_one_update() local 219 QXLRect update = { in qemu_spice_create_update() local 240 QXLRect update = { in qemu_spice_create_update() local 260 SimpleSpiceCursor *update; in qemu_spice_create_cursor_update() local 306 void qemu_spice_destroy_update(SimpleSpiceDisplay *sdpy, SimpleSpiceUpdate *update) in qemu_spice_destroy_update() 390 SimpleSpiceUpdate *update; in qemu_spice_display_switch() local 539 SimpleSpiceUpdate *update; in interface_get_command() local 563 SimpleSpiceUpdate *update; in interface_release_resource() local
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | microcode.c | 41 struct microcode_update *update) in microcode_decode_node() 124 struct microcode_update cpu, update; in microcode_update_intel() local
|
/openbmc/u-boot/lib/ |
H A D | membuff.c | 21 static int membuff_putrawflex(struct membuff *mb, int maxlen, bool update, in membuff_putrawflex() 75 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_putraw() 98 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_getraw()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | progress.py | 69 def update(self, progress, rate=None): member in ProgressHandler 220 def update(self, stage_progress): member in MultiStageProgressReporter 306 def update(self, stage_progress): member in DummyMultiStageProcessProgressReporter
|
/openbmc/linux/fs/sysfs/ |
H A D | group.c | 36 const struct attribute_group *grp, int update) in create_files() 107 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() 182 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups()
|
/openbmc/qemu/hw/acpi/ |
H A D | utils.c | 29 MemoryRegion *acpi_add_rom_blob(FWCfgCallback update, void *opaque, in acpi_add_rom_blob()
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | renderer.js | 38 update() { method in Renderer
|
/openbmc/linux/include/linux/ |
H A D | btree-type.h | 51 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument 94 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument
|
/openbmc/u-boot/include/ |
H A D | eeprom_field.h | 20 int (*update)(struct eeprom_field *eeprom_field, char *value); member
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/ |
H A D | config-scp.json | 14 "update": { object
|
H A D | config-scpback.json | 14 "update": { object
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bios-update/ |
H A D | config-bios.json | 14 "update": { object
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/ |
H A D | config-bmccpld.json | 14 "update": { object
|
H A D | config-mbcpld.json | 14 "update": { object
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/dummy-gbmc-update/ |
H A D | config-dummy.json | 15 "update": { object
|