get_batt_present  366 drivers/power/supply/lp8727_charger.c 		if (pdata->get_batt_present)
get_batt_present  367 drivers/power/supply/lp8727_charger.c 			val->intval = pdata->get_batt_present();
get_batt_present   56 include/linux/platform_data/lp8727.h 	u8 (*get_batt_present)(void);