Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/pmic/
H A Debc_pmic.h16 struct ebc_pmic { struct
20 void (*pmic_power_req)(struct ebc_pmic *pmic, bool up); argument
21 void (*pmic_pm_suspend)(struct ebc_pmic *pmic); argument
22 void (*pmic_pm_resume)(struct ebc_pmic *pmic); argument
23 int (*pmic_read_temperature)(struct ebc_pmic *pmic, int *t); argument
24 int (*pmic_get_vcom)(struct ebc_pmic *pmic); argument
25 int (*pmic_set_vcom)(struct ebc_pmic *pmic, int value); argument
28 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 …]
H A Dtps65185.c363 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()
H A Debc_pmic.c17 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()
H A DMakefile3 obj-$(CONFIG_ROCKCHIP_EBC_DEV) += ebc_pmic.o
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_panel.h24 struct ebc_pmic *pmic;