Searched refs:notify_node (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/power/
H A Dbq2415x_charger.c173 struct device_node *notify_node; member in struct:bq2415x_device
827 /* Ignore event if it was not send by notify_node/notify_device */ bq2415x_notifier_call()
828 if (bq->notify_node) { bq2415x_notifier_call()
830 psy->dev.parent->of_node != bq->notify_node) bq2415x_notifier_call()
1632 bq->notify_node = of_parse_phandle(np, bq2415x_probe()
1658 if (bq->notify_node || bq->init_data.notify_device) { bq2415x_probe()
1707 if (bq && bq->notify_node) bq2415x_probe()
1708 of_node_put(bq->notify_node); bq2415x_probe()
1727 if (bq->notify_node) bq2415x_remove()
1728 of_node_put(bq->notify_node); bq2415x_remove()

Completed in 76 milliseconds