This is the common file for the PMIC Core/Protocol driver. More...
Functions | |
irqreturn_t | pmic_irq_handler (int irq, void *dev_id) |
pmic_version_t | pmic_get_version (void) |
This is the common file for the PMIC Core/Protocol driver.
pmic_version_t pmic_get_version | ( | void | ) |
This function is used to determine the PMIC type and its revision.
Referenced by mc13783_adc_convert(), pmic_bklit_config_boost_mode(), pmic_bklit_get_boost_mode(), pmic_bklit_gets_boost_mode(), pmic_bklit_set_boost_mode(), pmic_dev_init(), pmic_power_bat_det_en(), pmic_power_esim_v_en(), pmic_power_get_bat_det_state(), pmic_power_get_vbkup2_auto_state(), pmic_power_gets_esim_v_state(), pmic_power_gets_vib_pin_state(), pmic_power_vbkup2_auto_en(), and pmic_power_vib_pin_en().
irqreturn_t pmic_irq_handler | ( | int | irq, | |
void * | dev_id | |||
) |
This function is called when pmic interrupt occurs on the processor. It is the interrupt handler for the pmic module.
irq | the irq number | |
dev_id | the pointer on the device |
References IRQ_HANDLED.
Referenced by pmic_probe().
© Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
![]() |