Searched defs:sunxi_tcon_softc (Results 1 – 1 of 1) sorted by relevance
59 struct sunxi_tcon_softc { struct60 device_t sc_dev;61 enum sunxi_tcon_type sc_type;62 int sc_phandle;86 static int sunxi_tcon0_set_video(struct sunxi_tcon_softc *); argument