Searched refs:devm_extcon_register_notifier_all (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/extcon/ |
| H A D | devres.c | 228 int devm_extcon_register_notifier_all(struct device *dev, struct extcon_dev *edev, in devm_extcon_register_notifier_all() function 251 EXPORT_SYMBOL(devm_extcon_register_notifier_all);
|
| /linux/include/linux/ |
| H A D | extcon.h | 216 int devm_extcon_register_notifier_all(struct device *dev, 288 static inline int devm_extcon_register_notifier_all(struct device *dev, in devm_extcon_register_notifier_all() function
|
| /linux/drivers/power/supply/ |
| H A D | max8997_charger.c | 259 ret = devm_extcon_register_notifier_all(&pdev->dev, charger->edev, in max8997_battery_probe()
|
| H A D | max8971_charger.c | 705 err = devm_extcon_register_notifier_all(dev, priv->edev, &priv->extcon_nb); in max8971_probe()
|
| H A D | axp288_charger.c | 921 ret = devm_extcon_register_notifier_all(dev, info->cable.edev, in axp288_charger_probe()
|