plfb_softc
CFATTACH_DECL_NEW(plfb_fdt, sizeof(struct plfb_softc),
struct plfb_softc *sc = device_private(self);
struct plfb_softc *sc = v;
struct plfb_softc *sc = v;
plfb_get_panel_timing(struct plfb_softc *sc, struct display_timing *timing)
plfb_init(struct plfb_softc *sc)
static void plfb_init(struct plfb_softc *);