| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | __init__.py | 69 comp_name = file 73 (comp_name, 'context')) 79 % (comp_name, comp_context)) 85 components[comp_name] = comp_plugin._executor_class() 88 "_executor_class defined." % (comp_name, comp_context))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_fsm.c | 196 const char *msg, const char *comp_name, in mlxfw_status_notify() argument 199 devlink_flash_update_status_notify(mlxfw_dev->devlink, msg, comp_name, in mlxfw_status_notify() 216 char comp_name[8]; in mlxfw_flash_component() local 222 sprintf(comp_name, "%u", comp->index); in mlxfw_flash_component() 243 mlxfw_status_notify(mlxfw_dev, "Updating component", comp_name, 0, 0); in mlxfw_flash_component() 265 comp_name, 0, comp->data_size); in mlxfw_flash_component() 281 comp_name, offset + block_size, in mlxfw_flash_component() 286 mlxfw_status_notify(mlxfw_dev, "Verifying component", comp_name, 0, 0); in mlxfw_flash_component()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | most.h | 325 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);
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-test | 57 for comp_name in sorted(components.keys()): 58 comp = components[comp_name]
|
| H A D | oe-selftest | 42 comp_name, comp = load_test_components(logger, 'oe-selftest').popitem()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-autodetect.c | 144 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()
|
| /OK3568_Linux_fs/u-boot/tools/easylogo/ |
| H A D | easylogo.c | 342 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()
|
| /OK3568_Linux_fs/kernel/drivers/most/ |
| H A D | core.c | 666 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()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 322 const char *comp_name[] = { in print_decomp_msg() local 337 comp_name[comp_type], name, src, dst); in print_decomp_msg()
|
| H A D | android_bootloader.c | 303 const char *comp_name[] = { in android_bootloader_boot_kernel() local 329 comp_name[comp_type], in android_bootloader_boot_kernel()
|