Lines Matching full:simplefb
6 #include <linux/platform_data/simplefb.h>
34 * Helpers for simplefb
42 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int()
54 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int0()
70 drm_err(dev, "simplefb: missing framebuffer format\n"); in simplefb_get_validated_format()
84 drm_err(dev, "simplefb: unknown framebuffer format %s\n", in simplefb_get_validated_format()
125 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_u32_of()
137 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_string_of()
204 /* simplefb settings */
237 * provided a simplefb dt node), stay up, for the life of the simplefb
244 * up simplefb, and the clock definitions in the device tree. Chances are
334 * set up for us (and for which it provided a simplefb dt node), stay up,
335 * for the life of the simplefb driver.
342 * up simplefb, and the regulator definitions in the device tree. Chances are
449 * Support all formats of simplefb and maybe more; in order
692 drm_err(dev, "no simplefb configuration found\n"); in simpledrm_device_create()