Searched defs:voltdm (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/arch/arm/mach-omap2/ |
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() 105 void voltdm_reset(struct voltagedomain *voltdm) in voltdm_reset() 136 void omap_voltage_get_volttable(struct voltagedomain *voltdm, in omap_voltage_get_volttable() 162 struct omap_volt_data *omap_voltage_get_voltdata(struct voltagedomain *voltdm, in omap_voltage_get_voltdata() 198 int omap_voltage_register_pmic(struct voltagedomain *voltdm, in omap_voltage_register_pmic() 221 void omap_change_voltscale_method(struct voltagedomain *voltdm, in omap_change_voltscale_method() 251 struct voltagedomain *voltdm; in omap_voltage_late_init() local 290 struct voltagedomain *voltdm, *temp_voltdm; in _voltdm_lookup() local 314 int voltdm_add_pwrdm(struct voltagedomain *voltdm, struct powerdomain *pwrdm) in voltdm_add_pwrdm() [all …]
|
D | vc.c | 84 static int omap_vc_config_channel(struct voltagedomain *voltdm) in omap_vc_config_channel() 103 int omap_vc_pre_scale(struct voltagedomain *voltdm, in omap_vc_pre_scale() 144 void omap_vc_post_scale(struct voltagedomain *voltdm, in omap_vc_post_scale() 158 int omap_vc_bypass_scale(struct voltagedomain *voltdm, in omap_vc_bypass_scale() 206 static void __init omap3_vfsm_init(struct voltagedomain *voltdm) in omap3_vfsm_init() 217 static void __init omap3_vc_init_channel(struct voltagedomain *voltdm) in omap3_vc_init_channel() 231 static void __init omap4_vc_init_channel(struct voltagedomain *voltdm) in omap4_vc_init_channel() 259 static void __init omap_vc_i2c_init(struct voltagedomain *voltdm) in omap_vc_i2c_init() 288 void __init omap_vc_init_channel(struct voltagedomain *voltdm) in omap_vc_init_channel()
|
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() 95 int omap_vp_update_errorgain(struct voltagedomain *voltdm, in omap_vp_update_errorgain() 118 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 | smartreflex-class3.c | 16 static int sr_class3_enable(struct voltagedomain *voltdm) in sr_class3_enable() 30 static int sr_class3_disable(struct voltagedomain *voltdm, int is_volt_reset) in sr_class3_disable() 40 static int sr_class3_configure(struct voltagedomain *voltdm) in sr_class3_configure()
|
D | smartreflex.c | 57 struct voltagedomain *voltdm; member 112 static struct omap_sr *_sr_lookup(struct voltagedomain *voltdm) in _sr_lookup() 399 int sr_configure_errgen(struct voltagedomain *voltdm) in sr_configure_errgen() 468 int sr_configure_minmax(struct voltagedomain *voltdm) in sr_configure_minmax() 544 int sr_enable(struct voltagedomain *voltdm, unsigned long volt) in sr_enable() 601 void sr_disable(struct voltagedomain *voltdm) in sr_disable() 675 void omap_sr_enable(struct voltagedomain *voltdm) in omap_sr_enable() 708 void omap_sr_disable(struct voltagedomain *voltdm) in omap_sr_disable() 741 void omap_sr_disable_reset_volt(struct voltagedomain *voltdm) in omap_sr_disable_reset_volt()
|
D | smartreflex.h | 219 struct voltagedomain *voltdm; member 239 static inline void omap_sr_enable(struct voltagedomain *voltdm) {} in omap_sr_enable() 240 static inline void omap_sr_disable(struct voltagedomain *voltdm) {} in omap_sr_disable() 242 struct voltagedomain *voltdm) {} in omap_sr_disable_reset_volt()
|
D | omap_twl.c | 267 struct voltagedomain *voltdm; in omap4_twl_init() local 286 struct voltagedomain *voltdm; in omap3_twl_init() local
|
D | voltagedomains44xx_data.c | 96 struct voltagedomain *voltdm; in omap44xx_voltagedomains_init() local
|
D | voltagedomains3xxx_data.c | 103 struct voltagedomain *voltdm; in omap3xxx_voltagedomains_init() local
|
D | pm.c | 143 struct voltagedomain *voltdm; in omap2_set_init_voltage() local
|
D | powerdomain.h | 107 } voltdm; member
|
D | powerdomain.c | 80 struct voltagedomain *voltdm; in _pwrdm_register() local
|