Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpm_runtime.h47 extern void pm_runtime_allow(struct device *dev);
156 static inline void pm_runtime_allow(struct device *dev) {} in pm_runtime_allow() function
/linux-4.1.27/drivers/scsi/ufs/
Dufshcd-pci.c155 pm_runtime_allow(&pdev->dev); in ufshcd_pci_probe()
/linux-4.1.27/drivers/i2c/busses/
Di2c-designware-pcidrv.c281 pm_runtime_allow(&pdev->dev); in i2c_dw_pci_probe()
Di2c-rcar.c599 pm_runtime_allow(rcar_i2c_priv_to_dev(priv)); in rcar_unreg_slave()
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c163 pm_runtime_allow(dev->dev); in atmel_hlcdc_crtc_disable()
/linux-4.1.27/drivers/gpio/
Dgpio-intel-mid.c434 pm_runtime_allow(&pdev->dev); in intel_gpio_probe()
/linux-4.1.27/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.1.27/drivers/base/power/
Druntime.c1221 void pm_runtime_allow(struct device *dev) in pm_runtime_allow() function
1234 EXPORT_SYMBOL_GPL(pm_runtime_allow);
Dsysfs.c119 pm_runtime_allow(dev); in control_store()
/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c206 pm_runtime_allow(dev->dev); in tilcdc_crtc_dpms()
/linux-4.1.27/drivers/phy/
Dphy-core.c205 pm_runtime_allow(&phy->dev); in phy_pm_runtime_allow()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_kms.c156 pm_runtime_allow(dev->dev); in radeon_driver_load_kms()
/linux-4.1.27/drivers/usb/dwc3/
Dcore.c950 pm_runtime_allow(dev); in dwc3_probe()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c474 pm_runtime_allow(dev->dev); in nouveau_drm_load()
/linux-4.1.27/drivers/usb/core/
Ddriver.c1501 pm_runtime_allow(&udev->dev); in usb_enable_autosuspend()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c1010 pm_runtime_allow(sdiodev->func[1]->card->host->parent); in brcmf_sdiod_remove()
/linux-4.1.27/drivers/mmc/host/
Dsdhci-pci.c1570 pm_runtime_allow(dev); in sdhci_pci_runtime_pm_allow()
/linux-4.1.27/Documentation/power/
Dpci.txt987 driver should not call the pm_runtime_allow() helper function unblocking
991 runtime PM of the device correctly as soon as pm_runtime_allow() is called
993 pm_runtime_allow() to be called via sysfs before the driver is loaded, so in
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()
452 void pm_runtime_allow(struct device *dev);
/linux-4.1.27/drivers/tty/serial/
Domap-serial.c1146 pm_runtime_allow(up->dev); in serial_omap_pm()
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c3920 pm_runtime_allow(dev); in codec_set_power_save()