Home
last modified time | relevance | path

Searched refs:board_staging_clk (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/board/
Dboard.h7 struct board_staging_clk { struct
17 const struct board_staging_clk *clocks; argument
29 int board_staging_register_clock(const struct board_staging_clk *bsc);
Darmadillo800eva.c85 static const struct board_staging_clk lcdc0_clocks[] __initconst = {
Dboard.c125 int __init board_staging_register_clock(const struct board_staging_clk *bsc) in board_staging_register_clock()