Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Ddevm-helpers.h51 return devm_add_action(dev, devm_delayed_work_drop, w); in devm_delayed_work_autocancel()
76 return devm_add_action(dev, devm_work_drop, w); in devm_work_autocancel()
/linux/sound/soc/intel/avs/
H A Dboard_selection.c423 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_probe_board()
448 ret = devm_add_action(adev->dev, board_pdev_unregister, codec); in avs_register_dmic_board()
468 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_dmic_board()
510 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_i2s_board()
601 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_hda_board()
/linux/drivers/hwmon/
H A Dltq-cputemp.c96 err = devm_add_action(&pdev->dev, ltq_cputemp_disable, NULL); in ltq_cputemp_probe()
H A Dsfctemp.c300 ret = devm_add_action(dev, sfctemp_disable_action, sfctemp); in sfctemp_probe()
H A Dbt1-pvt.c870 ret = devm_add_action(dev, pvt_clear_data, pvt); in pvt_create_data()
1085 ret = devm_add_action(pvt->dev, pvt_disable_iface, pvt); in pvt_enable_iface()
/linux/drivers/bus/
H A Dbt1-apb.c135 ret = devm_add_action(dev, bt1_apb_clear_data, apb); in bt1_apb_create_data()
248 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()
/linux/drivers/gpu/drm/i2c/
H A Dtda9950.c364 ret = devm_add_action(dev, tda9950_devm_glue_exit, glue); in tda9950_devm_glue_init()
428 ret = devm_add_action(dev, tda9950_cec_del, priv); in tda9950_probe()
/linux/lib/kunit/
H A Dkunit-test.c750 devm_add_action(test_device, test_dev_action, &action_was_run); in kunit_device_test()
768 devm_add_action(test_device, test_dev_action, &action_was_run); in kunit_device_cleanup_test()
826 devm_add_action(test_device, test_dev_action, &test_state->action_was_run); in kunit_device_driver_test()
/linux/drivers/iio/potentiometer/
H A Dmax5481.c165 ret = devm_add_action(&spi->dev, max5481_wiper_save, data); in max5481_probe()
/linux/drivers/leds/
H A Dleds-nic78bx.c164 ret = devm_add_action(dev, lock_led_reg_action, led_data); in nic78bx_probe()
H A Dleds-aw200xx.c581 ret = devm_add_action(&client->dev, aw200xx_disable_action, chip); in aw200xx_probe()
600 ret = devm_add_action(&client->dev, aw200xx_chip_reset_action, chip); in aw200xx_probe()
H A Dleds-lp3952.c236 status = devm_add_action(&client->dev, gpio_set_low_action, priv); in lp3952_probe()
H A Dleds-aw2013.c395 ret = devm_add_action(&client->dev, aw2013_chip_disable_action, chip); in aw2013_probe()
/linux/drivers/input/misc/
H A Dnxp-bbnsm-pwrkey.c146 error = devm_add_action(&pdev->dev, bbnsm_pwrkey_act, bbnsm); in bbnsm_pwrkey_probe()
/linux/drivers/input/keyboard/
H A Dsnvs_pwrkey.c195 error = devm_add_action(&pdev->dev, imx_snvs_pwrkey_act, pdata); in imx_snvs_pwrkey_probe()
/linux/drivers/memory/
H A Dbt1-l2-ctl.c158 ret = devm_add_action(dev, l2_ctl_clear_data, l2); in l2_ctl_create_data()
/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835.c189 err = devm_add_action(dev, bcm2835_card_free, card); in snd_add_child_device()
/linux/Documentation/hwmon/
H A Dsubmitting-patches.rst96 If a function is not supported by devres, consider using devm_add_action().
128 hwmon subsystem. Try using devm_add_action() instead of a remove function if
/linux/drivers/mtd/spi-nor/
H A Ddebugfs.c240 ret = devm_add_action(nor->dev, spi_nor_debugfs_unregister, nor); in spi_nor_debugfs_register()
/linux/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.c350 err = devm_add_action(&client->dev, in tsc2007_probe()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c446 ret = devm_add_action(dev, mvpp22_tai_remove, tai); in mvpp22_tai_probe()
/linux/kernel/dma/
H A Dmap_benchmark.c296 ret = devm_add_action(dev, map_benchmark_remove_debugfs, map); in __map_benchmark_probe()
/linux/drivers/regulator/
H A Ddevres.c436 ret = devm_add_action(dev, devm_regulator_bulk_disable, devres); in devm_regulator_bulk_get_enable()

12