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.c34 struct twl_clock_info { struct
42 twlclk_read(struct twl_clock_info *info, unsigned int slave_subgp, in twlclk_read() argument
54 twlclk_write(struct twl_clock_info *info, unsigned int slave_subgp, in twlclk_write()
61 static inline struct twl_clock_info *to_twl_clks_info(struct clk_hw *hw) in to_twl_clks_info()
63 return container_of(hw, struct twl_clock_info, hw); in to_twl_clks_info()
74 struct twl_clock_info *cinfo = to_twl_clks_info(hw); in twl6032_clks_prepare()
94 struct twl_clock_info *cinfo = to_twl_clks_info(hw); in twl6032_clks_unprepare()
147 struct twl_clock_info *cinfo; in twl_clks_probe()