Home
last modified time | relevance | path

Searched defs:ubi_msg (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.h126 #define ubi_msg(fmt, ...) macro
128 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
/openbmc/linux/drivers/mtd/ubi/
H A Dmisc.c145 void ubi_msg(const struct ubi_device *ubi, const char *fmt, ...) in ubi_msg() function
/openbmc/u-boot/cmd/
H A Dubi.c29 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi.h45 #define ubi_msg(ubi, fmt, ...) macro
47 #define ubi_msg(ubi, fmt, ...) printk(UBI_NAME_STR "%d: " fmt "\n", \ macro