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
127
static void sr_set_clk_length(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
160
static void sr_start_vddautocomp(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
173
static void sr_stop_vddautocomp(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
199
static int sr_late_init(struct omap_sr *sr_info)
drivers/soc/ti/smartreflex.c
221
static void sr_v1_disable(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
259
static void sr_v2_disable(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
305
struct omap_sr *sr, u32 efuse_offs)
drivers/soc/ti/smartreflex.c
337
int sr_configure_errgen(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
39
static inline void sr_write_reg(struct omap_sr *sr, unsigned offset, u32 value)
drivers/soc/ti/smartreflex.c
406
int sr_disable_errgen(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
44
static inline void sr_modify_reg(struct omap_sr *sr, unsigned offset, u32 mask,
drivers/soc/ti/smartreflex.c
460
int sr_configure_minmax(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
545
int sr_enable(struct omap_sr *sr, unsigned long volt)
drivers/soc/ti/smartreflex.c
605
void sr_disable(struct omap_sr *sr)
drivers/soc/ti/smartreflex.c
649
struct omap_sr *sr_info;
drivers/soc/ti/smartreflex.c
687
struct omap_sr *sr = _sr_lookup(voltdm);
drivers/soc/ti/smartreflex.c
719
struct omap_sr *sr = _sr_lookup(voltdm);
drivers/soc/ti/smartreflex.c
73
static inline u32 sr_read_reg(struct omap_sr *sr, unsigned offset)
drivers/soc/ti/smartreflex.c
751
struct omap_sr *sr = _sr_lookup(voltdm);
drivers/soc/ti/smartreflex.c
773
struct omap_sr *sr_info = data;
drivers/soc/ti/smartreflex.c
78
static struct omap_sr *_sr_lookup(struct voltagedomain *voltdm)
drivers/soc/ti/smartreflex.c
787
struct omap_sr *sr_info = data;
drivers/soc/ti/smartreflex.c
80
struct omap_sr *sr_info;
drivers/soc/ti/smartreflex.c
816
struct omap_sr *sr_info;
drivers/soc/ti/smartreflex.c
821
sr_info = devm_kzalloc(&pdev->dev, sizeof(struct omap_sr), GFP_KERNEL);
drivers/soc/ti/smartreflex.c
939
struct omap_sr *sr_info = platform_get_drvdata(pdev);
drivers/soc/ti/smartreflex.c
952
struct omap_sr *sr_info = platform_get_drvdata(pdev);
drivers/soc/ti/smartreflex.c
97
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);