Home
last modified time | relevance | path

Searched refs:pm_runtime_active (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.4/sound/soc/sof/
Dcontrol.c76 if (pm_runtime_active(sdev->dev)) in snd_sof_volume_put()
122 if (pm_runtime_active(sdev->dev)) in snd_sof_switch_put()
169 if (pm_runtime_active(sdev->dev)) in snd_sof_enum_put()
243 if (pm_runtime_active(sdev->dev)) in snd_sof_bytes_put()
311 if (pm_runtime_active(sdev->dev)) in snd_sof_bytes_ext_put()
Ddebug.c287 if (pm_runtime_active(sdev->dev) || in sof_dfsentry_read()
297 if (!pm_runtime_active(sdev->dev) && in sof_dfsentry_read()
/Linux-v5.4/drivers/pwm/
Dpwm-omap-dmtimer.c182 timer_active = pm_runtime_active(&omap->dm_timer_pdev->dev); in pwm_omap_dmtimer_config()
320 if (pm_runtime_active(&omap->dm_timer_pdev->dev)) in pwm_omap_dmtimer_probe()
355 if (pm_runtime_active(&omap->dm_timer_pdev->dev)) in pwm_omap_dmtimer_remove()
/Linux-v5.4/include/linux/
Dpm_runtime.h84 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active() function
158 static inline bool pm_runtime_active(struct device *dev) { return true; } in pm_runtime_active() function
/Linux-v5.4/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c237 if (pm_runtime_active(pfdev->dev)) in panfrost_mmu_flush_range()
384 if (pm_runtime_active(pfdev->dev)) in panfrost_mmu_pgtable_free()
/Linux-v5.4/drivers/gpu/drm/stm/
Dltdc.c518 runtime_active = pm_runtime_active(ddev->dev); in ltdc_crtc_mode_fixup()
555 if (!pm_runtime_active(ddev->dev)) { in ltdc_crtc_mode_set_nofb()
696 if (pm_runtime_active(ddev->dev)) { in ltdc_crtc_scanoutpos()
/Linux-v5.4/drivers/iio/temperature/
Dmlx90614.c595 if (data->wakeup_gpio && pm_runtime_active(dev)) in mlx90614_pm_suspend()
/Linux-v5.4/sound/soc/ti/
Domap-mcpdm.c471 while (pm_runtime_active(mcpdm->dev)) { in omap_mcpdm_suspend()
/Linux-v5.4/drivers/iommu/
Dexynos-iommu.c853 if (pm_runtime_active(data->sysmmu)) in exynos_iommu_detach_device()
905 if (pm_runtime_active(data->sysmmu)) in exynos_iommu_attach_device()
/Linux-v5.4/drivers/phy/ti/
Dphy-twl4030-usb.c597 if (status == MUSB_ID_GROUND && pm_runtime_active(twl->dev)) { in twl4030_usb_irq()
/Linux-v5.4/drivers/gpu/vga/
Dvga_switcheroo.c459 pm_runtime_active(&client->pdev->dev)) in vga_switcheroo_pwr_state()
/Linux-v5.4/drivers/hsi/controllers/
Domap_ssi_core.c228 if (!pm_runtime_active(ssi->device.parent)) { in ssi_gdd_tasklet()
Domap_ssi_port.c224 if (!pm_runtime_active(omap_port->pdev)) { in ssi_start_dma()
296 if (!pm_runtime_active(omap_port->pdev)) { in ssi_start_pio()
/Linux-v5.4/drivers/net/ethernet/realtek/
Dr8169_main.c1535 if (pm_runtime_active(d)) in rtl8169_set_wol()
1784 if (pm_runtime_active(d)) in rtl8169_get_ethtool_stats()
2043 if (!pm_runtime_active(d)) { in rtl8169_get_eee()
2065 if (!pm_runtime_active(d)) { in rtl8169_set_eee()
3894 if (pm_runtime_active(d)) in rtl_set_mac_address()
6516 if (netif_running(dev) && pm_runtime_active(&pdev->dev)) in rtl8169_get_stats64()
6544 if (pm_runtime_active(&pdev->dev)) in rtl8169_get_stats64()
/Linux-v5.4/drivers/pci/hotplug/
Dpciehp_hpc.c512 if (!pm_runtime_active(parent)) { in pciehp_isr()
/Linux-v5.4/drivers/hwmon/
Dina3221.c125 return pm_runtime_active(ina->pm_dev) && in ina3221_is_enabled()
/Linux-v5.4/sound/soc/samsung/
Di2s.c728 WARN_ON(!pm_runtime_active(dai->dev)); in i2s_hw_params()
1014 WARN_ON(!pm_runtime_active(dai->dev)); in i2s_delay()
/Linux-v5.4/drivers/memstick/host/
Drtsx_usb_ms.c837 if (pm_runtime_active(ms_dev(host))) in rtsx_usb_ms_drv_remove()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl.c219 if (!pm_runtime_active(bus->dev)) in skl_interrupt()
/Linux-v5.4/drivers/bluetooth/
Dhci_bcm.c773 if (pm_runtime_active(dev)) in bcm_suspend()
/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c848 if (!pm_runtime_active(gmu->dev)) in a6xx_gmu_stop()
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c1143 if (!pm_runtime_active(chip->card->dev)) in azx_interrupt()
/Linux-v5.4/drivers/gpio/
Dgpio-omap.c569 if (WARN_ONCE(!pm_runtime_active(bank->chip.parent), in omap_gpio_irq_handler()
/Linux-v5.4/drivers/bus/
Dti-sysc.c2391 if (pm_runtime_active(ddata->dev)) in ti_sysc_idle()
/Linux-v5.4/drivers/usb/dwc3/
Dgadget.c2039 if (pm_runtime_active(dwc->dev)) in dwc3_gadget_start()

12