Lines Matching defs:pl111_variant_data
119 struct pl111_variant_data { struct120 const char *name;121 bool is_pl110;122 bool is_lcdc;123 bool external_bgr;124 bool broken_clockdivider;125 bool broken_vblank;126 bool st_bitmux_control;127 const u32 *formats;128 unsigned int nformats;152 const struct pl111_variant_data *variant; argument