Symbol: voltagedomain
arch/arm/mach-omap2/omap_twl.c
215
struct voltagedomain *voltdm;
arch/arm/mach-omap2/omap_twl.c
235
struct voltagedomain *voltdm;
arch/arm/mach-omap2/pmic-cpcap.c
240
struct voltagedomain *voltdm;
arch/arm/mach-omap2/powerdomain.c
92
struct voltagedomain *voltdm;
arch/arm/mach-omap2/powerdomain.h
113
struct voltagedomain *ptr;
arch/arm/mach-omap2/powerdomain.h
74
struct voltagedomain;
arch/arm/mach-omap2/vc.c
116
static int omap_vc_config_channel(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
135
int omap_vc_pre_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vc.c
177
void omap_vc_post_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vc.c
191
int omap_vc_bypass_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vc.c
251
struct voltagedomain *vd;
arch/arm/mach-omap2/vc.c
261
struct voltagedomain *vd = vc.vd;
arch/arm/mach-omap2/vc.c
307
struct voltagedomain *vd = vc.vd;
arch/arm/mach-omap2/vc.c
330
static void __init omap3_vc_init_pmic_signaling(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
372
static void omap3_init_voltsetup1(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vc.c
400
static void omap3_set_i2c_timings(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
426
static void omap3_set_off_timings(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
455
static void __init omap3_vc_init_channel(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
472
static u32 omap4_calc_volt_ramp(struct voltagedomain *voltdm, u32 voltage_diff)
arch/arm/mach-omap2/vc.c
549
static void omap4_set_timings(struct voltagedomain *voltdm, bool off_mode)
arch/arm/mach-omap2/vc.c
587
static void __init omap4_vc_init_pmic_signaling(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
597
static void __init omap4_vc_init_channel(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
662
static void __init omap4_vc_i2c_timing_init(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
742
static void __init omap_vc_i2c_init(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.c
791
static u8 omap_vc_calc_vsel(struct voltagedomain *voltdm, u32 uvolt)
arch/arm/mach-omap2/vc.c
805
void __init omap_vc_init_channel(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vc.h
122
void omap_vc_init_channel(struct voltagedomain *voltdm);
arch/arm/mach-omap2/vc.h
123
int omap_vc_pre_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vc.h
126
void omap_vc_post_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vc.h
129
int omap_vc_bypass_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vc.h
19
struct voltagedomain;
arch/arm/mach-omap2/voltage.c
123
void voltdm_reset(struct voltagedomain *voltdm)
arch/arm/mach-omap2/voltage.c
154
void omap_voltage_get_volttable(struct voltagedomain *voltdm,
arch/arm/mach-omap2/voltage.c
180
struct omap_volt_data *omap_voltage_get_voltdata(struct voltagedomain *voltdm,
arch/arm/mach-omap2/voltage.c
216
int omap_voltage_register_pmic(struct voltagedomain *voltdm,
arch/arm/mach-omap2/voltage.c
238
struct voltagedomain *voltdm;
arch/arm/mach-omap2/voltage.c
275
static struct voltagedomain *_voltdm_lookup(const char *name)
arch/arm/mach-omap2/voltage.c
277
struct voltagedomain *voltdm, *temp_voltdm;
arch/arm/mach-omap2/voltage.c
291
static int _voltdm_register(struct voltagedomain *voltdm)
arch/arm/mach-omap2/voltage.c
310
struct voltagedomain *voltdm_lookup(const char *name)
arch/arm/mach-omap2/voltage.c
312
struct voltagedomain *voltdm ;
arch/arm/mach-omap2/voltage.c
331
void voltdm_init(struct voltagedomain **voltdms)
arch/arm/mach-omap2/voltage.c
333
struct voltagedomain **v;
arch/arm/mach-omap2/voltage.c
52
unsigned long voltdm_get_voltage(struct voltagedomain *voltdm)
arch/arm/mach-omap2/voltage.c
70
static int voltdm_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/voltage.h
151
void omap_voltage_get_volttable(struct voltagedomain *voltdm,
arch/arm/mach-omap2/voltage.h
153
struct omap_volt_data *omap_voltage_get_voltdata(struct voltagedomain *voltdm,
arch/arm/mach-omap2/voltage.h
155
int omap_voltage_register_pmic(struct voltagedomain *voltdm,
arch/arm/mach-omap2/voltage.h
164
struct voltagedomain *voltdm_lookup(const char *name);
arch/arm/mach-omap2/voltage.h
165
void voltdm_init(struct voltagedomain **voltdm_list);
arch/arm/mach-omap2/voltage.h
166
void voltdm_reset(struct voltagedomain *voltdm);
arch/arm/mach-omap2/voltage.h
167
unsigned long voltdm_get_voltage(struct voltagedomain *voltdm);
arch/arm/mach-omap2/voltage.h
83
int (*scale) (struct voltagedomain *voltdm,
arch/arm/mach-omap2/voltagedomains2xxx_data.c
12
static struct voltagedomain omap2_voltdm_core = {
arch/arm/mach-omap2/voltagedomains2xxx_data.c
16
static struct voltagedomain omap2_voltdm_wkup = {
arch/arm/mach-omap2/voltagedomains2xxx_data.c
20
static struct voltagedomain *voltagedomains_omap2[] __initdata = {
arch/arm/mach-omap2/voltagedomains3xxx_data.c
100
struct voltagedomain **voltdms;
arch/arm/mach-omap2/voltagedomains3xxx_data.c
32
static struct voltagedomain omap3_voltdm_wkup = {
arch/arm/mach-omap2/voltagedomains3xxx_data.c
48
static struct voltagedomain omap3_voltdm_mpu = {
arch/arm/mach-omap2/voltagedomains3xxx_data.c
59
static struct voltagedomain omap3_voltdm_core = {
arch/arm/mach-omap2/voltagedomains3xxx_data.c
70
static struct voltagedomain *voltagedomains_omap3[] __initdata = {
arch/arm/mach-omap2/voltagedomains3xxx_data.c
79
static struct voltagedomain am35xx_voltdm_mpu = {
arch/arm/mach-omap2/voltagedomains3xxx_data.c
83
static struct voltagedomain am35xx_voltdm_core = {
arch/arm/mach-omap2/voltagedomains3xxx_data.c
87
static struct voltagedomain *voltagedomains_am35xx[] __initdata = {
arch/arm/mach-omap2/voltagedomains3xxx_data.c
99
struct voltagedomain *voltdm;
arch/arm/mach-omap2/voltagedomains44xx_data.c
47
static struct voltagedomain omap4_voltdm_mpu = {
arch/arm/mach-omap2/voltagedomains44xx_data.c
58
static struct voltagedomain omap4_voltdm_iva = {
arch/arm/mach-omap2/voltagedomains44xx_data.c
69
static struct voltagedomain omap4_voltdm_core = {
arch/arm/mach-omap2/voltagedomains44xx_data.c
80
static struct voltagedomain omap4_voltdm_wkup = {
arch/arm/mach-omap2/voltagedomains44xx_data.c
84
static struct voltagedomain *voltagedomains_omap4[] __initdata = {
arch/arm/mach-omap2/voltagedomains44xx_data.c
96
struct voltagedomain *voltdm;
arch/arm/mach-omap2/voltagedomains54xx_data.c
33
static struct voltagedomain omap5_voltdm_mpu = {
arch/arm/mach-omap2/voltagedomains54xx_data.c
44
static struct voltagedomain omap5_voltdm_mm = {
arch/arm/mach-omap2/voltagedomains54xx_data.c
55
static struct voltagedomain omap5_voltdm_core = {
arch/arm/mach-omap2/voltagedomains54xx_data.c
66
static struct voltagedomain omap5_voltdm_wkup = {
arch/arm/mach-omap2/voltagedomains54xx_data.c
70
static struct voltagedomain *voltagedomains_omap5[] __initdata = {
arch/arm/mach-omap2/voltagedomains54xx_data.c
82
struct voltagedomain *voltdm;
arch/arm/mach-omap2/vp.c
121
int omap_vp_forceupdate_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vp.c
13
static u32 _vp_set_init_voltage(struct voltagedomain *voltdm, u32 volt)
arch/arm/mach-omap2/vp.c
197
void omap_vp_enable(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vp.c
241
void omap_vp_disable(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vp.c
39
void __init omap_vp_init(struct voltagedomain *voltdm)
arch/arm/mach-omap2/vp.c
98
int omap_vp_update_errorgain(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vp.h
115
void omap_vp_init(struct voltagedomain *voltdm);
arch/arm/mach-omap2/vp.h
116
void omap_vp_enable(struct voltagedomain *voltdm);
arch/arm/mach-omap2/vp.h
117
void omap_vp_disable(struct voltagedomain *voltdm);
arch/arm/mach-omap2/vp.h
118
int omap_vp_forceupdate_scale(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vp.h
120
int omap_vp_update_errorgain(struct voltagedomain *voltdm,
arch/arm/mach-omap2/vp.h
19
struct voltagedomain;
drivers/soc/ti/smartreflex.c
684
void omap_sr_enable(struct voltagedomain *voltdm)
drivers/soc/ti/smartreflex.c
716
void omap_sr_disable(struct voltagedomain *voltdm)
drivers/soc/ti/smartreflex.c
748
void omap_sr_disable_reset_volt(struct voltagedomain *voltdm)
drivers/soc/ti/smartreflex.c
77
static struct omap_sr *_sr_lookup(struct voltagedomain *voltdm)
include/linux/platform_data/voltage-omap.h
29
struct voltagedomain;
include/linux/platform_data/voltage-omap.h
31
struct voltagedomain *voltdm_lookup(const char *name);
include/linux/platform_data/voltage-omap.h
32
unsigned long voltdm_get_voltage(struct voltagedomain *voltdm);
include/linux/platform_data/voltage-omap.h
33
struct omap_volt_data *omap_voltage_get_voltdata(struct voltagedomain *voltdm,
include/linux/power/smartreflex.h
155
struct voltagedomain *voltdm;
include/linux/power/smartreflex.h
292
struct voltagedomain *voltdm;
include/linux/power/smartreflex.h
301
void omap_sr_enable(struct voltagedomain *voltdm);
include/linux/power/smartreflex.h
302
void omap_sr_disable(struct voltagedomain *voltdm);
include/linux/power/smartreflex.h
303
void omap_sr_disable_reset_volt(struct voltagedomain *voltdm);
include/linux/power/smartreflex.h
315
static inline void omap_sr_enable(struct voltagedomain *voltdm) {}
include/linux/power/smartreflex.h
316
static inline void omap_sr_disable(struct voltagedomain *voltdm) {}
include/linux/power/smartreflex.h
318
struct voltagedomain *voltdm) {}