comp_name          63 drivers/net/ethernet/mellanox/mlxfw/mlxfw.h 			      const char *msg, const char *comp_name,
comp_name          43 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 				const char *msg, const char *comp_name,
comp_name          48 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 	mlxfw_dev->ops->status_notify(mlxfw_dev, msg, comp_name,
comp_name         100 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 	char comp_name[8];
comp_name         106 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 	sprintf(comp_name, "%u", comp->index);
comp_name         126 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 	mlxfw_status_notify(mlxfw_dev, "Updating component", comp_name, 0, 0);
comp_name         140 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 			    comp_name, 0, comp->data_size);
comp_name         153 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 				    comp_name, offset + block_size,
comp_name         158 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 	mlxfw_status_notify(mlxfw_dev, "Verifying component", comp_name, 0, 0);
comp_name         333 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 				   const char *msg, const char *comp_name,
comp_name         341 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 					   msg, comp_name,
comp_name         703 drivers/staging/most/core.c int most_cfg_complete(char *comp_name)
comp_name         707 drivers/staging/most/core.c 	comp = match_component(comp_name);
comp_name         714 drivers/staging/most/core.c int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name,
comp_name         718 drivers/staging/most/core.c 	struct core_component *comp = match_component(comp_name);
comp_name         744 drivers/staging/most/core.c 	char *comp_name;
comp_name         749 drivers/staging/most/core.c 	ret = split_string(buffer, &mdev, &mdev_ch, &comp_name, NULL);
comp_name         752 drivers/staging/most/core.c 	comp = match_component(comp_name);
comp_name         768 drivers/staging/most/core.c int most_remove_link(char *mdev, char *mdev_ch, char *comp_name)
comp_name         773 drivers/staging/most/core.c 	comp = match_component(comp_name);
comp_name         326 drivers/staging/most/core.h int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name,
comp_name         328 drivers/staging/most/core.h int most_remove_link(char *mdev, char *mdev_ch, char *comp_name);
comp_name         336 drivers/staging/most/core.h int most_cfg_complete(char *comp_name);
comp_name         142 init/do_mounts_md.c 			char comp_name[64];
comp_name         152 init/do_mounts_md.c 			snprintf(comp_name, 63, "/dev/%s", devname);
comp_name         153 init/do_mounts_md.c 			rdev = bstat(comp_name);