Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-ssp-clk.c19 #define to_skl_clk(_hw) container_of(_hw, struct skl_clk, hw)
26 struct skl_clk { struct
36 struct skl_clk *clk[SKL_MAX_CLK_CNT]; argument
177 static int skl_clk_change_status(struct skl_clk *clkdev, in skl_clk_change_status()
202 struct skl_clk *clkdev = to_skl_clk(hw); in skl_clk_prepare()
209 struct skl_clk *clkdev = to_skl_clk(hw); in skl_clk_unprepare()
217 struct skl_clk *clkdev = to_skl_clk(hw); in skl_clk_set_rate()
242 struct skl_clk *clkdev = to_skl_clk(hw); in skl_clk_recalc_rate()
316 static struct skl_clk *register_skl_clk(struct device *dev, in register_skl_clk()
321 struct skl_clk *clkdev; in register_skl_clk()