Searched defs:ubi_msg (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ubispl/ |
| H A D | ubispl.h | 127 #define ubi_msg(fmt, ...) macro 129 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | ubi.c | 28 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | ubi.h | 46 #define ubi_msg(ubi, fmt, ...) macro 48 #define ubi_msg(ubi, fmt, ...) printk(UBI_NAME_STR "%d: " fmt "\n", \ macro
|