Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/power/
Dsmartreflex.h146 struct omap_sr { struct
235 int (*enable)(struct omap_sr *sr);
236 int (*disable)(struct omap_sr *sr, int is_volt_reset);
237 int (*configure)(struct omap_sr *sr);
238 int (*notify)(struct omap_sr *sr, u32 status);
302 int sr_enable(struct omap_sr *sr, unsigned long volt);
303 void sr_disable(struct omap_sr *sr);
304 int sr_configure_errgen(struct omap_sr *sr);
305 int sr_disable_errgen(struct omap_sr *sr);
306 int sr_configure_minmax(struct omap_sr *sr);
/linux-4.4.14/drivers/power/avs/
Dsmartreflex.c42 static inline void sr_write_reg(struct omap_sr *sr, unsigned offset, u32 value) in sr_write_reg()
47 static inline void sr_modify_reg(struct omap_sr *sr, unsigned offset, u32 mask, in sr_modify_reg()
76 static inline u32 sr_read_reg(struct omap_sr *sr, unsigned offset) in sr_read_reg()
81 static struct omap_sr *_sr_lookup(struct voltagedomain *voltdm) in _sr_lookup()
83 struct omap_sr *sr_info; in _sr_lookup()
100 struct omap_sr *sr_info = data; in sr_interrupt()
130 static void sr_set_clk_length(struct omap_sr *sr) in sr_set_clk_length()
169 static void sr_start_vddautocomp(struct omap_sr *sr) in sr_start_vddautocomp()
182 static void sr_stop_vddautocomp(struct omap_sr *sr) in sr_stop_vddautocomp()
208 static int sr_late_init(struct omap_sr *sr_info) in sr_late_init()
[all …]
/linux-4.4.14/arch/arm/mach-omap2/
Dsmartreflex-class3.c18 static int sr_class3_enable(struct omap_sr *sr) in sr_class3_enable()
32 static int sr_class3_disable(struct omap_sr *sr, int is_volt_reset) in sr_class3_disable()
43 static int sr_class3_configure(struct omap_sr *sr) in sr_class3_configure()