Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/skylake/
Dskl-ssp-clk.c18 #define to_skl_clk(_hw) container_of(_hw, struct skl_clk, hw)
25 struct skl_clk { struct
35 struct skl_clk *clk[SKL_MAX_CLK_CNT]; argument
176 static int skl_clk_change_status(struct skl_clk *clkdev, in skl_clk_change_status()
201 struct skl_clk *clkdev = to_skl_clk(hw); in skl_clk_prepare()
208 struct skl_clk *clkdev = to_skl_clk(hw); in skl_clk_unprepare()
216 struct skl_clk *clkdev = to_skl_clk(hw); in skl_clk_set_rate()
241 struct skl_clk *clkdev = to_skl_clk(hw); in skl_clk_recalc_rate()
317 static struct skl_clk *register_skl_clk(struct device *dev, in register_skl_clk()
322 struct skl_clk *clkdev; in register_skl_clk()