Home
last modified time | relevance | path

Searched refs:comp_name (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A D__init__.py71 comp_name = file
75 (comp_name, 'context'))
81 % (comp_name, comp_context))
87 components[comp_name] = comp_plugin._executor_class()
90 "_executor_class defined." % (comp_name, comp_context))
/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c195 const char *msg, const char *comp_name, in mlxfw_status_notify() argument
198 devlink_flash_update_status_notify(mlxfw_dev->devlink, msg, comp_name, in mlxfw_status_notify()
215 char comp_name[8]; in mlxfw_flash_component() local
221 sprintf(comp_name, "%u", comp->index); in mlxfw_flash_component()
241 mlxfw_status_notify(mlxfw_dev, "Updating component", comp_name, 0, 0); in mlxfw_flash_component()
263 comp_name, 0, comp->data_size); in mlxfw_flash_component()
279 comp_name, offset + block_size, in mlxfw_flash_component()
284 mlxfw_status_notify(mlxfw_dev, "Verifying component", comp_name, 0, 0); in mlxfw_flash_component()
/openbmc/linux/include/linux/
H A Dmost.h325 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name,
327 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name);
335 int most_cfg_complete(char *comp_name);
/openbmc/openbmc/poky/scripts/
H A Doe-test57 for comp_name in sorted(components.keys()):
58 comp = components[comp_name]
H A Doe-selftest42 comp_name, comp = load_test_components(logger, 'oe-selftest').popitem()
/openbmc/linux/drivers/md/
H A Dmd-autodetect.c143 char comp_name[64]; in md_setup_drive() local
154 snprintf(comp_name, 63, "/dev/%s", devname); in md_setup_drive()
155 if (init_stat(comp_name, &stat, 0) == 0 && S_ISBLK(stat.mode)) in md_setup_drive()
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c342 const char *comp_name; in image_save_header() local
353 comp_name = "GZIP"; in image_save_header()
357 comp_name = "LZMA"; in image_save_header()
399 fprintf(file, "#define EASYLOGO_ENABLE_%s %i\n\n", comp_name, count); in image_save_header()
/openbmc/linux/drivers/most/
H A Dcore.c666 int most_cfg_complete(char *comp_name) in most_cfg_complete() argument
670 comp = match_component(comp_name); in most_cfg_complete()
677 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name, in most_add_link() argument
681 struct most_component *comp = match_component(comp_name); in most_add_link()
689 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name) in most_remove_link() argument
694 comp = match_component(comp_name); in most_remove_link()
/openbmc/linux/drivers/accel/habanalabs/include/common/
H A Dhl_boot_if.h776 __u8 comp_name[NAME_MAX_LEN]; member