Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/linux/
Dpm_runtime.h48 extern void pm_runtime_forbid(struct device *dev);
152 static inline void pm_runtime_forbid(struct device *dev) {} in pm_runtime_forbid() function
/Linux-v5.4/drivers/pwm/
Dpwm-lpss-pci.c74 pm_runtime_forbid(&pdev->dev); in pwm_lpss_remove_pci()
/Linux-v5.4/drivers/platform/x86/
Dintel_atomisp2_pm.c84 pm_runtime_forbid(&dev->dev); in isp_remove()
/Linux-v5.4/drivers/scsi/ufs/
Dtc-dwc-g210-pci.c77 pm_runtime_forbid(&pdev->dev); in tc_dwc_g210_pci_remove()
Dufshcd-pci.c134 pm_runtime_forbid(&pdev->dev); in ufshcd_pci_remove()
/Linux-v5.4/drivers/pci/pcie/
Dportdrv_pci.c132 pm_runtime_forbid(&dev->dev); in pcie_portdrv_remove()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_drv.c442 pm_runtime_forbid(dev); in radeon_pmops_runtime_suspend()
494 pm_runtime_forbid(dev); in radeon_pmops_runtime_idle()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_drm.c596 pm_runtime_forbid(dev->dev); in nouveau_drm_device_fini()
917 pm_runtime_forbid(dev); in nouveau_pmops_runtime_suspend()
941 pm_runtime_forbid(dev); in nouveau_pmops_runtime_resume()
972 pm_runtime_forbid(dev); in nouveau_pmops_runtime_idle()
/Linux-v5.4/drivers/i2c/busses/
Di2c-designware-pcidrv.c312 pm_runtime_forbid(&pdev->dev); in i2c_dw_pci_remove()
Di2c-amd-mp2-pci.c374 pm_runtime_forbid(&pci_dev->dev); in amd_mp2_pci_remove()
/Linux-v5.4/drivers/usb/host/
Dxhci-histb.c304 pm_runtime_forbid(dev); in xhci_histb_probe()
Dxhci-plat.c328 pm_runtime_forbid(&pdev->dev); in xhci_plat_probe()
Dxhci-pci.c388 pm_runtime_forbid(&dev->dev); in xhci_pci_remove()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dpm.c450 pm_runtime_forbid(dev); in wil_pm_runtime_forbid()
/Linux-v5.4/drivers/edac/
Dedac_mc_sysfs.c651 pm_runtime_forbid(&mci->dev); in edac_create_dimm_object()
941 pm_runtime_forbid(&mci->dev); in edac_create_sysfs_mci_device()
/Linux-v5.4/sound/pci/hda/
Dhda_tegra.c452 pm_runtime_forbid(hda->dev); in hda_tegra_probe()
/Linux-v5.4/drivers/mfd/
Dintel-lpss-pci.c56 pm_runtime_forbid(&pdev->dev); in intel_lpss_pci_remove()
/Linux-v5.4/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c206 pm_runtime_forbid(dev->dev); in atmel_hlcdc_crtc_atomic_enable()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c1210 pm_runtime_forbid(dev); in amdgpu_pmops_runtime_suspend()
1262 pm_runtime_forbid(dev); in amdgpu_pmops_runtime_idle()
/Linux-v5.4/drivers/base/power/
Druntime.c1407 void pm_runtime_forbid(struct device *dev) in pm_runtime_forbid() function
1420 EXPORT_SYMBOL_GPL(pm_runtime_forbid);
Dsysfs.c114 pm_runtime_forbid(dev); in control_store()
/Linux-v5.4/drivers/ata/
Dlibata-transport.c302 pm_runtime_forbid(dev); in ata_tport_add()
/Linux-v5.4/Documentation/power/
Druntime_pm.rst272 and pm_runtime_forbid() helper functions
464 `void pm_runtime_forbid(struct device *dev);`
609 attribute to "on", which causes pm_runtime_forbid() to be called. In principle,
613 status of the device is 'active' and call pm_runtime_forbid(). It should be
617 pm_runtime_forbid() this way.
/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-qcom.c666 pm_runtime_forbid(dev); in dwc3_qcom_probe()
/Linux-v5.4/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c895 pm_runtime_forbid(dev); in qusb2_phy_probe()

12