Searched refs:chrg_type (Results 1 – 9 of 9) sorted by relevance
26 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()
36 bat_->chrg->chrg_type = muic_->chrg->chrg_type; in power_battery_init_trats2()
174 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()
215 u8 chrg_type; in axp288_handle_chrg_det_event() local240 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()
49 .chrg_type = power_chrg_get_type,
51 .chrg_type = power_chrg_get_type,
164 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()
52 int (*chrg_type) (struct pmic *p); member
100 -- *chrg_type - type/capacity of the charger (including information120 -- *chrg_type -> MUIC device (muic_max8997.c)