Home
last modified time | relevance | path

Searched refs:devm_add_action_or_reset (Results 1 – 25 of 120) sorted by relevance

12345

/Linux-v5.4/drivers/watchdog/
Dimgpdc_wdt.c216 ret = devm_add_action_or_reset(dev, pdc_clk_disable_unprepare, in pdc_wdt_probe()
226 ret = devm_add_action_or_reset(dev, pdc_clk_disable_unprepare, in pdc_wdt_probe()
Dstm32_iwdg.c183 ret = devm_add_action_or_reset(dev, in stm32_iwdg_clk_init()
195 ret = devm_add_action_or_reset(dev, stm32_clk_disable_unprepare, in stm32_iwdg_clk_init()
Dlpc18xx_wdt.c236 ret = devm_add_action_or_reset(dev, lpc18xx_clk_disable_unprepare, in lpc18xx_wdt_probe()
246 ret = devm_add_action_or_reset(dev, lpc18xx_clk_disable_unprepare, in lpc18xx_wdt_probe()
Dasm9260_wdt.c226 err = devm_add_action_or_reset(priv->dev, in asm9260_wdt_get_dt_clks()
243 err = devm_add_action_or_reset(priv->dev, in asm9260_wdt_get_dt_clks()
Dloongson1_wdt.c112 err = devm_add_action_or_reset(dev, ls1x_clk_disable_unprepare, in ls1x_wdt_probe()
Drtd119x_wdt.c123 ret = devm_add_action_or_reset(dev, rtd119x_clk_disable_unprepare, in rtd119x_wdt_probe()
Dimx_sc_wdt.c206 ret = devm_add_action_or_reset(dev, imx_sc_wdt_action, in imx_sc_wdt_probe()
Datlas7_wdt.c154 ret = devm_add_action_or_reset(dev, atlas7_clk_disable_unprepare, clk); in atlas7_wdt_probe()
Dpic32-dmt.c196 ret = devm_add_action_or_reset(dev, pic32_clk_disable_unprepare, in pic32_dmt_probe()
Dpic32-wdt.c200 ret = devm_add_action_or_reset(dev, pic32_clk_disable_unprepare, in pic32_wdt_drv_probe()
Dpnx4008_wdt.c205 ret = devm_add_action_or_reset(dev, pnx4008_clk_disable_unprepare, in pnx4008_wdt_probe()
Dbcm7038_wdt.c137 err = devm_add_action_or_reset(dev, in bcm7038_wdt_probe()
Dmeson_gxbb_wdt.c165 ret = devm_add_action_or_reset(dev, meson_clk_disable_unprepare, in meson_gxbb_wdt_probe()
/Linux-v5.4/drivers/char/hw_random/
Dmeson-rng.c67 ret = devm_add_action_or_reset(dev, meson_rng_clk_disable, in meson_rng_probe()
/Linux-v5.4/drivers/nvmem/
Dmeson-efuse.c60 ret = devm_add_action_or_reset(dev, in meson_efuse_probe()
/Linux-v5.4/drivers/usb/host/
Dxhci-ext-caps.c74 ret = devm_add_action_or_reset(dev, xhci_intel_unregister_pdev, pdev); in xhci_create_intel_xhci_sw_pdev()
/Linux-v5.4/drivers/pci/controller/
Dpci-host-common.c46 err = devm_add_action_or_reset(dev, gen_pci_unmap_cfg, cfg); in gen_pci_init()
/Linux-v5.4/drivers/nvdimm/
Dblk.c255 if (devm_add_action_or_reset(dev, nd_blk_release_queue, q)) in nsblk_attach_disk()
274 if (devm_add_action_or_reset(dev, nd_blk_release_disk, disk)) in nsblk_attach_disk()
/Linux-v5.4/drivers/input/rmi4/
Drmi_i2c.c240 error = devm_add_action_or_reset(&client->dev, in rmi_i2c_probe()
278 error = devm_add_action_or_reset(&client->dev, in rmi_i2c_probe()
/Linux-v5.4/drivers/gpio/
Dgpio-vf610.c274 ret = devm_add_action_or_reset(dev, vf610_gpio_disable_clk, in vf610_gpio_probe()
292 ret = devm_add_action_or_reset(dev, vf610_gpio_disable_clk, in vf610_gpio_probe()
/Linux-v5.4/drivers/char/xillybus/
Dxillybus_of.c96 return devm_add_action_or_reset(ep->dev, xilly_of_unmap, this); in xilly_map_single_of()
Dxillybus_pcie.c117 return devm_add_action_or_reset(ep->dev, xilly_pci_unmap, this); in xilly_map_single_pci()
/Linux-v5.4/drivers/hwmon/
Dpwm-fan.c323 ret = devm_add_action_or_reset(dev, pwm_fan_regulator_disable, in pwm_fan_probe()
342 ret = devm_add_action_or_reset(dev, pwm_fan_pwm_disable, ctx); in pwm_fan_probe()
/Linux-v5.4/drivers/input/touchscreen/
Dresistive-adc-touch.c173 error = devm_add_action_or_reset(dev, grts_disable, st->iio_cb); in grts_probe()
/Linux-v5.4/drivers/mfd/
Dti-lmu.c181 ret = devm_add_action_or_reset(dev, ti_lmu_disable_hw, lmu); in ti_lmu_probe()

12345