Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/include/linux/
Dpm_runtime.h53 extern void pm_runtime_set_autosuspend_delay(struct device *dev, int delay);
169 static inline void pm_runtime_set_autosuspend_delay(struct device *dev, in pm_runtime_set_autosuspend_delay() function
/Linux-v4.19/drivers/crypto/ccree/
Dcc_pm.c107 pm_runtime_set_autosuspend_delay(dev, CC_SUSPEND_TIMEOUT); in cc_pm_init()
/Linux-v4.19/drivers/pci/pcie/
Dportdrv_pci.c121 pm_runtime_set_autosuspend_delay(&dev->dev, 100); in pcie_portdrv_probe()
/Linux-v4.19/drivers/char/hw_random/
Dmtk-rng.c159 pm_runtime_set_autosuspend_delay(&pdev->dev, RNG_AUTOSUSPEND_TIMEOUT); in mtk_rng_probe()
Dstm32-rng.c165 pm_runtime_set_autosuspend_delay(dev, 100); in stm32_rng_probe()
/Linux-v4.19/drivers/iio/light/
Dbh1780.c183 pm_runtime_set_autosuspend_delay(&client->dev, 5000); in bh1780_probe()
Dpa12203001.c387 pm_runtime_set_autosuspend_delay(&client->dev, in pa12203001_probe()
/Linux-v4.19/drivers/staging/greybus/
Dcore.c196 pm_runtime_set_autosuspend_delay(dev, GB_BUNDLE_AUTOSUSPEND_MS); in greybus_probe()
Dgbphy.c149 pm_runtime_set_autosuspend_delay(dev, GB_GBPHY_AUTOSUSPEND_MS); in gbphy_dev_probe()
/Linux-v4.19/drivers/mmc/host/
Ddw_mmc-rockchip.c352 pm_runtime_set_autosuspend_delay(&pdev->dev, 50); in dw_mci_rockchip_probe()
Dsdhci-of-at91.c365 pm_runtime_set_autosuspend_delay(&pdev->dev, 50); in sdhci_at91_probe()
/Linux-v4.19/drivers/i2c/busses/
Di2c-designware-pcidrv.c277 pm_runtime_set_autosuspend_delay(&pdev->dev, 1000); in i2c_dw_pci_probe()
Di2c-designware-platdrv.c347 pm_runtime_set_autosuspend_delay(&pdev->dev, 1000); in dw_i2c_plat_probe()
/Linux-v4.19/drivers/misc/mei/
Dpci-txe.c131 pm_runtime_set_autosuspend_delay(&pdev->dev, MEI_TXI_RPM_TIMEOUT); in mei_txe_probe()
Dpci-me.c220 pm_runtime_set_autosuspend_delay(&pdev->dev, MEI_ME_RPM_TIMEOUT); in mei_me_probe()
/Linux-v4.19/drivers/iio/common/hid-sensors/
Dhid-sensor-trigger.c293 pm_runtime_set_autosuspend_delay(&attrb->pdev->dev, in hid_sensor_setup_trigger()
/Linux-v4.19/drivers/iio/proximity/
Dpulsedlight-lidar-lite-v2.c289 pm_runtime_set_autosuspend_delay(&client->dev, 1000); in lidar_probe()
/Linux-v4.19/drivers/gpu/drm/v3d/
Dv3d_drv.c294 pm_runtime_set_autosuspend_delay(dev, 50); in v3d_platform_drm_probe()
/Linux-v4.19/drivers/crypto/stm32/
Dstm32_crc32.c286 pm_runtime_set_autosuspend_delay(dev, CRC_AUTOSUSPEND_DELAY); in stm32_crc_probe()
/Linux-v4.19/drivers/iio/accel/
Dkxsd9.c468 pm_runtime_set_autosuspend_delay(dev, 2000); in kxsd9_common_probe()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dpm.c435 pm_runtime_set_autosuspend_delay(dev, WIL6210_AUTOSUSPEND_DELAY_MS); in wil_pm_runtime_allow()
/Linux-v4.19/drivers/mfd/
Dmadera-core.c553 pm_runtime_set_autosuspend_delay(madera->dev, 100); in madera_dev_init()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_v3d.c409 pm_runtime_set_autosuspend_delay(dev, 40); /* a little over 2 frames. */ in vc4_v3d_bind()
/Linux-v4.19/drivers/dma/qcom/
Dhidma_mgmt.c179 pm_runtime_set_autosuspend_delay(&pdev->dev, HIDMA_AUTOSUSPEND_TIMEOUT); in hidma_mgmt_probe()
/Linux-v4.19/drivers/pwm/
Dpwm-img.c281 pm_runtime_set_autosuspend_delay(&pdev->dev, IMG_PWM_PM_TIMEOUT); in img_pwm_probe()

1234567