Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dpm_runtime.h49 extern void pm_runtime_forbid(struct device *dev);
151 static inline void pm_runtime_forbid(struct device *dev) {} in pm_runtime_forbid() function
/Linux-v4.19/drivers/pwm/
Dpwm-lpss-pci.c77 pm_runtime_forbid(&pdev->dev); in pwm_lpss_remove_pci()
/Linux-v4.19/drivers/scsi/ufs/
Dtc-dwc-g210-pci.c80 pm_runtime_forbid(&pdev->dev); in tc_dwc_g210_pci_remove()
Dufshcd-pci.c134 pm_runtime_forbid(&pdev->dev); in ufshcd_pci_remove()
/Linux-v4.19/drivers/pci/pcie/
Dportdrv_pci.c134 pm_runtime_forbid(&dev->dev); in pcie_portdrv_remove()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_drm.c620 pm_runtime_forbid(dev->dev); in nouveau_drm_unload()
832 pm_runtime_forbid(dev); in nouveau_pmops_runtime_suspend()
855 pm_runtime_forbid(dev); in nouveau_pmops_runtime_resume()
882 pm_runtime_forbid(dev); in nouveau_pmops_runtime_idle()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_drv.c417 pm_runtime_forbid(dev); in radeon_pmops_runtime_suspend()
470 pm_runtime_forbid(dev); in radeon_pmops_runtime_idle()
Dradeon_kms.c67 pm_runtime_forbid(dev->dev); in radeon_driver_unload_kms()
/Linux-v4.19/drivers/i2c/busses/
Di2c-designware-pcidrv.c290 pm_runtime_forbid(&pdev->dev); in i2c_dw_pci_remove()
/Linux-v4.19/drivers/usb/host/
Dxhci-histb.c304 pm_runtime_forbid(dev); in xhci_histb_probe()
Dxhci-plat.c326 pm_runtime_forbid(&pdev->dev); in xhci_plat_probe()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dpm.c444 pm_runtime_forbid(dev); in wil_pm_runtime_forbid()
/Linux-v4.19/drivers/mfd/
Dintel-lpss-pci.c58 pm_runtime_forbid(&pdev->dev); in intel_lpss_pci_remove()
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c197 pm_runtime_forbid(dev->dev); in atmel_hlcdc_crtc_atomic_enable()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c967 pm_runtime_forbid(dev); in amdgpu_pmops_runtime_suspend()
1020 pm_runtime_forbid(dev); in amdgpu_pmops_runtime_idle()
/Linux-v4.19/drivers/edac/
Dedac_mc_sysfs.c648 pm_runtime_forbid(&mci->dev); in edac_create_dimm_object()
947 pm_runtime_forbid(&mci->dev); in edac_create_sysfs_mci_device()
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-qcom.c512 pm_runtime_forbid(dev); in dwc3_qcom_probe()
/Linux-v4.19/drivers/base/power/
Druntime.c1314 void pm_runtime_forbid(struct device *dev) in pm_runtime_forbid() function
1327 EXPORT_SYMBOL_GPL(pm_runtime_forbid);
Dsysfs.c115 pm_runtime_forbid(dev); in control_store()
/Linux-v4.19/drivers/ata/
Dlibata-transport.c302 pm_runtime_forbid(dev); in ata_tport_add()
/Linux-v4.19/Documentation/power/
Druntime_pm.txt265 and pm_runtime_forbid() helper functions
456 void pm_runtime_forbid(struct device *dev);
600 attribute to "on", which causes pm_runtime_forbid() to be called. In principle,
604 status of the device is 'active' and call pm_runtime_forbid(). It should be
608 pm_runtime_forbid() this way.
/Linux-v4.19/drivers/phy/
Dphy-core.c232 pm_runtime_forbid(&phy->dev); in phy_pm_runtime_forbid()
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c855 pm_runtime_forbid(dev); in qusb2_phy_probe()
/Linux-v4.19/drivers/gpu/drm/gma500/
Dgma_display.c520 pm_runtime_forbid(&dev->pdev->dev); in gma_crtc_set_config()
/Linux-v4.19/drivers/hwtracing/intel_th/
Dcore.c893 pm_runtime_forbid(th->dev); in intel_th_free()

12