| /Linux-v5.4/sound/soc/sof/ |
| D | control.c | 76 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()
|
| D | debug.c | 287 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/ |
| D | pwm-omap-dmtimer.c | 182 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/ |
| D | pm_runtime.h | 84 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/ |
| D | panfrost_mmu.c | 237 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/ |
| D | ltdc.c | 518 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/ |
| D | mlx90614.c | 595 if (data->wakeup_gpio && pm_runtime_active(dev)) in mlx90614_pm_suspend()
|
| /Linux-v5.4/sound/soc/ti/ |
| D | omap-mcpdm.c | 471 while (pm_runtime_active(mcpdm->dev)) { in omap_mcpdm_suspend()
|
| /Linux-v5.4/drivers/iommu/ |
| D | exynos-iommu.c | 853 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/ |
| D | phy-twl4030-usb.c | 597 if (status == MUSB_ID_GROUND && pm_runtime_active(twl->dev)) { in twl4030_usb_irq()
|
| /Linux-v5.4/drivers/gpu/vga/ |
| D | vga_switcheroo.c | 459 pm_runtime_active(&client->pdev->dev)) in vga_switcheroo_pwr_state()
|
| /Linux-v5.4/drivers/hsi/controllers/ |
| D | omap_ssi_core.c | 228 if (!pm_runtime_active(ssi->device.parent)) { in ssi_gdd_tasklet()
|
| D | omap_ssi_port.c | 224 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/ |
| D | r8169_main.c | 1535 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/ |
| D | pciehp_hpc.c | 512 if (!pm_runtime_active(parent)) { in pciehp_isr()
|
| /Linux-v5.4/drivers/hwmon/ |
| D | ina3221.c | 125 return pm_runtime_active(ina->pm_dev) && in ina3221_is_enabled()
|
| /Linux-v5.4/sound/soc/samsung/ |
| D | i2s.c | 728 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/ |
| D | rtsx_usb_ms.c | 837 if (pm_runtime_active(ms_dev(host))) in rtsx_usb_ms_drv_remove()
|
| /Linux-v5.4/sound/soc/intel/skylake/ |
| D | skl.c | 219 if (!pm_runtime_active(bus->dev)) in skl_interrupt()
|
| /Linux-v5.4/drivers/bluetooth/ |
| D | hci_bcm.c | 773 if (pm_runtime_active(dev)) in bcm_suspend()
|
| /Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
| D | a6xx_gmu.c | 848 if (!pm_runtime_active(gmu->dev)) in a6xx_gmu_stop()
|
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_controller.c | 1143 if (!pm_runtime_active(chip->card->dev)) in azx_interrupt()
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpio-omap.c | 569 if (WARN_ONCE(!pm_runtime_active(bank->chip.parent), in omap_gpio_irq_handler()
|
| /Linux-v5.4/drivers/bus/ |
| D | ti-sysc.c | 2391 if (pm_runtime_active(ddata->dev)) in ti_sysc_idle()
|
| /Linux-v5.4/drivers/usb/dwc3/ |
| D | gadget.c | 2039 if (pm_runtime_active(dwc->dev)) in dwc3_gadget_start()
|