Home
last modified time | relevance | path

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

12

/Linux-v6.6/sound/soc/sof/
Dipc3-control.c136 if (!pm_runtime_active(scomp->dev)) in sof_ipc3_refresh_control()
192 if (pm_runtime_active(scomp->dev)) { in sof_ipc3_volume_put()
240 if (pm_runtime_active(scomp->dev)) { in sof_ipc3_switch_put()
288 if (pm_runtime_active(scomp->dev)) { in sof_ipc3_enum_put()
360 if (pm_runtime_active(scomp->dev)) in sof_ipc3_bytes_put()
436 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.c166 if (!pm_runtime_active(scomp->dev)) in sof_ipc4_volume_put()
214 if (set && !pm_runtime_active(sdev->dev)) in sof_ipc4_set_get_bytes_data()
/Linux-v6.6/include/linux/
Dpm_runtime.h173 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active() function
297 static inline bool pm_runtime_active(struct device *dev) { return true; } in pm_runtime_active() function
/Linux-v6.6/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.6/drivers/media/platform/qcom/venus/
Dcore.c103 if (!pm_runtime_active(core->dev_dec) && !pm_runtime_active(core->dev_enc)) in venus_sys_error_handler()
117 if (!core->pmdomains[0] || !pm_runtime_active(core->pmdomains[0])) in venus_sys_error_handler()
/Linux-v6.6/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c282 if (pm_runtime_active(pfdev->dev)) in panfrost_mmu_flush_range()
555 if (pm_runtime_active(pfdev->dev)) in panfrost_mmu_release_ctx()
/Linux-v6.6/sound/soc/ti/
Domap-mcpdm.c475 while (pm_runtime_active(mcpdm->dev)) { in omap_mcpdm_suspend()
/Linux-v6.6/drivers/phy/ti/
Dphy-twl4030-usb.c613 if (status == MUSB_ID_GROUND && pm_runtime_active(twl->dev)) { in twl4030_usb_irq()
/Linux-v6.6/drivers/hsi/controllers/
Domap_ssi_core.c230 if (!pm_runtime_active(ssi->device.parent)) { in ssi_gdd_tasklet()
Domap_ssi_port.c218 if (!pm_runtime_active(omap_port->pdev)) { in ssi_start_dma()
290 if (!pm_runtime_active(omap_port->pdev)) { in ssi_start_pio()
/Linux-v6.6/drivers/gpu/vga/
Dvga_switcheroo.c459 pm_runtime_active(&client->pdev->dev)) in vga_switcheroo_pwr_state()
/Linux-v6.6/drivers/iio/temperature/
Dmlx90614.c724 if (data->wakeup_gpio && pm_runtime_active(dev)) in mlx90614_pm_suspend()
/Linux-v6.6/drivers/iommu/
Dexynos-iommu.c999 if (pm_runtime_active(data->sysmmu)) in exynos_iommu_detach_device()
1051 if (pm_runtime_active(data->sysmmu)) in exynos_iommu_attach_device()
/Linux-v6.6/sound/soc/intel/avs/
Dcore.c264 if (!pm_runtime_active(bus->dev)) in hdac_bus_irq_handler()
/Linux-v6.6/sound/soc/samsung/
Di2s.c736 WARN_ON(!pm_runtime_active(dai->dev)); in i2s_hw_params()
1029 WARN_ON(!pm_runtime_active(dai->dev)); in i2s_delay()
/Linux-v6.6/drivers/hwmon/
Dina3221.c138 return pm_runtime_active(ina->pm_dev) && in ina3221_is_enabled()
/Linux-v6.6/drivers/pci/hotplug/
Dpciehp_hpc.c610 if (!pm_runtime_active(parent)) { in pciehp_isr()
/Linux-v6.6/drivers/memstick/host/
Drtsx_usb_ms.c834 if (pm_runtime_active(ms_dev(host))) in rtsx_usb_ms_drv_remove()
/Linux-v6.6/drivers/gpu/drm/stm/
Dltdc.c937 if (!pm_runtime_active(ddev->dev)) { in ltdc_crtc_mode_set_nofb()
1086 if (pm_runtime_active(ddev->dev)) { in ltdc_crtc_get_scanout_position()
/Linux-v6.6/sound/soc/intel/skylake/
Dskl.c222 if (!pm_runtime_active(bus->dev)) in skl_interrupt()
/Linux-v6.6/drivers/bluetooth/
Dhci_bcm.c839 if (pm_runtime_active(dev)) in bcm_suspend()
/Linux-v6.6/sound/soc/mediatek/mt8195/
Dmt8195-mt6359.c650 if (cmpnt_afe && !pm_runtime_active(cmpnt_afe->dev)) { in mt8195_sof_be_hw_params()
/Linux-v6.6/sound/pci/hda/
Dhda_controller.c1074 if (!pm_runtime_active(chip->card->dev)) in azx_interrupt()
/Linux-v6.6/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c1105 if (!pm_runtime_active(gmu->dev)) in a6xx_gmu_stop()

12