Home
last modified time | relevance | path

Searched refs:pm_runtime_irq_safe (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/include/linux/
H A Dpm_runtime.h84 extern void pm_runtime_irq_safe(struct device *dev);
302 static inline void pm_runtime_irq_safe(struct device *dev) {} in pm_runtime_irq_safe() function
/openbmc/linux/drivers/cpuidle/
H A Ddt_idle_genpd.c187 pm_runtime_irq_safe(dev); in dt_idle_attach_cpu()
/openbmc/linux/drivers/watchdog/
H A Drzg2l_wdt.c293 pm_runtime_irq_safe(&pdev->dev); in rzg2l_wdt_probe()
/openbmc/linux/drivers/clocksource/
H A Dsh_mtu2.c480 pm_runtime_irq_safe(&pdev->dev); in sh_mtu2_probe()
H A Dsh_tmu.c628 pm_runtime_irq_safe(&pdev->dev); in sh_tmu_probe()
H A Dsh_cmt.c1151 pm_runtime_irq_safe(&pdev->dev); in sh_cmt_probe()
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-crc32.c351 pm_runtime_irq_safe(dev); in stm32_crc_probe()
/openbmc/linux/drivers/base/power/
H A Druntime.c1615 void pm_runtime_irq_safe(struct device *dev) in pm_runtime_irq_safe() function
1624 EXPORT_SYMBOL_GPL(pm_runtime_irq_safe);
/openbmc/linux/Documentation/power/
H A Druntime_pm.rst78 enabled. However, the pm_runtime_irq_safe() helper function can be used to tell
496 `void pm_runtime_irq_safe(struct device *dev);`
553 If pm_runtime_irq_safe() has been called for a device then the following helper
/openbmc/linux/drivers/dma/qcom/
H A Dbam_dma.c1367 pm_runtime_irq_safe(&pdev->dev); in bam_dma_probe()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-tegra.c1810 pm_runtime_irq_safe(i2c_dev->dev); in tegra_i2c_probe()
/openbmc/linux/drivers/dma/
H A Dtegra20-apb-dma.c1478 pm_runtime_irq_safe(&pdev->dev); in tegra_dma_probe()
H A Dpl330.c3178 pm_runtime_irq_safe(&adev->dev); in pl330_probe()
H A Dste_dma40.c3626 pm_runtime_irq_safe(base->dev); in d40_probe()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_omap.c1524 pm_runtime_irq_safe(&pdev->dev); in omap8250_probe()