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

/linux-master/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-master/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c196 const char *msg, const char *comp_name,
199 devlink_flash_update_status_notify(mlxfw_dev->devlink, msg, comp_name,
216 char comp_name[8]; local
222 sprintf(comp_name, "%u", comp->index);
243 mlxfw_status_notify(mlxfw_dev, "Updating component", comp_name, 0, 0);
265 comp_name, 0, comp->data_size);
281 comp_name, offset + block_size,
286 mlxfw_status_notify(mlxfw_dev, "Verifying component", comp_name, 0, 0);
195 mlxfw_status_notify(struct mlxfw_dev *mlxfw_dev, const char *msg, const char *comp_name, u32 done_bytes, u32 total_bytes) argument
/linux-master/drivers/md/
H A Dmd-autodetect.c139 char comp_name[64]; local
150 snprintf(comp_name, 63, "/dev/%s", devname);
151 if (init_stat(comp_name, &stat, 0) == 0 && S_ISBLK(stat.mode))
/linux-master/include/trace/events/
H A Dasoc.h28 __string( comp_name, dapm->component ? dapm->component->name : "(none)")
34 __assign_str(comp_name, dapm->component ? dapm->component->name : "(none)");
39 __get_str(card_name), __get_str(comp_name), (int)__entry->val)
/linux-master/drivers/most/
H A Dcore.c666 int most_cfg_complete(char *comp_name) argument
670 comp = match_component(comp_name);
677 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name, argument
681 struct most_component *comp = match_component(comp_name);
689 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name) argument
694 comp = match_component(comp_name);
/linux-master/include/linux/habanalabs/
H A Dhl_boot_if.h772 * @comp_name: Name of the component.
783 __u8 comp_name[NAME_MAX_LEN]; member in struct:hl_component_versions

Completed in 196 milliseconds