Searched refs:UBI_NAME_STR (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dmisc.c155 pr_notice(UBI_NAME_STR "%d: %pV\n", ubi->ubi_num, &vaf);
171 pr_warn(UBI_NAME_STR "%d warning: %ps: %pV\n",
188 pr_err(UBI_NAME_STR "%d error: %ps: %pV\n",
H A Dubi.h37 #define UBI_NAME_STR "ubi" macro
559 char ubi_name[sizeof(UBI_NAME_STR)+5];
H A Dbuild.c116 .name = UBI_NAME_STR,
445 sprintf(ubi->ubi_name, UBI_NAME_STR "%d", ubi->ubi_num);
468 dev_set_name(&ubi->dev, UBI_NAME_STR "%d", ubi->ubi_num);

Completed in 139 milliseconds