Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-twl.c19 struct twl_clock_info { struct
26 twlclk_read(struct twl_clock_info *info, unsigned int slave_subgp, in twlclk_read() argument
38 twlclk_write(struct twl_clock_info *info, unsigned int slave_subgp, in twlclk_write()
45 static inline struct twl_clock_info *to_twl_clks_info(struct clk_hw *hw) in to_twl_clks_info()
47 return container_of(hw, struct twl_clock_info, hw); in to_twl_clks_info()
58 struct twl_clock_info *cinfo = to_twl_clks_info(hw); in twl6032_clks_prepare()
71 struct twl_clock_info *cinfo = to_twl_clks_info(hw); in twl6032_clks_unprepare()
82 struct twl_clock_info *cinfo = to_twl_clks_info(hw); in twl6032_clks_is_prepared()
135 struct twl_clock_info *cinfo; in twl_clks_probe()