Searched refs:notify_psy (Results 1 – 1 of 1) sorted by relevance
1553 struct power_supply *notify_psy = NULL; in bq2415x_probe() local1677 notify_psy = power_supply_get_by_reference(of_fwnode_handle(np), in bq2415x_probe()1679 if (IS_ERR(notify_psy)) in bq2415x_probe()1680 notify_psy = NULL; in bq2415x_probe()1682 notify_psy = power_supply_get_by_name( in bq2415x_probe()1686 if (notify_psy) { in bq2415x_probe()1687 ret = power_supply_get_property(notify_psy, in bq2415x_probe()1689 power_supply_put(notify_psy); in bq2415x_probe()