| /linux-6.15/drivers/mfd/ |
| H A D | wm8994-core.c | 33 .pm_runtime_no_callbacks = true, 38 .pm_runtime_no_callbacks = true, 69 .pm_runtime_no_callbacks = true,
|
| H A D | mfd-core.c | 277 if (cell->pm_runtime_no_callbacks) in mfd_add_device() 278 pm_runtime_no_callbacks(&pdev->dev); in mfd_add_device()
|
| /linux-6.15/drivers/usb/chipidea/ |
| H A D | ci_hdrc_npcm.c | 73 pm_runtime_no_callbacks(dev); in npcm_udc_probe()
|
| H A D | ci_hdrc_usb2.c | 98 pm_runtime_no_callbacks(dev); in ci_hdrc_usb2_probe()
|
| H A D | ci_hdrc_msm.c | 265 pm_runtime_no_callbacks(&pdev->dev); in ci_hdrc_msm_probe()
|
| /linux-6.15/include/linux/ |
| H A D | pm_runtime.h | 87 extern void pm_runtime_no_callbacks(struct device *dev); 307 static inline void pm_runtime_no_callbacks(struct device *dev) {} in pm_runtime_no_callbacks() function
|
| /linux-6.15/include/linux/mfd/ |
| H A D | core.h | 114 bool pm_runtime_no_callbacks; member
|
| /linux-6.15/drivers/peci/ |
| H A D | core.c | 129 pm_runtime_no_callbacks(&controller->dev); in devm_peci_controller_add()
|
| /linux-6.15/drivers/base/ |
| H A D | node.c | 153 pm_runtime_no_callbacks(dev); in node_init_node_access() 287 pm_runtime_no_callbacks(dev); in node_init_cache_dev() 341 pm_runtime_no_callbacks(dev); in node_add_cache()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_lpe_audio.c | 139 pm_runtime_no_callbacks(&platdev->dev); in lpe_audio_platdev_create()
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | usb4_port.c | 290 pm_runtime_no_callbacks(&usb4->dev); in usb4_port_device_add()
|
| H A D | retimer.c | 453 pm_runtime_no_callbacks(&rt->dev); in tb_retimer_add()
|
| H A D | domain.c | 474 pm_runtime_no_callbacks(&tb->dev); in tb_domain_add()
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | s5k6a3.c | 334 pm_runtime_no_callbacks(dev); in s5k6a3_probe()
|
| /linux-6.15/drivers/i2c/muxes/ |
| H A D | i2c-demux-pinctrl.c | 261 pm_runtime_no_callbacks(&pdev->dev); in i2c_demux_pinctrl_probe()
|
| /linux-6.15/drivers/hwtracing/intel_th/ |
| H A D | core.c | 67 pm_runtime_no_callbacks(dev); in intel_th_probe() 917 pm_runtime_no_callbacks(dev); in intel_th_alloc()
|
| /linux-6.15/drivers/pci/pcie/ |
| H A D | portdrv.c | 319 pm_runtime_no_callbacks(device); in pcie_device_init()
|
| /linux-6.15/drivers/hwtracing/stm/ |
| H A D | core.c | 907 pm_runtime_no_callbacks(&stm->dev); in stm_register_device() 1245 pm_runtime_no_callbacks(&src->dev); in stm_source_register_device()
|
| /linux-6.15/drivers/tty/serdev/ |
| H A D | core.c | 500 pm_runtime_no_callbacks(&ctrl->dev); in serdev_controller_alloc()
|
| /linux-6.15/drivers/net/wan/framer/ |
| H A D | framer-core.c | 661 pm_runtime_no_callbacks(&framer->dev); in framer_create()
|
| /linux-6.15/drivers/base/power/ |
| H A D | runtime.c | 1650 void pm_runtime_no_callbacks(struct device *dev) in pm_runtime_no_callbacks() function 1658 EXPORT_SYMBOL_GPL(pm_runtime_no_callbacks);
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | btmtkuart.c | 918 pm_runtime_no_callbacks(&serdev->dev); in btmtkuart_probe()
|
| /linux-6.15/drivers/phy/ |
| H A D | phy-core.c | 1025 pm_runtime_no_callbacks(&phy->dev); in phy_create()
|
| /linux-6.15/Documentation/power/ |
| H A D | runtime_pm.rst | 280 Section 8); it may be modified only by the pm_runtime_no_callbacks() 494 `void pm_runtime_no_callbacks(struct device *dev);` 832 pm_runtime_no_callbacks(). This should be done after the device structure is 848 pm_runtime_no_callbacks() for their devices. This could be because a subset of
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | rtsx_pci_sdmmc.c | 1521 pm_runtime_no_callbacks(&pdev->dev); in rtsx_pci_sdmmc_drv_probe()
|