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