Home
last modified time | relevance | path

Searched refs:voltdm_get_voltage (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/platform_data/
H A Dvoltage-omap.h32 unsigned long voltdm_get_voltage(struct voltagedomain *voltdm);
/openbmc/linux/arch/arm/mach-omap2/
H A Dvoltage.c52 unsigned long voltdm_get_voltage(struct voltagedomain *voltdm) in voltdm_get_voltage() function
132 target_volt = voltdm_get_voltage(voltdm); in voltdm_reset()
H A Dsmartreflex-class3.c17 unsigned long volt = voltdm_get_voltage(sr->voltdm); in sr_class3_enable()
H A Dvoltage.h167 unsigned long voltdm_get_voltage(struct voltagedomain *voltdm);
H A Dvp.c218 volt = voltdm_get_voltage(voltdm); in omap_vp_enable()