Searched refs:ebc_pmic (Results 1 – 5 of 5) 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); argument28 static inline void ebc_pmic_power_on(struct ebc_pmic *pmic) in ebc_pmic_power_on()33 static inline void ebc_pmic_power_off(struct ebc_pmic *pmic) in ebc_pmic_power_off()38 static inline void ebc_pmic_suspend(struct ebc_pmic *pmic) in ebc_pmic_suspend()[all …]
363 static int papyrus_hw_read_temperature(struct ebc_pmic *pmic, int *t) in papyrus_hw_read_temperature()389 static void papyrus_hw_power_req(struct ebc_pmic *pmic, bool up) in papyrus_hw_power_req()422 static int papyrus_hw_vcom_get(struct ebc_pmic *pmic) in papyrus_hw_vcom_get()448 static int papyrus_hw_vcom_set(struct ebc_pmic *pmic, int vcom_mv) in papyrus_hw_vcom_set()480 static void papyrus_pm_sleep(struct ebc_pmic *pmic) in papyrus_pm_sleep()495 static void papyrus_pm_resume(struct ebc_pmic *pmic) in papyrus_pm_resume()527 static int papyrus_probe(struct ebc_pmic *pmic, struct i2c_client *client) in papyrus_probe()615 struct ebc_pmic *pmic; in tps65185_probe()
17 int ebc_pmic_set_vcom(struct ebc_pmic *pmic, int value) in ebc_pmic_set_vcom()46 void ebc_pmic_verity_vcom(struct ebc_pmic *pmic) in ebc_pmic_verity_vcom()
3 obj-$(CONFIG_ROCKCHIP_EBC_DEV) += ebc_pmic.o
24 struct ebc_pmic *pmic;