Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/gma500/
H A Dpower.c59 * call pm_runtime_get() here and put it again in psb_driver_unload() in gma_power_init()
61 * To fix this we need to call pm_runtime_get() once for each active in gma_power_init()
64 * Once this is in place the pm_runtime_get() below should be replaced in gma_power_init()
68 pm_runtime_get(dev->dev); in gma_power_init()
/linux/scripts/coccinelle/api/
H A Dpm_runtime.cocci31 pm_runtime_get\|
/linux/drivers/media/rc/
H A Dgpio-ir-recv.c45 pm_runtime_get(pmdev); in gpio_ir_recv_irq()
/linux/drivers/pwm/
H A Dpwm-lpss.c284 pm_runtime_get(dev); in devm_pwm_lpss_probe()
/linux/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c156 pm_runtime_get(dwc->dev); in dwc3_imx8mp_interrupt()
H A Ddwc3-pci.c408 pm_runtime_get(&pci->dev); in dwc3_pci_remove()
/linux/drivers/media/i2c/
H A Ds5k6a3.c199 ret = pm_runtime_get(sensor->dev); in __s5k6a3_power_on()
/linux/include/linux/
H A Dpm_runtime.h484 * pm_runtime_get - Bump up usage counter and queue up resume of a device.
490 static inline int pm_runtime_get(struct device *dev) in pm_runtime_get() function
/linux/drivers/dma/ti/
H A Dcppi41.c459 * pm_runtime_get/put() when chan_busy[] is modified. This will get in push_desc_queue()
463 pm_runtime_get(cdd->ddev.dev); in push_desc_queue()
497 error = pm_runtime_get(cdd->ddev.dev); in cppi41_dma_issue_pending()
500 dev_err(cdd->ddev.dev, "Failed to pm_runtime_get: %i\n", in cppi41_dma_issue_pending()
596 error = pm_runtime_get(cdd->ddev.dev); in cppi41_dma_prep_slave_sg()
1166 dev_err(&pdev->dev, "%s could not pm_runtime_get: %i\n", in cppi41_dma_remove()
/linux/drivers/net/ipa/
H A Dipa_modem.c145 * We learn from pm_runtime_get() whether the hardware is powered. in ipa_start_xmit()
153 * to pm_runtime_get(). If we determine here that power is ACTIVE, in ipa_start_xmit()
160 ret = pm_runtime_get(dev); in ipa_start_xmit()
/linux/drivers/bluetooth/
H A Dhci_intel.c282 pm_runtime_get(&idev->pdev->dev); in intel_irq()
373 pm_runtime_get(&idev->pdev->dev); in intel_busy_work()
H A Dhci_nokia.c167 pm_runtime_get(dev); in wakeup_handler()
/linux/drivers/counter/
H A Dintel-qep.c448 pm_runtime_get(dev); in intel_qep_remove()
/linux/drivers/hsi/controllers/
H A Domap_ssi_core.c219 pm_runtime_get(ssi->device.parent); in ssi_gdd_tasklet()
/linux/drivers/net/wan/framer/
H A Dframer-core.c40 ret = pm_runtime_get(&framer->dev); in framer_pm_runtime_get()
/linux/drivers/thermal/
H A Dimx_thermal.c316 pm_runtime_get(data->dev); in imx_change_mode()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c517 ret = pm_runtime_get(drm->dev->dev); in nouveau_display_acpi_ntfy()
/linux/drivers/usb/chipidea/
H A Dotg_fsm.c548 pm_runtime_get(ci->dev); in ci_otg_start_pulse()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c575 pm_runtime_get(md_ctrl->dev); in t7xx_cldma_irq_work_cb()
600 pm_runtime_get(md_ctrl->dev); in t7xx_cldma_irq_work_cb()
/linux/sound/soc/codecs/
H A Dcs42l43-jack.c737 pm_runtime_get(priv->dev); in cs42l43_tip_sense_work()
/linux/drivers/usb/musb/
H A Dsunxi.c262 pm_runtime_get(musb->controller); in sunxi_musb_init()
/linux/drivers/usb/host/
H A Dxhci-pci.c664 pm_runtime_get(&dev->dev); in xhci_pci_common_probe()
/linux/drivers/dma/sh/
H A Dshdmac.c864 pm_runtime_get(&pdev->dev); in sh_dmae_probe()
/linux/drivers/net/wwan/
H A Dqcom_bam_dmux.c346 active = pm_runtime_get(dmux->dev); in bam_dmux_netdev_start_xmit()
/linux/drivers/phy/
H A Dphy-core.c167 ret = pm_runtime_get(&phy->dev); in phy_pm_runtime_get()

12