Home
last modified time | relevance | path

Searched defs:ubi_warn (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubispl.h132 #define ubi_warn(fmt, ...) printf("UBI warning: " fmt "\n", ##__VA_ARGS__) macro
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi.h53 #define ubi_warn(ubi, fmt, ...) pr_warn(UBI_NAME_STR "%d warning: %s: " fmt "\n", \ macro