Home
last modified time | relevance | path

Searched refs:chrg_type (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/power/battery/
H A Dbat_trats.c26 bat->chrg->chrg_type(p_bat->muic) && in power_battery_charge()
61 bat_->chrg->chrg_type = muic_->chrg->chrg_type; in power_battery_init_trats()
H A Dbat_trats2.c36 bat_->chrg->chrg_type = muic_->chrg->chrg_type; in power_battery_init_trats2()
/openbmc/u-boot/board/samsung/trats2/
H A Dtrats2.c174 chrg = p_muic->chrg->chrg_type(p_muic); in exynos_power_init()
275 return !!muic->chrg->chrg_type(muic); in g_dnl_board_usb_cable_connected()
/openbmc/linux/drivers/extcon/
H A Dextcon-axp288.c215 u8 chrg_type; in axp288_handle_chrg_det_event() local
240 chrg_type = (stat & DET_STAT_MASK) >> DET_STAT_SHIFT; in axp288_handle_chrg_det_event()
242 switch (chrg_type) { in axp288_handle_chrg_det_event()
/openbmc/u-boot/drivers/power/pmic/
H A Dmuic_max8997.c49 .chrg_type = power_chrg_get_type,
/openbmc/u-boot/drivers/power/mfd/
H A Dmuic_max77693.c51 .chrg_type = power_chrg_get_type,
/openbmc/u-boot/board/samsung/trats/
H A Dtrats.c164 chrg = p_muic->chrg->chrg_type(p_muic); in exynos_power_init()
298 return !!muic->chrg->chrg_type(muic); in g_dnl_board_usb_cable_connected()
/openbmc/u-boot/include/power/
H A Dpmic.h52 int (*chrg_type) (struct pmic *p); member
/openbmc/u-boot/doc/
H A DREADME.power-framework100 -- *chrg_type - type/capacity of the charger (including information
120 -- *chrg_type -> MUIC device (muic_max8997.c)