Searched refs:charger_pdev (Results 1 – 2 of 2) sorted by relevance
102 ec->charger_pdev = platform_device_register_data(dev, "wilco-charger", in wilco_ec_probe()105 if (IS_ERR(ec->charger_pdev)) { in wilco_ec_probe()107 ret = PTR_ERR(ec->charger_pdev); in wilco_ec_probe()124 platform_device_unregister(ec->charger_pdev); in wilco_ec_probe()141 platform_device_unregister(ec->charger_pdev); in wilco_ec_remove()
49 struct platform_device *charger_pdev; member