Searched defs:simplefb_par (Results 1 – 1 of 1) sorted by relevance
180 struct simplefb_par { struct181 u32 palette[PSEUDO_PALETTE_SIZE];183 bool clks_enabled;184 unsigned int clk_count;185 struct clk **clks;188 bool regulators_enabled;189 u32 regulator_count;213 static int simplefb_clocks_get(struct simplefb_par *par, in simplefb_clocks_get() argument