Home
last modified time | relevance | path

Searched refs:devm_work_autocancel (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Ddevm-helpers.h71 static inline int devm_work_autocancel(struct device *dev, in devm_work_autocancel() function
/Linux-v5.15/drivers/extcon/
Dextcon-max14577.c677 ret = devm_work_autocancel(&pdev->dev, &info->irq_work, in max14577_muic_probe()
Dextcon-max8997.c654 ret = devm_work_autocancel(&pdev->dev, &info->irq_work, in max8997_muic_probe()
Dextcon-max77693.c1131 ret = devm_work_autocancel(&pdev->dev, &info->irq_work, in max77693_muic_probe()
/Linux-v5.15/drivers/power/supply/
Dmt6360_charger.c802 devm_work_autocancel(&pdev->dev, &mci->chrdet_work, mt6360_chrdet_work); in mt6360_charger_probe()