Searched refs:twl6040_clk (Results 1 – 1 of 1) sorted by relevance
30 struct twl6040_clk { struct40 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, in twl6040_bitclk_is_enabled() argument42 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() local51 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() local64 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 …]