Home
last modified time | relevance | path

Searched refs:pm_runtime_get (Results 1 – 25 of 54) sorted by relevance

123

/linux/drivers/base/power/
H A Druntime-test.c103 KUNIT_EXPECT_EQ(test, -EACCES, pm_runtime_get(dev)); in pm_runtime_disabled_test()
109 KUNIT_EXPECT_EQ(test, -EACCES, pm_runtime_get(dev)); in pm_runtime_disabled_test()
142 KUNIT_EXPECT_EQ(test, -EINVAL, pm_runtime_get(dev)); in pm_runtime_error_test()
148 KUNIT_EXPECT_EQ(test, -EINVAL, pm_runtime_get(dev)); in pm_runtime_error_test()
151 KUNIT_EXPECT_EQ(test, -EINVAL, pm_runtime_get(dev)); in pm_runtime_error_test()
172 KUNIT_EXPECT_EQ(test, 0, pm_runtime_get(dev)); in pm_runtime_error_test()
/linux/drivers/misc/mei/
H A Dclient.c983 rets = pm_runtime_get(dev->parent); in mei_cl_disconnect()
1119 rets = pm_runtime_get(dev->parent); in mei_cl_connect()
1517 rets = pm_runtime_get(dev->parent); in mei_cl_notify_request()
1682 rets = pm_runtime_get(dev->parent); in mei_cl_read_start()
1970 rets = pm_runtime_get(dev->parent); in mei_cl_write()
2316 rets = pm_runtime_get(dev->parent); in mei_cl_dma_alloc_and_map()
2400 rets = pm_runtime_get(dev->parent); in mei_cl_dma_unmap()
/linux/drivers/gpu/drm/gma500/
H A Dpower.c68 pm_runtime_get(dev->dev); in gma_power_init()
/linux/scripts/coccinelle/api/
H A Dpm_runtime.cocci31 pm_runtime_get\|
/linux/drivers/media/platform/ti/davinci/
H A Dvpif.c460 pm_runtime_get(&pdev->dev); in vpif_probe()
566 pm_runtime_get(dev); in vpif_resume()
/linux/drivers/media/rc/
H A Dgpio-ir-recv.c45 pm_runtime_get(pmdev); in gpio_ir_recv_irq()
/linux/drivers/clk/samsung/
H A Dclk-exynos5-subcmu.c107 pm_runtime_get(dev); in exynos5_subcmu_probe()
/linux/drivers/hsi/controllers/
H A Domap_ssi_port.c216 pm_runtime_get(omap_port->pdev); in ssi_start_dma()
288 pm_runtime_get(omap_port->pdev); in ssi_start_pio()
299 pm_runtime_get(omap_port->pdev); in ssi_start_pio()
636 pm_runtime_get(omap_port->pdev); in ssi_transfer()
775 pm_runtime_get(omap_port->pdev); in ssi_release()
H A Domap_ssi_core.c219 pm_runtime_get(ssi->device.parent); in ssi_gdd_tasklet()
/linux/drivers/pwm/
H A Dpwm-lpss.c284 pm_runtime_get(dev); in devm_pwm_lpss_probe()
/linux/drivers/dma/ti/
H A Dcppi41.c461 pm_runtime_get(cdd->ddev.dev); in push_desc_queue()
495 error = pm_runtime_get(cdd->ddev.dev); in cppi41_dma_issue_pending()
593 error = pm_runtime_get(cdd->ddev.dev); in cppi41_dma_prep_slave_sg()
/linux/drivers/media/i2c/
H A Ds5k6a3.c193 ret = pm_runtime_get(sensor->dev); in __s5k6a3_power_on()
/linux/drivers/thermal/
H A Dimx91_thermal.c207 ret = pm_runtime_get(tmu->dev); in imx91_tmu_change_mode()
H A Dimx_thermal.c316 pm_runtime_get(data->dev); in imx_change_mode()
/linux/drivers/net/ipa/
H A Dipa_modem.c158 ret = pm_runtime_get(dev); in ipa_start_xmit()
/linux/include/linux/
H A Dpm_runtime.h492 static inline int pm_runtime_get(struct device *dev) in pm_runtime_get() function
/linux/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c156 pm_runtime_get(dwc->dev); in dwc3_imx8mp_interrupt()
H A Ddwc3-pci.c410 pm_runtime_get(&pci->dev); in dwc3_pci_remove()
/linux/drivers/bluetooth/
H A Dhci_intel.c280 pm_runtime_get(&idev->pdev->dev); in intel_irq()
370 pm_runtime_get(&idev->pdev->dev); in intel_busy_work()
H A Dhci_bcm.c328 pm_runtime_get(bdev->dev); in bcm_host_wake()
711 pm_runtime_get(bcm->dev->dev); in bcm_recv()
/linux/drivers/counter/
H A Dintel-qep.c448 pm_runtime_get(dev); in intel_qep_remove()
/linux/sound/soc/sdca/
H A Dsdca_fdl.c354 pm_runtime_get(interrupt->dev); in fdl_status_process()
/linux/drivers/hwtracing/stm/
H A Dcore.c674 pm_runtime_get(&stm->dev); in stm_mmap_open()
1180 pm_runtime_get(&link->dev); in stm_source_link_store()
/linux/drivers/net/wan/framer/
H A Dframer-core.c40 ret = pm_runtime_get(&framer->dev); in framer_pm_runtime_get()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c573 pm_runtime_get(md_ctrl->dev); in t7xx_cldma_irq_work_cb()
598 pm_runtime_get(md_ctrl->dev); in t7xx_cldma_irq_work_cb()

123