Searched refs:twl6040_clk (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/clk/
H A Dclk-twl6040.c30 struct twl6040_clk { struct
40 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, twl6040_bitclk_is_enabled() local
42 return twl6040_clk->enabled; twl6040_bitclk_is_enabled()
47 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, twl6040_bitclk_prepare() local
51 ret = twl6040_power(twl6040_clk->twl6040, 1); twl6040_bitclk_prepare()
53 twl6040_clk->enabled = 1; twl6040_bitclk_prepare()
60 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, twl6040_bitclk_unprepare() local
64 ret = twl6040_power(twl6040_clk->twl6040, 0); twl6040_bitclk_unprepare()
66 twl6040_clk->enabled = 0; twl6040_bitclk_unprepare()
84 struct twl6040_clk *clkdata; twl6040_clk_probe()
105 struct twl6040_clk *clkdata = platform_get_drvdata(pdev); twl6040_clk_remove()

Completed in 24 milliseconds