Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk-twl6040.c30 struct twl6040_clk { struct
40 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, in twl6040_bitclk_is_enabled() argument
42 return twl6040_clk->enabled; in twl6040_bitclk_is_enabled()
47 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, in twl6040_bitclk_prepare() local
51 ret = twl6040_power(twl6040_clk->twl6040, 1); in twl6040_bitclk_prepare()
53 twl6040_clk->enabled = 1; in twl6040_bitclk_prepare()
60 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, in twl6040_bitclk_unprepare() local
64 ret = twl6040_power(twl6040_clk->twl6040, 0); in twl6040_bitclk_unprepare()
66 twl6040_clk->enabled = 0; in twl6040_bitclk_unprepare()
84 struct twl6040_clk *clkdata; in twl6040_clk_probe()
[all …]