Lines Matching defs:bd
182 static int bd9995x_get_prop_batt_health(struct bd9995x_device *bd) in bd9995x_get_prop_batt_health()
209 static int bd9995x_get_prop_charge_type(struct bd9995x_device *bd) in bd9995x_get_prop_charge_type()
232 static bool bd9995x_get_prop_batt_present(struct bd9995x_device *bd) in bd9995x_get_prop_batt_present()
243 static int bd9995x_get_prop_batt_voltage(struct bd9995x_device *bd) in bd9995x_get_prop_batt_voltage()
256 static int bd9995x_get_prop_batt_current(struct bd9995x_device *bd) in bd9995x_get_prop_batt_current()
269 static int bd9995x_get_prop_batt_temp(struct bd9995x_device *bd) in bd9995x_get_prop_batt_temp()
285 struct bd9995x_device *bd = power_supply_get_drvdata(psy); in bd9995x_power_supply_get_property() local
443 static int bd9995x_get_chip_state(struct bd9995x_device *bd, in bd9995x_get_chip_state()
482 struct bd9995x_device *bd = private; in bd9995x_irq_handler_thread() local
604 static int __bd9995x_chip_reset(struct bd9995x_device *bd) in __bd9995x_chip_reset()
633 static int bd9995x_hw_init(struct bd9995x_device *bd) in bd9995x_hw_init()
882 static int bd9995x_fw_probe(struct bd9995x_device *bd) in bd9995x_fw_probe()
1030 static void bd9995x_chip_reset(void *bd) in bd9995x_chip_reset()
1038 struct bd9995x_device *bd; in bd9995x_probe() local