Searched refs:pm_runtime_get (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/drivers/gpu/drm/gma500/
H A Dpower.c59 * call pm_runtime_get() here and put it again in psb_driver_unload()
61 * To fix this we need to call pm_runtime_get() once for each active
64 * Once this is in place the pm_runtime_get() below should be replaced
68 pm_runtime_get(dev->dev);
/linux-master/drivers/clk/samsung/
H A Dclk-exynos5-subcmu.c106 pm_runtime_get(dev);
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif.c460 pm_runtime_get(&pdev->dev);
564 pm_runtime_get(dev);
/linux-master/drivers/media/rc/
H A Dgpio-ir-recv.c46 pm_runtime_get(pmdev);
/linux-master/drivers/pwm/
H A Dpwm-lpss.c283 pm_runtime_get(dev);
/linux-master/drivers/misc/mei/
H A Dclient.c1006 rets = pm_runtime_get(dev->dev);
1143 rets = pm_runtime_get(dev->dev);
1542 rets = pm_runtime_get(dev->dev);
1708 rets = pm_runtime_get(dev->dev);
1997 rets = pm_runtime_get(dev->dev);
2346 rets = pm_runtime_get(dev->dev);
2431 rets = pm_runtime_get(dev->dev);
/linux-master/drivers/media/i2c/
H A Ds5k6a3.c199 ret = pm_runtime_get(sensor->dev);
/linux-master/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c142 pm_runtime_get(dwc->dev);
H A Ddwc3-pci.c388 pm_runtime_get(&pci->dev);
/linux-master/drivers/net/ipa/
H A Dipa_modem.c147 * We learn from pm_runtime_get() whether the hardware is powered.
155 * to pm_runtime_get(). If we determine here that power is ACTIVE,
162 ret = pm_runtime_get(dev);
/linux-master/include/linux/
H A Dpm_runtime.h388 * pm_runtime_get - Bump up usage counter and queue up resume of a device.
394 static inline int pm_runtime_get(struct device *dev) function
/linux-master/drivers/hsi/controllers/
H A Domap_ssi_port.c216 pm_runtime_get(omap_port->pdev);
288 pm_runtime_get(omap_port->pdev);
299 pm_runtime_get(omap_port->pdev);
641 pm_runtime_get(omap_port->pdev);
783 pm_runtime_get(omap_port->pdev);
H A Domap_ssi_core.c228 pm_runtime_get(ssi->device.parent);
/linux-master/drivers/dma/ti/
H A Dcppi41.c459 * pm_runtime_get/put() when chan_busy[] is modified. This will get
463 pm_runtime_get(cdd->ddev.dev);
497 error = pm_runtime_get(cdd->ddev.dev);
500 dev_err(cdd->ddev.dev, "Failed to pm_runtime_get: %i\n",
596 error = pm_runtime_get(cdd->ddev.dev);
1166 dev_err(&pdev->dev, "%s could not pm_runtime_get: %i\n",
/linux-master/drivers/counter/
H A Dintel-qep.c452 pm_runtime_get(dev);
/linux-master/drivers/bluetooth/
H A Dhci_intel.c282 pm_runtime_get(&idev->pdev->dev);
373 pm_runtime_get(&idev->pdev->dev);
H A Dhci_nokia.c172 pm_runtime_get(dev);
H A Dhci_bcm.c328 pm_runtime_get(bdev->dev);
712 pm_runtime_get(bcm->dev->dev);
/linux-master/drivers/hwtracing/stm/
H A Dcore.c674 pm_runtime_get(&stm->dev);
1180 pm_runtime_get(&link->dev);
/linux-master/drivers/usb/chipidea/
H A Dotg_fsm.c549 pm_runtime_get(ci->dev);
/linux-master/drivers/net/wan/framer/
H A Dframer-core.c40 ret = pm_runtime_get(&framer->dev);
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c575 pm_runtime_get(md_ctrl->dev);
600 pm_runtime_get(md_ctrl->dev);
/linux-master/drivers/usb/mtu3/
H A Dmtu3_core.c729 pm_runtime_get(mtu->dev);
/linux-master/drivers/dma/sh/
H A Dshdma-base.c115 ret = pm_runtime_get(schan->dev);
/linux-master/drivers/usb/musb/
H A Dsunxi.c262 pm_runtime_get(musb->controller);

Completed in 225 milliseconds

12