Home
last modified time | relevance | path

Searched refs:mc13xxx_lock (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/rtc/
Drtc-mc13xxx.c51 mc13xxx_lock(priv->mc13xxx); in mc13xxx_rtc_irq_enable()
67 mc13xxx_lock(priv->mc13xxx); in mc13xxx_rtc_read_time()
116 mc13xxx_lock(priv->mc13xxx); in mc13xxx_rtc_set_mmss()
178 mc13xxx_lock(priv->mc13xxx); in mc13xxx_rtc_read_alarm()
219 mc13xxx_lock(priv->mc13xxx); in mc13xxx_rtc_set_alarm()
328 mc13xxx_lock(mc13xxx); in mc13xxx_rtc_probe()
359 mc13xxx_lock(mc13xxx); in mc13xxx_rtc_probe()
385 mc13xxx_lock(priv->mc13xxx); in mc13xxx_rtc_remove()
/linux-2.6.39/drivers/regulator/
Dmc13xxx-regulator-core.c37 mc13xxx_lock(priv->mc13xxx); in mc13xxx_regulator_enable()
55 mc13xxx_lock(priv->mc13xxx); in mc13xxx_regulator_disable()
70 mc13xxx_lock(priv->mc13xxx); in mc13xxx_regulator_is_enabled()
146 mc13xxx_lock(priv->mc13xxx); in mc13xxx_regulator_set_voltage()
164 mc13xxx_lock(priv->mc13xxx); in mc13xxx_regulator_get_voltage()
Dmc13892-regulator.c343 mc13xxx_lock(priv->mc13xxx); in mc13892_gpo_regulator_enable()
363 mc13xxx_lock(priv->mc13xxx); in mc13892_gpo_regulator_disable()
377 mc13xxx_lock(priv->mc13xxx); in mc13892_gpo_regulator_is_enabled()
410 mc13xxx_lock(priv->mc13xxx); in mc13892_sw_regulator_get_voltage()
449 mc13xxx_lock(priv->mc13xxx); in mc13892_sw_regulator_set_voltage()
492 mc13xxx_lock(priv->mc13xxx); in mc13892_vcam_set_mode()
506 mc13xxx_lock(priv->mc13xxx); in mc13892_vcam_get_mode()
538 mc13xxx_lock(mc13892); in mc13892_regulator_probe()
Dmc13783-regulator.c274 mc13xxx_lock(priv->mc13xxx); in mc13783_gpo_regulator_enable()
297 mc13xxx_lock(priv->mc13xxx); in mc13783_gpo_regulator_disable()
312 mc13xxx_lock(priv->mc13xxx); in mc13783_gpo_regulator_is_enabled()
/linux-2.6.39/drivers/mfd/
Dmc13xxx-core.c150 void mc13xxx_lock(struct mc13xxx *mc13xxx) in mc13xxx_lock() function
161 EXPORT_SYMBOL(mc13xxx_lock);
467 mc13xxx_lock(mc13xxx); in mc13xxx_irq_thread()
606 mc13xxx_lock(mc13xxx); in mc13783_adc_do_conversion()
661 mc13xxx_lock(mc13xxx); in mc13783_adc_do_conversion()
730 mc13xxx_lock(mc13xxx); in mc13xxx_probe()
/linux-2.6.39/include/linux/mfd/
Dmc13xxx.h16 void mc13xxx_lock(struct mc13xxx *mc13xxx);
Dmc13783.h21 mc13xxx_lock(mc13783_to_mc13xxx(mc13783)); in mc13783_lock()