Home
last modified time | relevance | path

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

123

/linux-6.15/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-6.15/sound/soc/intel/avs/
H A Dboard_selection.c436 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_probe_board()
461 ret = devm_add_action(adev->dev, board_pdev_unregister, codec); in avs_register_dmic_board()
481 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_dmic_board()
523 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_i2s_board()
614 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_hda_board()
/linux-6.15/rust/helpers/
H A Ddevice.c9 return devm_add_action(dev, action, data); in rust_helper_devm_add_action()
/linux-6.15/drivers/soc/imx/
H A Dsoc-imx8m.c253 ret = devm_add_action(dev, imx8m_unregister_soc, soc_dev); in imx8m_soc_probe()
265 ret = devm_add_action(dev, imx8m_unregister_cpufreq, cpufreq_dev); in imx8m_soc_probe()
/linux-6.15/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()
/linux-6.15/drivers/bus/
H A Dbt1-apb.c135 ret = devm_add_action(dev, bt1_apb_clear_data, apb); in bt1_apb_create_data()
227 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-6.15/rust/kernel/
H A Ddevres.rs119 unsafe { bindings::devm_add_action(dev.as_raw(), Some(inner.callback), data as _) }; in new()
/linux-6.15/drivers/pci/hotplug/
H A Doctep_hp.c350 ret = devm_add_action(&pdev->dev, octep_hp_irq_cleanup, hp_ctrl); in octep_hp_controller_setup()
399 ret = devm_add_action(&pdev->dev, octep_hp_deregister_slot, in octep_hp_pci_probe()
/linux-6.15/drivers/char/tpm/eventlog/
H A Dacpi.c169 ret = devm_add_action(&chip->dev, tpm_bios_log_free, log->bios_event_log); in tpm_read_log_acpi()
/linux-6.15/drivers/media/cec/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-6.15/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()
828 devm_add_action(test_device, test_dev_action, &test_state->action_was_run); in kunit_device_driver_test()
/linux-6.15/drivers/iio/potentiometer/
H A Dmax5481.c165 ret = devm_add_action(&spi->dev, max5481_wiper_save, data); in max5481_probe()
/linux-6.15/drivers/leds/
H A Dleds-nic78bx.c172 ret = devm_add_action(dev, lock_led_reg_action, led_data); in nic78bx_probe()
H A Dleds-aw200xx.c578 ret = devm_add_action(&client->dev, aw200xx_disable_action, chip); in aw200xx_probe()
597 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()
/linux-6.15/drivers/input/keyboard/
H A Dsnvs_pwrkey.c174 error = devm_add_action(&pdev->dev, imx_snvs_pwrkey_act, pdata); in imx_snvs_pwrkey_probe()
/linux-6.15/drivers/input/misc/
H A Dnxp-bbnsm-pwrkey.c160 error = devm_add_action(&pdev->dev, bbnsm_pwrkey_act, bbnsm); in bbnsm_pwrkey_probe()
/linux-6.15/drivers/pci/
H A Ddevres.c397 ret = devm_add_action(&pdev->dev, __pcim_clear_mwi, pdev); in pcim_set_mwi()
489 ret = devm_add_action(&pdev->dev, pcim_disable_device, pdev); in pcim_enable_device()
/linux-6.15/drivers/memory/
H A Dbt1-l2-ctl.c158 ret = devm_add_action(dev, l2_ctl_clear_data, l2); in l2_ctl_create_data()
/linux-6.15/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-6.15/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-6.15/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx_cec.c233 ret = devm_add_action(cec->dev, hdmirx_cec_del, cec); in snps_hdmirx_cec_register()
/linux-6.15/drivers/mtd/spi-nor/
H A Ddebugfs.c240 ret = devm_add_action(nor->dev, spi_nor_debugfs_unregister, nor); in spi_nor_debugfs_register()

123