Searched defs:bat_pdev (Results 1 - 1 of 1) sorted by relevance

/drivers/power/
H A Dpmu_battery.c141 static struct platform_device *bat_pdev; variable in typeref:struct:platform_device
148 bat_pdev = platform_device_register_simple("pmu-battery",
150 if (IS_ERR(bat_pdev)) {
151 ret = PTR_ERR(bat_pdev);
155 ret = power_supply_register(&bat_pdev->dev, &pmu_ac);
172 ret = power_supply_register(&bat_pdev->dev, &pbat->bat);
191 platform_device_unregister(bat_pdev);
208 platform_device_unregister(bat_pdev);

Completed in 504 milliseconds