Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-tps68470.c29 container_of(clkd, struct tps68470_clkdata, clkout_hw)
69 struct tps68470_clkdata { struct
77 struct tps68470_clkdata *clkdata = to_tps68470_clkdata(hw); in tps68470_clk_is_prepared() argument
88 struct tps68470_clkdata *clkdata = to_tps68470_clkdata(hw); in tps68470_clk_prepare()
108 struct tps68470_clkdata *clkdata = to_tps68470_clkdata(hw); in tps68470_clk_unprepare()
119 struct tps68470_clkdata *clkdata = to_tps68470_clkdata(hw); in tps68470_clk_recalc_rate()
202 struct tps68470_clkdata *tps68470_clkdata; in tps68470_clk_probe() local
207 tps68470_clkdata = devm_kzalloc(&pdev->dev, sizeof(*tps68470_clkdata), in tps68470_clk_probe()
209 if (!tps68470_clkdata) in tps68470_clk_probe()
213 tps68470_clkdata->clkout_hw.init = &tps68470_clk_initdata; in tps68470_clk_probe()
[all …]