Symbol: omap_sr
arch/arm/mach-omap2/smartreflex-class3.c
15
static int sr_class3_enable(struct omap_sr *sr)
arch/arm/mach-omap2/smartreflex-class3.c
29
static int sr_class3_disable(struct omap_sr *sr, int is_volt_reset)
arch/arm/mach-omap2/smartreflex-class3.c
40
static int sr_class3_configure(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
126
static void sr_set_clk_length(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
159
static void sr_start_vddautocomp(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
172
static void sr_stop_vddautocomp(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
198
static int sr_late_init(struct omap_sr *sr_info)
drivers/soc/ti/smartreflex.c
220
static void sr_v1_disable(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
258
static void sr_v2_disable(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
304
struct omap_sr *sr, u32 efuse_offs)
drivers/soc/ti/smartreflex.c
336
int sr_configure_errgen(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
38
static inline void sr_write_reg(struct omap_sr *sr, unsigned offset, u32 value)
drivers/soc/ti/smartreflex.c
405
int sr_disable_errgen(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
43
static inline void sr_modify_reg(struct omap_sr *sr, unsigned offset, u32 mask,
drivers/soc/ti/smartreflex.c
459
int sr_configure_minmax(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
544
int sr_enable(struct omap_sr *sr, unsigned long volt)
drivers/soc/ti/smartreflex.c
604
void sr_disable(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
648
struct omap_sr *sr_info;
drivers/soc/ti/smartreflex.c
686
struct omap_sr *sr = _sr_lookup(voltdm);
drivers/soc/ti/smartreflex.c
718
struct omap_sr *sr = _sr_lookup(voltdm);
drivers/soc/ti/smartreflex.c
72
static inline u32 sr_read_reg(struct omap_sr *sr, unsigned offset)
drivers/soc/ti/smartreflex.c
750
struct omap_sr *sr = _sr_lookup(voltdm);
drivers/soc/ti/smartreflex.c
77
static struct omap_sr *_sr_lookup(struct voltagedomain *voltdm)
drivers/soc/ti/smartreflex.c
772
struct omap_sr *sr_info = data;
drivers/soc/ti/smartreflex.c
786
struct omap_sr *sr_info = data;
drivers/soc/ti/smartreflex.c
79
struct omap_sr *sr_info;
drivers/soc/ti/smartreflex.c
815
struct omap_sr *sr_info;
drivers/soc/ti/smartreflex.c
820
sr_info = devm_kzalloc(&pdev->dev, sizeof(struct omap_sr), GFP_KERNEL);
drivers/soc/ti/smartreflex.c
938
struct omap_sr *sr_info = platform_get_drvdata(pdev);
drivers/soc/ti/smartreflex.c
951
struct omap_sr *sr_info = platform_get_drvdata(pdev);
drivers/soc/ti/smartreflex.c
96
struct omap_sr *sr_info = data;
include/linux/power/smartreflex.h
240
int (*enable)(struct omap_sr *sr);
include/linux/power/smartreflex.h
241
int (*disable)(struct omap_sr *sr, int is_volt_reset);
include/linux/power/smartreflex.h
242
int (*configure)(struct omap_sr *sr);
include/linux/power/smartreflex.h
243
int (*notify)(struct omap_sr *sr, u32 status);
include/linux/power/smartreflex.h
306
int sr_enable(struct omap_sr *sr, unsigned long volt);
include/linux/power/smartreflex.h
307
void sr_disable(struct omap_sr *sr);
include/linux/power/smartreflex.h
308
int sr_configure_errgen(struct omap_sr *sr);
include/linux/power/smartreflex.h
309
int sr_disable_errgen(struct omap_sr *sr);
include/linux/power/smartreflex.h
310
int sr_configure_minmax(struct omap_sr *sr);