devm_add_action   738 drivers/base/devres.c EXPORT_SYMBOL_GPL(devm_add_action);
devm_add_action  1666 drivers/crypto/picoxcell_crypto.c 	ret = devm_add_action(&pdev->dev, spacc_tasklet_kill,
devm_add_action   925 drivers/firmware/arm_scpi.c 	ret = devm_add_action(dev, scpi_free_channels, scpi_info);
devm_add_action   268 drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c 	ret = devm_add_action(&pdev->dev, dw_hdmi_cec_del, cec);
devm_add_action   752 drivers/gpu/drm/drm_drv.c 	ret = devm_add_action(parent, devm_drm_dev_init_release, dev);
devm_add_action   364 drivers/gpu/drm/i2c/tda9950.c 	ret = devm_add_action(dev, tda9950_devm_glue_exit, glue);
devm_add_action   428 drivers/gpu/drm/i2c/tda9950.c 	ret = devm_add_action(dev, tda9950_cec_del, priv);
devm_add_action   182 drivers/hid/hid-cougar.c 	error = devm_add_action(&hdev->dev, cougar_remove_shared_data, cougar);
devm_add_action   895 drivers/hid/wacom_sys.c 	retval = devm_add_action(&hdev->dev, wacom_remove_shared_data, wacom);
devm_add_action   623 drivers/hwmon/g762.c 	devm_add_action(&client->dev, g762_of_clock_disable, data);
devm_add_action   881 drivers/hwmon/lm87.c 	rc = devm_add_action(&client->dev, lm87_restore_config, client);
devm_add_action    95 drivers/hwmon/ltq-cputemp.c 	err = devm_add_action(&pdev->dev, ltq_cputemp_disable, NULL);
devm_add_action   442 drivers/iio/proximity/as3935.c 	ret = devm_add_action(&spi->dev, as3935_stop_work, indio_dev);
devm_add_action   620 drivers/input/keyboard/gpio_keys.c 	error = devm_add_action(dev, gpio_keys_quiesce_key, bdata);
devm_add_action   107 drivers/input/keyboard/mpr121_touchkey.c 	err = devm_add_action(dev, mpr121_vdd_supply_disable, vdd_supply);
devm_add_action   144 drivers/input/keyboard/snvs_pwrkey.c 	error = devm_add_action(&pdev->dev, imx_snvs_pwrkey_act, pdata);
devm_add_action   239 drivers/input/misc/da9063_onkey.c 	error = devm_add_action(&pdev->dev, da9063_cancel_poll, onkey);
devm_add_action   843 drivers/input/mouse/cyapa.c 		error = devm_add_action(dev,
devm_add_action   960 drivers/input/mouse/cyapa.c 	error = devm_add_action(dev, cyapa_remove_power_runtime_group, cyapa);
devm_add_action  1294 drivers/input/mouse/cyapa.c 	error = devm_add_action(dev, cyapa_disable_regulator, cyapa);
devm_add_action   275 drivers/input/touchscreen/colibri-vf50-ts.c 	error = devm_add_action(dev, vf50_ts_channel_release, channels);
devm_add_action  1195 drivers/input/touchscreen/elants_i2c.c 	error = devm_add_action(&client->dev, elants_i2c_power_off, ts);
devm_add_action   344 drivers/input/touchscreen/ili210x.c 	error = devm_add_action(dev, ili210x_cancel_work, priv);
devm_add_action  1049 drivers/input/touchscreen/raydium_i2c_ts.c 	error = devm_add_action(&client->dev, raydium_i2c_power_off, ts);
devm_add_action   375 drivers/input/touchscreen/tsc2007_core.c 			err = devm_add_action(&client->dev,
devm_add_action   815 drivers/input/touchscreen/zforce_ts.c 	ret = devm_add_action(&client->dev, zforce_reset, ts);
devm_add_action  2810 drivers/iommu/arm-smmu-v3.c 		devm_add_action(smmu->dev, arm_smmu_cmdq_free_bitmap, bitmap);
devm_add_action  3068 drivers/iommu/arm-smmu-v3.c 	devm_add_action(dev, arm_smmu_free_msis, dev);
devm_add_action  1881 drivers/net/phy/sfp.c 	err = devm_add_action(sfp->dev, sfp_cleanup, sfp);
devm_add_action   895 drivers/pci/controller/pci-mvebu.c 	ret = devm_add_action(dev, mvebu_pcie_port_clk_put, port);
devm_add_action   679 drivers/perf/arm_smmuv3_pmu.c 	devm_add_action(dev, smmu_pmu_free_msis, dev);
devm_add_action  1840 drivers/phy/qualcomm/phy-qcom-qmp.c 	ret = devm_add_action(qmp->dev, phy_pipe_clk_release_provider, np);
devm_add_action   355 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 	ret = devm_add_action(rphy->dev, rockchip_usb2phy_clk480m_unregister,
devm_add_action   852 drivers/power/supply/axp288_charger.c 	ret = devm_add_action(dev, axp288_charger_cancel_work, info);
devm_add_action   293 drivers/power/supply/max14656_charger_detector.c 	ret = devm_add_action(dev, stop_irq_work, chip);
devm_add_action  1111 drivers/power/supply/max17042_battery.c 		ret = devm_add_action(&client->dev, max17042_stop_work, chip);
devm_add_action   307 drivers/power/supply/power_supply_hwmon.c 	ret = devm_add_action(dev, power_supply_hwmon_bitmap_free,
devm_add_action   214 drivers/staging/vc04_services/bcm2835-audio/bcm2835.c 	err = devm_add_action(dev, bcm2835_card_free, card);
devm_add_action   667 drivers/video/backlight/backlight.c 	ret = devm_add_action(dev, devm_backlight_release, bd);
devm_add_action   955 include/linux/device.h int devm_add_action(struct device *dev, void (*action)(void *), void *data);
devm_add_action   964 include/linux/device.h 	ret = devm_add_action(dev, action, data);
devm_add_action  1438 tools/testing/nvdimm/test/nfit.c 	rc = devm_add_action(dev, release_nfit_res, nfit_res);