Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/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);
/linux-6.15/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()
/linux-6.15/include/trace/events/
H A Dasoc.h31 __string( comp_name, dapm->component ? dapm->component->name : "(none)")
37 __assign_str(comp_name);
42 __get_str(card_name), __get_str(comp_name), (int)__entry->val)
/linux-6.15/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()
/linux-6.15/include/linux/habanalabs/
H A Dhl_boot_if.h798 __u8 comp_name[NAME_MAX_LEN]; member