Home
last modified time | relevance | path

Searched refs:devm_add_action (Results 1 – 25 of 43) sorted by relevance

12

/drivers/hwmon/
Dltq-cputemp.c95 err = devm_add_action(&pdev->dev, ltq_cputemp_disable, NULL); in ltq_cputemp_probe()
Dbt1-pvt.c894 ret = devm_add_action(dev, pvt_clear_data, pvt); in pvt_create_data()
1118 ret = devm_add_action(pvt->dev, pvt_disable_iface, pvt); in pvt_enable_iface()
/drivers/bus/
Dbt1-apb.c136 ret = devm_add_action(dev, bt1_apb_clear_data, apb); in bt1_apb_create_data()
251 ret = devm_add_action(apb->dev, bt1_apb_clear_irq, apb); in bt1_apb_request_irq()
Dbt1-axi.c102 ret = devm_add_action(dev, bt1_axi_clear_data, axi); in bt1_axi_create_data()
/drivers/edac/
Dal_mc_edac.c241 ret = devm_add_action(&pdev->dev, devm_al_mc_edac_free, mci); in al_mc_edac_probe()
296 ret = devm_add_action(&pdev->dev, devm_al_mc_edac_del, &pdev->dev); in al_mc_edac_probe()
/drivers/gpu/drm/i2c/
Dtda9950.c364 ret = devm_add_action(dev, tda9950_devm_glue_exit, glue); in tda9950_devm_glue_init()
429 ret = devm_add_action(dev, tda9950_cec_del, priv); in tda9950_probe()
/drivers/input/keyboard/
Dsnvs_pwrkey.c195 error = devm_add_action(&pdev->dev, imx_snvs_pwrkey_act, pdata); in imx_snvs_pwrkey_probe()
Dmpr121_touchkey.c110 err = devm_add_action(dev, mpr121_vdd_supply_disable, vdd_supply); in mpr121_vdd_supply_init()
/drivers/hid/
Dhid-cougar.c182 error = devm_add_action(&hdev->dev, cougar_remove_shared_data, cougar); in cougar_bind_shared_data()
/drivers/memory/
Dbt1-l2-ctl.c158 ret = devm_add_action(dev, l2_ctl_clear_data, l2); in l2_ctl_create_data()
/drivers/input/misc/
Dda9063_onkey.c239 error = devm_add_action(&pdev->dev, da9063_cancel_poll, onkey); in da9063_onkey_probe()
/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.c214 err = devm_add_action(dev, bcm2835_card_free, card); in snd_add_child_device()
/drivers/power/supply/
Dmax14656_charger_detector.c292 ret = devm_add_action(dev, stop_irq_work, chip); in max14656_probe()
Dmax17040_battery.c540 ret = devm_add_action(&client->dev, max17040_stop_work, chip); in max17040_probe()
Daxp288_charger.c868 ret = devm_add_action(dev, axp288_charger_cancel_work, info); in axp288_charger_probe()
/drivers/input/mouse/
Dcyapa.c843 error = devm_add_action(dev, in cyapa_prepare_wakeup_controls()
960 error = devm_add_action(dev, cyapa_remove_power_runtime_group, cyapa); in cyapa_start_runtime()
1294 error = devm_add_action(dev, cyapa_disable_regulator, cyapa); in cyapa_probe()
/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-cec.c268 ret = devm_add_action(&pdev->dev, dw_hdmi_cec_del, cec); in dw_hdmi_cec_probe()
/drivers/input/touchscreen/
Dcolibri-vf50-ts.c274 error = devm_add_action(dev, vf50_ts_channel_release, channels); in vf50_ts_probe()
Dtsc2007_core.c375 err = devm_add_action(&client->dev, in tsc2007_probe()
/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_tai.c446 ret = devm_add_action(dev, mvpp22_tai_remove, tai); in mvpp22_tai_probe()
/drivers/base/
Ddevres.c739 int devm_add_action(struct device *dev, void (*action)(void *), void *data) in devm_add_action() function
754 EXPORT_SYMBOL_GPL(devm_add_action);
/drivers/iio/proximity/
Das3935.c440 ret = devm_add_action(dev, as3935_stop_work, indio_dev); in as3935_probe()
/drivers/net/ethernet/intel/ice/
Dice_devlink.c328 if (devm_add_action(dev, ice_devlink_free, devlink)) { in ice_allocate_pf()
/drivers/video/backlight/
Dbacklight.c728 ret = devm_add_action(dev, devm_backlight_release, bd); in devm_of_find_backlight()
/drivers/gpu/drm/
Ddrm_drv.c677 ret = devm_add_action(parent, devm_drm_dev_init_release, dev); in devm_drm_dev_init()

12