Searched refs:voltagedomain (Results 1 – 16 of 16) sorted by relevance
/arch/arm/mach-omap2/ |
D | voltage.h | 70 struct voltagedomain { struct 92 int (*scale) (struct voltagedomain *voltdm, argument 160 void omap_voltage_get_volttable(struct voltagedomain *voltdm, 162 struct omap_volt_data *omap_voltage_get_voltdata(struct voltagedomain *voltdm, 164 int omap_voltage_register_pmic(struct voltagedomain *voltdm, 166 void omap_change_voltscale_method(struct voltagedomain *voltdm, 175 struct voltagedomain *voltdm_lookup(const char *name); 176 void voltdm_init(struct voltagedomain **voltdm_list); 177 int voltdm_add_pwrdm(struct voltagedomain *voltdm, struct powerdomain *pwrdm); 178 int voltdm_for_each(int (*fn)(struct voltagedomain *voltdm, void *user), [all …]
|
D | voltage.c | 55 unsigned long voltdm_get_voltage(struct voltagedomain *voltdm) in voltdm_get_voltage() 73 int voltdm_scale(struct voltagedomain *voltdm, in voltdm_scale() 120 void voltdm_reset(struct voltagedomain *voltdm) in voltdm_reset() 151 void omap_voltage_get_volttable(struct voltagedomain *voltdm, in omap_voltage_get_volttable() 177 struct omap_volt_data *omap_voltage_get_voltdata(struct voltagedomain *voltdm, in omap_voltage_get_voltdata() 213 int omap_voltage_register_pmic(struct voltagedomain *voltdm, in omap_voltage_register_pmic() 236 void omap_change_voltscale_method(struct voltagedomain *voltdm, in omap_change_voltscale_method() 266 struct voltagedomain *voltdm; in omap_voltage_late_init() 303 static struct voltagedomain *_voltdm_lookup(const char *name) in _voltdm_lookup() 305 struct voltagedomain *voltdm, *temp_voltdm; in _voltdm_lookup() [all …]
|
D | voltagedomains3xxx_data.c | 35 static struct voltagedomain omap3_voltdm_wkup = { 51 static struct voltagedomain omap3_voltdm_mpu = { 62 static struct voltagedomain omap3_voltdm_core = { 73 static struct voltagedomain *voltagedomains_omap3[] __initdata = { 82 static struct voltagedomain am35xx_voltdm_mpu = { 86 static struct voltagedomain am35xx_voltdm_core = { 90 static struct voltagedomain *voltagedomains_am35xx[] __initdata = { 102 struct voltagedomain *voltdm; in omap3xxx_voltagedomains_init() 103 struct voltagedomain **voltdms; in omap3xxx_voltagedomains_init()
|
D | voltagedomains33xx_data.c | 21 static struct voltagedomain am33xx_voltdm_mpu = { 25 static struct voltagedomain am33xx_voltdm_core = { 29 static struct voltagedomain am33xx_voltdm_rtc = { 33 static struct voltagedomain *voltagedomains_am33xx[] __initdata = {
|
D | vp.h | 22 struct voltagedomain; 127 void omap_vp_init(struct voltagedomain *voltdm); 128 void omap_vp_enable(struct voltagedomain *voltdm); 129 void omap_vp_disable(struct voltagedomain *voltdm); 130 int omap_vp_forceupdate_scale(struct voltagedomain *voltdm, 132 int omap_vp_update_errorgain(struct voltagedomain *voltdm,
|
D | voltagedomains44xx_data.c | 50 static struct voltagedomain omap4_voltdm_mpu = { 61 static struct voltagedomain omap4_voltdm_iva = { 72 static struct voltagedomain omap4_voltdm_core = { 83 static struct voltagedomain omap4_voltdm_wkup = { 87 static struct voltagedomain *voltagedomains_omap4[] __initdata = { 99 struct voltagedomain *voltdm; in omap44xx_voltagedomains_init()
|
D | voltagedomains2xxx_data.c | 15 static struct voltagedomain omap2_voltdm_core = { 19 static struct voltagedomain omap2_voltdm_wkup = { 23 static struct voltagedomain *voltagedomains_omap2[] __initdata = {
|
D | vc.h | 22 struct voltagedomain; 120 void omap_vc_init_channel(struct voltagedomain *voltdm); 121 int omap_vc_pre_scale(struct voltagedomain *voltdm, 124 void omap_vc_post_scale(struct voltagedomain *voltdm, 127 int omap_vc_bypass_scale(struct voltagedomain *voltdm,
|
D | vc.c | 94 static int omap_vc_config_channel(struct voltagedomain *voltdm) in omap_vc_config_channel() 113 int omap_vc_pre_scale(struct voltagedomain *voltdm, in omap_vc_pre_scale() 155 void omap_vc_post_scale(struct voltagedomain *voltdm, in omap_vc_post_scale() 169 int omap_vc_bypass_scale(struct voltagedomain *voltdm, in omap_vc_bypass_scale() 224 static void omap3_set_clksetup(u32 usec, struct voltagedomain *voltdm) in omap3_set_clksetup() 240 static void omap3_set_i2c_timings(struct voltagedomain *voltdm, bool off_mode) in omap3_set_i2c_timings() 285 static void omap3_set_off_timings(struct voltagedomain *voltdm) in omap3_set_off_timings() 338 static void __init omap3_vc_init_channel(struct voltagedomain *voltdm) in omap3_vc_init_channel() 353 static u32 omap4_calc_volt_ramp(struct voltagedomain *voltdm, u32 voltage_diff) in omap4_calc_volt_ramp() 430 static void omap4_set_timings(struct voltagedomain *voltdm, bool off_mode) in omap4_set_timings() [all …]
|
D | vp.c | 12 static u32 _vp_set_init_voltage(struct voltagedomain *voltdm, u32 volt) in _vp_set_init_voltage() 38 void __init omap_vp_init(struct voltagedomain *voltdm) in omap_vp_init() 97 int omap_vp_update_errorgain(struct voltagedomain *voltdm, in omap_vp_update_errorgain() 120 int omap_vp_forceupdate_scale(struct voltagedomain *voltdm, in omap_vp_forceupdate_scale() 196 void omap_vp_enable(struct voltagedomain *voltdm) in omap_vp_enable() 240 void omap_vp_disable(struct voltagedomain *voltdm) in omap_vp_disable()
|
D | twl-common.c | 44 struct voltagedomain *voltdm = (struct voltagedomain *)data; in twl_set_voltage() 50 struct voltagedomain *voltdm = (struct voltagedomain *)data; in twl_get_voltage()
|
D | omap_twl.c | 230 struct voltagedomain *voltdm; in omap4_twl_init() 249 struct voltagedomain *voltdm; in omap3_twl_init()
|
D | Makefile | 120 voltagedomain-common := voltage.o vc.o vp.o 121 obj-$(CONFIG_ARCH_OMAP2) += $(voltagedomain-common) 123 obj-$(CONFIG_ARCH_OMAP3) += $(voltagedomain-common) 125 obj-$(CONFIG_ARCH_OMAP4) += $(voltagedomain-common) 127 obj-$(CONFIG_SOC_AM33XX) += $(voltagedomain-common) 129 obj-$(CONFIG_SOC_OMAP5) += $(voltagedomain-common)
|
D | powerdomain.h | 116 struct voltagedomain *ptr; 217 struct voltagedomain *pwrdm_get_voltdm(struct powerdomain *pwrdm);
|
D | pm.c | 132 struct voltagedomain *voltdm; in omap2_set_init_voltage()
|
D | powerdomain.c | 90 struct voltagedomain *voltdm; in _pwrdm_register() 554 struct voltagedomain *pwrdm_get_voltdm(struct powerdomain *pwrdm) in pwrdm_get_voltdm()
|