Lines Matching full:simplefb
7 #include <linux/platform_data/simplefb.h>
36 * Helpers for simplefb
44 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int()
56 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int0()
72 drm_err(dev, "simplefb: missing framebuffer format\n"); in simplefb_get_validated_format()
86 drm_err(dev, "simplefb: unknown framebuffer format %s\n", in simplefb_get_validated_format()
127 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_u32_of()
139 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_string_of()
231 /* simplefb settings */
264 * provided a simplefb dt node), stay up, for the life of the simplefb
271 * up simplefb, and the clock definitions in the device tree. Chances are
361 * set up for us (and for which it provided a simplefb dt node), stay up,
362 * for the life of the simplefb driver.
369 * up simplefb, and the regulator definitions in the device tree. Chances are
693 drm_err(dev, "no simplefb configuration found\n"); in simpledrm_device_create()