Searched refs:board_staging_clk (Results 1 – 3 of 3) sorted by relevance
7 struct board_staging_clk { struct17 const struct board_staging_clk *clocks; argument29 int board_staging_register_clock(const struct board_staging_clk *bsc);
85 static const struct board_staging_clk lcdc0_clocks[] __initconst = {
125 int __init board_staging_register_clock(const struct board_staging_clk *bsc) in board_staging_register_clock()