Searched defs:simplefb_par (Results 1 – 1 of 1) sorted by relevance
172 struct simplefb_par { struct173 u32 palette[PSEUDO_PALETTE_SIZE];175 bool clks_enabled;176 unsigned int clk_count;177 struct clk **clks;180 bool regulators_enabled;181 u32 regulator_count;205 static int simplefb_clocks_get(struct simplefb_par *par, in simplefb_clocks_get() argument