Lines Matching full:simplefb
9 #include <linux/platform_data/simplefb.h>
39 * Helpers for simplefb
65 drm_err(dev, "simplefb: missing framebuffer format\n"); in simplefb_get_validated_format()
79 drm_err(dev, "simplefb: unknown framebuffer format %s\n", in simplefb_get_validated_format()
120 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_u32_of()
132 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_string_of()
244 * provided a simplefb dt node), stay up, for the life of the simplefb
251 * up simplefb, and the clock definitions in the device tree. Chances are
341 * set up for us (and for which it provided a simplefb dt node), stay up,
342 * for the life of the simplefb driver.
349 * up simplefb, and the regulator definitions in the device tree. Chances are
671 drm_err(dev, "no simplefb configuration found\n"); in simpledrm_device_create()