Searched defs:ebc_pmic (Results 1 – 1 of 1) sorted by relevance
16 struct ebc_pmic { struct20 void (*pmic_power_req)(struct ebc_pmic *pmic, bool up); argument21 void (*pmic_pm_suspend)(struct ebc_pmic *pmic); argument22 void (*pmic_pm_resume)(struct ebc_pmic *pmic); argument23 int (*pmic_read_temperature)(struct ebc_pmic *pmic, int *t); argument24 int (*pmic_get_vcom)(struct ebc_pmic *pmic); argument25 int (*pmic_set_vcom)(struct ebc_pmic *pmic, int value); argument