Lines Matching full:simplefb
19 #include <linux/platform_data/simplefb.h>
205 * provided a simplefb dt node), stay up, for the life of the simplefb
212 * up simplefb, and the clock definitions in the device tree. Chances are
310 * set up for us (and for which it provided a simplefb dt node), stay up,
311 * for the life of the simplefb driver.
318 * up simplefb, and the regulator definitions in the device tree. Chances are
421 if (fb_get_options("simplefb", NULL)) in simplefb_probe()
439 mem = request_mem_region(res->start, resource_size(res), "simplefb"); in simplefb_probe()
446 dev_warn(&pdev->dev, "simplefb: cannot reserve video memory at %pR\n", res); in simplefb_probe()
516 dev_err(&pdev->dev, "Unable to register simplefb: %d\n", ret); in simplefb_probe()
520 dev_info(&pdev->dev, "fb%d: simplefb registered!\n", info->node); in simplefb_probe()