/linux/include/linux/greybus/ |
H A D | bundle.h | 55 pm_runtime_put_noidle(&bundle->dev); in gb_pm_runtime_get_sync() 79 pm_runtime_put_noidle(&bundle->dev); in gb_pm_runtime_put_noidle()
|
/linux/drivers/greybus/ |
H A D | core.c | 209 pm_runtime_put_noidle(&bundle->intf->dev); in greybus_probe() 243 pm_runtime_put_noidle(dev); in greybus_probe() 289 pm_runtime_put_noidle(dev); in greybus_remove() 293 pm_runtime_put_noidle(dev); in greybus_remove()
|
/linux/drivers/w1/masters/ |
H A D | omap_hdq.c | 371 pm_runtime_put_noidle(hdq_data->dev); in omap_w1_triplet() 462 pm_runtime_put_noidle(hdq_data->dev); in omap_w1_reset_bus() 484 pm_runtime_put_noidle(hdq_data->dev); in omap_w1_read_byte() 508 pm_runtime_put_noidle(hdq_data->dev); in omap_w1_write_byte() 602 pm_runtime_put_noidle(&pdev->dev); in omap_hdq_probe() 656 pm_runtime_put_noidle(&pdev->dev); in omap_hdq_remove()
|
/linux/drivers/staging/greybus/ |
H A D | gbphy.h | 77 pm_runtime_put_noidle(dev); in gbphy_runtime_get_sync() 99 pm_runtime_put_noidle(&gbphy_dev->dev); in gbphy_runtime_put_noidle()
|
H A D | gbphy.c | 163 pm_runtime_put_noidle(dev); in gbphy_dev_probe() 181 pm_runtime_put_noidle(dev); in gbphy_dev_remove()
|
/linux/include/linux/ |
H A D | pm_runtime.h | 127 static inline void pm_runtime_put_noidle(struct device *dev) in pm_runtime_put_noidle() function 283 static inline void pm_runtime_put_noidle(struct device *dev) {} in pm_runtime_put_noidle() function 432 pm_runtime_put_noidle(dev); in pm_runtime_resume_and_get()
|
/linux/drivers/phy/st/ |
H A D | phy-stm32-combophy.c | 440 pm_runtime_put_noidle(dev); in stm32_combophy_exit() 456 pm_runtime_put_noidle(dev); in stm32_combophy_init() 464 pm_runtime_put_noidle(dev); in stm32_combophy_init() 471 pm_runtime_put_noidle(dev); in stm32_combophy_init()
|
/linux/drivers/net/ipa/ |
H A D | ipa_modem.c | 82 pm_runtime_put_noidle(dev); in ipa_open() 165 pm_runtime_put_noidle(dev); in ipa_start_xmit() 169 pm_runtime_put_noidle(dev); in ipa_start_xmit()
|
H A D | ipa_uc.c | 224 pm_runtime_put_noidle(dev); in ipa_uc_power()
|
/linux/drivers/iio/light/ |
H A D | bh1780.c | 199 pm_runtime_put_noidle(&client->dev); in bh1780_probe() 212 pm_runtime_put_noidle(&client->dev); in bh1780_remove()
|
/linux/drivers/spmi/ |
H A D | spmi.c | 344 pm_runtime_put_noidle(dev); in spmi_drv_probe() 355 pm_runtime_put_noidle(dev); in spmi_drv_remove() 359 pm_runtime_put_noidle(dev); in spmi_drv_remove()
|
/linux/drivers/crypto/gemini/ |
H A D | sl3516-ce-rng.c | 29 pm_runtime_put_noidle(ce->dev); in sl3516_ce_rng_read()
|
/linux/drivers/crypto/ccree/ |
H A D | cc_pm.c | 71 pm_runtime_put_noidle(dev); in cc_pm_get()
|
/linux/drivers/soundwire/ |
H A D | debugfs.c | 62 pm_runtime_put_noidle(&slave->dev); in sdw_slave_reg_show() 214 pm_runtime_put_noidle(&slave->dev); in cmd_go()
|
/linux/drivers/mmc/core/ |
H A D | sdio_bus.c | 202 pm_runtime_put_noidle(dev); in sdio_bus_probe() 229 pm_runtime_put_noidle(dev); in sdio_bus_remove()
|
/linux/drivers/usb/dwc3/ |
H A D | dwc3-imx8mp.c | 261 pm_runtime_put_noidle(dev); in dwc3_imx8mp_probe() 275 pm_runtime_put_noidle(dev); in dwc3_imx8mp_remove()
|
/linux/drivers/misc/mei/ |
H A D | client.c | 1008 pm_runtime_put_noidle(dev->dev); in mei_cl_disconnect() 1145 pm_runtime_put_noidle(dev->dev); in mei_cl_connect() 1544 pm_runtime_put_noidle(dev->dev); in mei_cl_notify_request() 1710 pm_runtime_put_noidle(dev->dev); in mei_cl_read_start() 1999 pm_runtime_put_noidle(dev->dev); in mei_cl_write() 2348 pm_runtime_put_noidle(dev->dev); in mei_cl_dma_alloc_and_map() 2355 pm_runtime_put_noidle(dev->dev); in mei_cl_dma_alloc_and_map() 2433 pm_runtime_put_noidle(dev->dev); in mei_cl_dma_unmap()
|
/linux/drivers/gpu/drm/gma500/ |
H A D | power.c | 86 pm_runtime_put_noidle(dev->dev); in gma_power_uninit()
|
/linux/drivers/pmdomain/imx/ |
H A D | imx8m-blk-ctrl.c | 95 pm_runtime_put_noidle(bc->bus_power_dev); in imx8m_blk_ctrl_power_on() 371 pm_runtime_put_noidle(bc->bus_power_dev); in imx8m_blk_ctrl_suspend() 380 pm_runtime_put_noidle(domain->power_dev); in imx8m_blk_ctrl_suspend()
|
/linux/drivers/hwspinlock/ |
H A D | stm32_hwspinlock.c | 66 pm_runtime_put_noidle(dev); in stm32_hwspinlock_disable_clk()
|
/linux/sound/ac97/ |
H A D | bus.c | 511 pm_runtime_put_noidle(dev); in ac97_bus_probe() 528 pm_runtime_put_noidle(dev); in ac97_bus_remove()
|
/linux/drivers/mmc/host/ |
H A D | dw_mmc-rockchip.c | 552 pm_runtime_put_noidle(&pdev->dev); in dw_mci_rockchip_probe() 565 pm_runtime_put_noidle(&pdev->dev); in dw_mci_rockchip_remove()
|
/linux/drivers/char/hw_random/ |
H A D | omap3-rom-rng.c | 47 pm_runtime_put_noidle(ddata->dev); in omap3_rom_rng_read()
|
/linux/drivers/usb/misc/ |
H A D | apple-mfi-fastcharge.c | 124 pm_runtime_put_noidle(&mfi->udev->dev); in apple_mfi_fc_set_property()
|
/linux/sound/soc/amd/rpl/ |
H A D | rpl-pci-acp6x.c | 150 pm_runtime_put_noidle(&pci->dev); in snd_rpl_probe()
|