Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-omap-dmtimer.c185 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/
Dpm_runtime.h85 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/
Domap-mcpdm.c444 while (pm_runtime_active(mcpdm->dev)) { in omap_mcpdm_suspend()
/Linux-v4.19/drivers/iio/temperature/
Dmlx90614.c599 if (data->wakeup_gpio && pm_runtime_active(dev)) in mlx90614_pm_suspend()
/Linux-v4.19/drivers/iommu/
Dexynos-iommu.c858 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/
Dphy-twl4030-usb.c591 if (status == MUSB_ID_GROUND && pm_runtime_active(twl->dev)) { in twl4030_usb_irq()
/Linux-v4.19/drivers/hsi/controllers/
Domap_ssi_core.c262 if (!pm_runtime_active(ssi->device.parent)) { in ssi_gdd_tasklet()
Domap_ssi_port.c247 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/
Dvga_switcheroo.c457 pm_runtime_active(&client->pdev->dev)) in vga_switcheroo_pwr_state()
/Linux-v4.19/sound/soc/samsung/
Di2s.c705 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/
Dpciehp_hpc.c548 if (!pm_runtime_active(parent)) { in pciehp_isr()
/Linux-v4.19/sound/soc/intel/skylake/
Dskl.c199 if (!pm_runtime_active(bus->dev)) in skl_interrupt()
/Linux-v4.19/drivers/memstick/host/
Drtsx_usb_ms.c807 if (pm_runtime_active(ms_dev(host))) in rtsx_usb_ms_drv_remove()
/Linux-v4.19/drivers/bluetooth/
Dhci_bcm.c717 if (pm_runtime_active(dev)) in bcm_suspend()
/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c1547 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/
Dhda_controller.c1145 if (!pm_runtime_active(chip->card->dev)) in azx_interrupt()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c903 pm_runtime_active(&trans_pcie->pci_dev->dev), in iwl_pcie_gen2_send_hcmd_sync()
Dtx.c1873 pm_runtime_active(&trans_pcie->pci_dev->dev), in iwl_pcie_send_hcmd_sync()
/Linux-v4.19/drivers/bus/
Dti-sysc.c1663 if (pm_runtime_active(ddata->dev)) in ti_sysc_idle()
/Linux-v4.19/sound/soc/davinci/
Ddavinci-mcasp.c1393 context->pm_state = pm_runtime_active(mcasp->dev); in davinci_mcasp_suspend()
/Linux-v4.19/drivers/usb/dwc3/
Dgadget.c1907 if (pm_runtime_active(dwc->dev)) in dwc3_gadget_start()
/Linux-v4.19/drivers/usb/musb/
Dmusb_core.c2108 if (pm_runtime_active(musb->controller)) in musb_queue_resume_work()
/Linux-v4.19/drivers/clk/
Dclk.c231 if (!pm_runtime_active(core->dev)) { in clk_core_is_enabled()
/Linux-v4.19/Documentation/power/
Druntime_pm.txt440 bool pm_runtime_active(struct device *dev);
/Linux-v4.19/drivers/usb/core/
Dhub.c5226 if (!pm_runtime_active(&port_dev->dev)) in port_event()