/Linux-v4.19/drivers/pwm/ |
D | pwm-omap-dmtimer.c | 185 timer_active = pm_runtime_active(&omap->dm_timer_pdev->dev); in pwm_omap_dmtimer_config() 323 if (pm_runtime_active(&omap->dm_timer_pdev->dev)) in pwm_omap_dmtimer_probe() 358 if (pm_runtime_active(&omap->dm_timer_pdev->dev)) in pwm_omap_dmtimer_remove()
|
/Linux-v4.19/include/linux/ |
D | pm_runtime.h | 85 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active() function 157 static inline bool pm_runtime_active(struct device *dev) { return true; } in pm_runtime_active() function
|
/Linux-v4.19/sound/soc/omap/ |
D | omap-mcpdm.c | 444 while (pm_runtime_active(mcpdm->dev)) { in omap_mcpdm_suspend()
|
/Linux-v4.19/drivers/iio/temperature/ |
D | mlx90614.c | 599 if (data->wakeup_gpio && pm_runtime_active(dev)) in mlx90614_pm_suspend()
|
/Linux-v4.19/drivers/iommu/ |
D | exynos-iommu.c | 858 if (pm_runtime_active(data->sysmmu)) in exynos_iommu_detach_device() 910 if (pm_runtime_active(data->sysmmu)) in exynos_iommu_attach_device()
|
/Linux-v4.19/drivers/phy/ti/ |
D | phy-twl4030-usb.c | 591 if (status == MUSB_ID_GROUND && pm_runtime_active(twl->dev)) { in twl4030_usb_irq()
|
/Linux-v4.19/drivers/hsi/controllers/ |
D | omap_ssi_core.c | 262 if (!pm_runtime_active(ssi->device.parent)) { in ssi_gdd_tasklet()
|
D | omap_ssi_port.c | 247 if (!pm_runtime_active(omap_port->pdev)) { in ssi_start_dma() 319 if (!pm_runtime_active(omap_port->pdev)) { in ssi_start_pio()
|
/Linux-v4.19/drivers/gpu/vga/ |
D | vga_switcheroo.c | 457 pm_runtime_active(&client->pdev->dev)) in vga_switcheroo_pwr_state()
|
/Linux-v4.19/sound/soc/samsung/ |
D | i2s.c | 705 WARN_ON(!pm_runtime_active(dai->dev)); in i2s_hw_params() 988 WARN_ON(!pm_runtime_active(dai->dev)); in i2s_delay()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 548 if (!pm_runtime_active(parent)) { in pciehp_isr()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl.c | 199 if (!pm_runtime_active(bus->dev)) in skl_interrupt()
|
/Linux-v4.19/drivers/memstick/host/ |
D | rtsx_usb_ms.c | 807 if (pm_runtime_active(ms_dev(host))) in rtsx_usb_ms_drv_remove()
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_bcm.c | 717 if (pm_runtime_active(dev)) in bcm_suspend()
|
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 1547 if (pm_runtime_active(d)) in rtl8169_set_wol() 1792 if (pm_runtime_active(d)) in rtl8169_get_ethtool_stats() 4116 if (pm_runtime_active(d)) in rtl_set_mac_address() 6793 if (netif_running(dev) && pm_runtime_active(&pdev->dev)) in rtl8169_get_stats64() 6821 if (pm_runtime_active(&pdev->dev)) in rtl8169_get_stats64()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.c | 1145 if (!pm_runtime_active(chip->card->dev)) in azx_interrupt()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 903 pm_runtime_active(&trans_pcie->pci_dev->dev), in iwl_pcie_gen2_send_hcmd_sync()
|
D | tx.c | 1873 pm_runtime_active(&trans_pcie->pci_dev->dev), in iwl_pcie_send_hcmd_sync()
|
/Linux-v4.19/drivers/bus/ |
D | ti-sysc.c | 1663 if (pm_runtime_active(ddata->dev)) in ti_sysc_idle()
|
/Linux-v4.19/sound/soc/davinci/ |
D | davinci-mcasp.c | 1393 context->pm_state = pm_runtime_active(mcasp->dev); in davinci_mcasp_suspend()
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | gadget.c | 1907 if (pm_runtime_active(dwc->dev)) in dwc3_gadget_start()
|
/Linux-v4.19/drivers/usb/musb/ |
D | musb_core.c | 2108 if (pm_runtime_active(musb->controller)) in musb_queue_resume_work()
|
/Linux-v4.19/drivers/clk/ |
D | clk.c | 231 if (!pm_runtime_active(core->dev)) { in clk_core_is_enabled()
|
/Linux-v4.19/Documentation/power/ |
D | runtime_pm.txt | 440 bool pm_runtime_active(struct device *dev);
|
/Linux-v4.19/drivers/usb/core/ |
D | hub.c | 5226 if (!pm_runtime_active(&port_dev->dev)) in port_event()
|