Home
last modified time | relevance | path

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

12

/Linux-v5.10/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()
/Linux-v5.10/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()
/Linux-v5.10/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()
/Linux-v5.10/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()
/Linux-v5.10/drivers/input/keyboard/
Dsnvs_pwrkey.c166 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()
/Linux-v5.10/drivers/hid/
Dhid-cougar.c182 error = devm_add_action(&hdev->dev, cougar_remove_shared_data, cougar); in cougar_bind_shared_data()
/Linux-v5.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.c214 err = devm_add_action(dev, bcm2835_card_free, card); in snd_add_child_device()
/Linux-v5.10/drivers/input/misc/
Dda9063_onkey.c239 error = devm_add_action(&pdev->dev, da9063_cancel_poll, onkey); in da9063_onkey_probe()
/Linux-v5.10/drivers/memory/
Dbt1-l2-ctl.c158 ret = devm_add_action(dev, l2_ctl_clear_data, l2); in l2_ctl_create_data()
/Linux-v5.10/Documentation/hwmon/
Dsubmitting-patches.rst97 If a function is not supported by devres, consider using devm_add_action().
129 hwmon subsystem. Try using devm_add_action() instead of a remove function if
/Linux-v5.10/drivers/power/supply/
Dmax14656_charger_detector.c292 ret = devm_add_action(dev, stop_irq_work, chip); in max14656_probe()
Dmax17040_battery.c538 ret = devm_add_action(&client->dev, max17040_stop_work, chip); in max17040_probe()
/Linux-v5.10/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()
/Linux-v5.10/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()
/Linux-v5.10/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()
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_tai.c446 ret = devm_add_action(dev, mvpp22_tai_remove, tai); in mvpp22_tai_probe()
/Linux-v5.10/include/linux/
Ddevice.h253 int devm_add_action(struct device *dev, void (*action)(void *), void *data);
262 ret = devm_add_action(dev, action, data); in devm_add_action_or_reset()
/Linux-v5.10/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);
/Linux-v5.10/drivers/iio/proximity/
Das3935.c436 ret = devm_add_action(dev, as3935_stop_work, indio_dev); in as3935_probe()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_devlink.c326 if (devm_add_action(dev, ice_devlink_free, devlink)) { in ice_allocate_pf()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_drv.c674 ret = devm_add_action(parent, devm_drm_dev_init_release, dev); in devm_drm_dev_init()

12