Searched refs:twl6040_clk (Results 1 – 1 of 1) sorted by relevance
29 struct twl6040_clk { struct39 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, in twl6040_bitclk_is_enabled() argument41 return twl6040_clk->enabled; in twl6040_bitclk_is_enabled()46 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, in twl6040_bitclk_prepare() local50 ret = twl6040_power(twl6040_clk->twl6040, 1); in twl6040_bitclk_prepare()52 twl6040_clk->enabled = 1; in twl6040_bitclk_prepare()59 struct twl6040_clk *twl6040_clk = container_of(hw, struct twl6040_clk, in twl6040_bitclk_unprepare() local63 ret = twl6040_power(twl6040_clk->twl6040, 0); in twl6040_bitclk_unprepare()65 twl6040_clk->enabled = 0; in twl6040_bitclk_unprepare()83 struct twl6040_clk *clkdata; in twl6040_clk_probe()