Lines Matching full:versatile
3 * Panel driver for the ARM Versatile family reference designs from
9 * On the Versatile AB, these panels come mounted on daughterboards
23 * On the Versatile PB, a special CLCD adaptor board is available
24 * supporting the same displays as the Versatile AB, plus one more
45 * This configuration register in the Versatile and RealView
51 /* The Versatile can detect the connected panel type */
59 /* IB2 control register for the Versatile daughterboard */
100 * struct versatile_panel - state container for the Versatile panels
112 * @panel_type: the Versatile panel type as detected
128 * found on the Versatile AB IB1 connector or the Versatile
151 * found on the Versatile AB IB1 connector or the Versatile
174 * found on the Versatile PB adaptor board connector.
197 * Versatile AB IB2 daughterboard for GSM prototyping.
300 dev_err(dev, "no parent for versatile panel\n"); in versatile_panel_probe()
305 dev_err(dev, "no regmap for versatile panel parent\n"); in versatile_panel_probe()
344 "arm,versatile-ib2-syscon"); in versatile_panel_probe()
360 { .compatible = "arm,versatile-tft-panel", },
368 .name = "versatile-tft-panel",
375 MODULE_DESCRIPTION("ARM Versatile panel driver");