Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpm_runtime.h47 extern void pm_runtime_allow(struct device *dev);
151 static inline void pm_runtime_allow(struct device *dev) {} in pm_runtime_allow() function
/linux-4.4.14/drivers/pwm/
Dpwm-lpss-pci.c39 pm_runtime_allow(&pdev->dev); in pwm_lpss_probe_pci()
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd-pci.c155 pm_runtime_allow(&pdev->dev); in ufshcd_pci_probe()
/linux-4.4.14/drivers/mfd/
Dintel-lpss-pci.c49 pm_runtime_allow(&pdev->dev); in intel_lpss_pci_probe()
/linux-4.4.14/drivers/i2c/busses/
Di2c-designware-pcidrv.c258 pm_runtime_allow(&pdev->dev); in i2c_dw_pci_probe()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c163 pm_runtime_allow(dev->dev); in atmel_hlcdc_crtc_disable()
/linux-4.4.14/drivers/gpio/
Dgpio-intel-mid.c434 pm_runtime_allow(&pdev->dev); in intel_gpio_probe()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl.c502 pm_runtime_allow(bus->dev); in skl_probe()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_drv.c438 pm_runtime_allow(&dev->pdev->dev); in psb_unlocked_ioctl()
Dgma_display.c547 pm_runtime_allow(&dev->pdev->dev); in gma_crtc_set_config()
/linux-4.4.14/drivers/base/power/
Druntime.c1227 void pm_runtime_allow(struct device *dev) in pm_runtime_allow() function
1240 EXPORT_SYMBOL_GPL(pm_runtime_allow);
Dsysfs.c119 pm_runtime_allow(dev); in control_store()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c210 pm_runtime_allow(dev->dev); in tilcdc_crtc_dpms()
/linux-4.4.14/drivers/phy/
Dphy-core.c205 pm_runtime_allow(&phy->dev); in phy_pm_runtime_allow()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_kms.c132 pm_runtime_allow(dev->dev); in amdgpu_driver_load_kms()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_kms.c156 pm_runtime_allow(dev->dev); in radeon_driver_load_kms()
/linux-4.4.14/drivers/usb/dwc3/
Dcore.c1046 pm_runtime_allow(dev); in dwc3_probe()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c460 pm_runtime_allow(dev->dev); in nouveau_drm_load()
/linux-4.4.14/drivers/usb/core/
Ddriver.c1508 pm_runtime_allow(&udev->dev); in usb_enable_autosuspend()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c1012 pm_runtime_allow(sdiodev->func[1]->card->host->parent); in brcmf_sdiod_remove()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-pci-core.c1782 pm_runtime_allow(dev); in sdhci_pci_runtime_pm_allow()
/linux-4.4.14/Documentation/power/
Dpci.txt1002 user space may already have cuased the pm_runtime_allow() helper function
1006 The driver itself should not call pm_runtime_allow(), though. Instead, it
1009 runtime PM of the device correctly as soon as pm_runtime_allow() is called
Ddevices.txt208 bus type (or generally subsystem) code using pm_runtime_allow() or
212 the device's power/control sysfs file. Writing "auto" calls pm_runtime_allow(),
Druntime_pm.txt267 interface; it may only be modified with the help of the pm_runtime_allow()
448 void pm_runtime_allow(struct device *dev);
/linux-4.4.14/sound/pci/hda/
Dhda_codec.c3413 pm_runtime_allow(dev); in codec_set_power_save()