Lines Matching full:simplefb
26 #include <linux/platform_data/simplefb.h>
226 * provided a simplefb dt node), stay up, for the life of the simplefb
233 * up simplefb, and the clock definitions in the device tree. Chances are
331 * set up for us (and for which it provided a simplefb dt node), stay up,
332 * for the life of the simplefb driver.
339 * up simplefb, and the regulator definitions in the device tree. Chances are
540 if (fb_get_options("simplefb", NULL)) in simplefb_probe()
562 mem = request_mem_region(res->start, resource_size(res), "simplefb"); in simplefb_probe()
569 dev_warn(&pdev->dev, "simplefb: cannot reserve video memory at %pR\n", res); in simplefb_probe()
642 dev_err(&pdev->dev, "Unable to register simplefb: %d\n", ret); in simplefb_probe()
646 dev_info(&pdev->dev, "fb%d: simplefb registered!\n", info->node); in simplefb_probe()