Lines Matching full:simplefb
8 #include <linux/platform_data/simplefb.h>
38 * Helpers for simplefb
46 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int()
58 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int0()
74 drm_err(dev, "simplefb: missing framebuffer format\n"); in simplefb_get_validated_format()
88 drm_err(dev, "simplefb: unknown framebuffer format %s\n", in simplefb_get_validated_format()
129 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_u32_of()
141 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_string_of()
239 /* simplefb settings */
272 * provided a simplefb dt node), stay up, for the life of the simplefb
279 * up simplefb, and the clock definitions in the device tree. Chances are
369 * set up for us (and for which it provided a simplefb dt node), stay up,
370 * for the life of the simplefb driver.
377 * up simplefb, and the regulator definitions in the device tree. Chances are
852 drm_err(dev, "no simplefb configuration found\n"); in simpledrm_device_create()