Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/bus/
H A 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()
H A Dbt1-axi.c102 ret = devm_add_action(dev, bt1_axi_clear_data, axi); in bt1_axi_create_data()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dltq-cputemp.c95 err = devm_add_action(&pdev->dev, ltq_cputemp_disable, NULL); in ltq_cputemp_probe()
H A 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()
/OK3568_Linux_fs/kernel/drivers/edac/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/
H A 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()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc38 devm_add_action
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dsnvs_pwrkey.c195 error = devm_add_action(&pdev->dev, imx_snvs_pwrkey_act, pdata); in imx_snvs_pwrkey_probe()
H A Dmpr121_touchkey.c110 err = devm_add_action(dev, mpr121_vdd_supply_disable, vdd_supply); in mpr121_vdd_supply_init()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A 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
/OK3568_Linux_fs/kernel/drivers/memory/
H A Dbt1-l2-ctl.c158 ret = devm_add_action(dev, l2_ctl_clear_data, l2); in l2_ctl_create_data()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-cougar.c182 error = devm_add_action(&hdev->dev, cougar_remove_shared_data, cougar); in cougar_bind_shared_data()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dda9063_onkey.c239 error = devm_add_action(&pdev->dev, da9063_cancel_poll, onkey); in da9063_onkey_probe()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dmax14656_charger_detector.c292 ret = devm_add_action(dev, stop_irq_work, chip); in max14656_probe()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835.c214 err = devm_add_action(dev, bcm2835_card_free, card); in snd_add_child_device()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A 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()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx_cec.c236 ret = devm_add_action(cec->dev, hdmirx_cec_del, cec); in rk_hdmirx_cec_register()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c274 error = devm_add_action(dev, vf50_ts_channel_release, channels); in vf50_ts_probe()
H A Dtsc2007_core.c375 err = devm_add_action(&client->dev, in tsc2007_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice.h254 int devm_add_action(struct device *dev, void (*action)(void *), void *data);
263 ret = devm_add_action(dev, action, data); in devm_add_action_or_reset()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c446 ret = devm_add_action(dev, mvpp22_tai_remove, tai); in mvpp22_tai_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-cec.c269 ret = devm_add_action(&pdev->dev, dw_hdmi_qp_cec_del, cec); in dw_hdmi_qp_cec_probe()
/OK3568_Linux_fs/kernel/drivers/base/
H A 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);
/OK3568_Linux_fs/kernel/drivers/iio/proximity/
H A Das3935.c440 ret = devm_add_action(dev, as3935_stop_work, indio_dev); in as3935_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_devlink.c328 if (devm_add_action(dev, ice_devlink_free, devlink)) { in ice_allocate_pf()

123