Home
last modified time | relevance | path

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

12

/Linux-v6.1/sound/soc/sof/
Dipc3-control.c102 if (!pm_runtime_active(scomp->dev)) in snd_sof_refresh_control()
158 if (pm_runtime_active(scomp->dev)) { in sof_ipc3_volume_put()
206 if (pm_runtime_active(scomp->dev)) { in sof_ipc3_switch_put()
254 if (pm_runtime_active(scomp->dev)) { in sof_ipc3_enum_put()
326 if (pm_runtime_active(scomp->dev)) in sof_ipc3_bytes_put()
440 if (pm_runtime_active(scomp->dev)) in sof_ipc3_bytes_ext_put()
Ddebug.c87 if (pm_runtime_active(sdev->dev) || in sof_dfsentry_read()
97 if (!pm_runtime_active(sdev->dev) && in sof_dfsentry_read()
Dipc4-control.c132 if (!pm_runtime_active(scomp->dev)) in sof_ipc4_volume_put()
/Linux-v6.1/include/linux/
Dpm_runtime.h175 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active() function
299 static inline bool pm_runtime_active(struct device *dev) { return true; } in pm_runtime_active() function
/Linux-v6.1/drivers/pwm/
Dpwm-omap-dmtimer.c394 if (pm_runtime_active(&omap->dm_timer_pdev->dev)) in pwm_omap_dmtimer_probe()
450 if (pm_runtime_active(&omap->dm_timer_pdev->dev)) in pwm_omap_dmtimer_remove()
/Linux-v6.1/drivers/media/platform/qcom/venus/
Dcore.c102 if (!pm_runtime_active(core->dev_dec) && !pm_runtime_active(core->dev_enc)) in venus_sys_error_handler()
116 if (!core->pmdomains[0] || !pm_runtime_active(core->pmdomains[0])) in venus_sys_error_handler()
/Linux-v6.1/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c282 if (pm_runtime_active(pfdev->dev)) in panfrost_mmu_flush_range()
553 if (pm_runtime_active(pfdev->dev)) in panfrost_mmu_release_ctx()
/Linux-v6.1/sound/soc/ti/
Domap-mcpdm.c471 while (pm_runtime_active(mcpdm->dev)) { in omap_mcpdm_suspend()
/Linux-v6.1/drivers/iio/temperature/
Dmlx90614.c625 if (data->wakeup_gpio && pm_runtime_active(dev)) in mlx90614_pm_suspend()
/Linux-v6.1/drivers/iommu/
Dexynos-iommu.c931 if (pm_runtime_active(data->sysmmu)) in exynos_iommu_detach_device()
983 if (pm_runtime_active(data->sysmmu)) in exynos_iommu_attach_device()
/Linux-v6.1/drivers/phy/ti/
Dphy-twl4030-usb.c612 if (status == MUSB_ID_GROUND && pm_runtime_active(twl->dev)) { in twl4030_usb_irq()
/Linux-v6.1/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-v6.1/sound/soc/intel/avs/
Dcore.c259 if (!pm_runtime_active(bus->dev)) in hdac_bus_irq_handler()
/Linux-v6.1/drivers/gpu/vga/
Dvga_switcheroo.c459 pm_runtime_active(&client->pdev->dev)) in vga_switcheroo_pwr_state()
/Linux-v6.1/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-v6.1/drivers/hwmon/
Dina3221.c138 return pm_runtime_active(ina->pm_dev) && in ina3221_is_enabled()
/Linux-v6.1/drivers/pci/hotplug/
Dpciehp_hpc.c616 if (!pm_runtime_active(parent)) { in pciehp_isr()
/Linux-v6.1/drivers/memstick/host/
Drtsx_usb_ms.c834 if (pm_runtime_active(ms_dev(host))) in rtsx_usb_ms_drv_remove()
/Linux-v6.1/drivers/gpu/drm/stm/
Dltdc.c938 if (!pm_runtime_active(ddev->dev)) { in ltdc_crtc_mode_set_nofb()
1087 if (pm_runtime_active(ddev->dev)) { in ltdc_crtc_get_scanout_position()
/Linux-v6.1/sound/soc/intel/skylake/
Dskl.c222 if (!pm_runtime_active(bus->dev)) in skl_interrupt()
/Linux-v6.1/drivers/bluetooth/
Dhci_bcm.c831 if (pm_runtime_active(dev)) in bcm_suspend()
/Linux-v6.1/sound/pci/hda/
Dhda_controller.c1074 if (!pm_runtime_active(chip->card->dev)) in azx_interrupt()
/Linux-v6.1/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c1130 if (!pm_runtime_active(gmu->dev)) in a6xx_gmu_stop()
/Linux-v6.1/drivers/gpio/
Dgpio-omap.c571 if (WARN_ONCE(!pm_runtime_active(bank->chip.parent), in omap_gpio_irq_handler()

12