Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/mfd/
H A Dwm8994-core.c33 .pm_runtime_no_callbacks = true,
38 .pm_runtime_no_callbacks = true,
69 .pm_runtime_no_callbacks = true,
H A Dmfd-core.c277 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 Dci_hdrc_npcm.c73 pm_runtime_no_callbacks(dev); in npcm_udc_probe()
H A Dci_hdrc_usb2.c98 pm_runtime_no_callbacks(dev); in ci_hdrc_usb2_probe()
H A Dci_hdrc_msm.c265 pm_runtime_no_callbacks(&pdev->dev); in ci_hdrc_msm_probe()
/linux-6.15/include/linux/
H A Dpm_runtime.h87 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 Dcore.h114 bool pm_runtime_no_callbacks; member
/linux-6.15/drivers/peci/
H A Dcore.c129 pm_runtime_no_callbacks(&controller->dev); in devm_peci_controller_add()
/linux-6.15/drivers/base/
H A Dnode.c153 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 Dintel_lpe_audio.c139 pm_runtime_no_callbacks(&platdev->dev); in lpe_audio_platdev_create()
/linux-6.15/drivers/thunderbolt/
H A Dusb4_port.c290 pm_runtime_no_callbacks(&usb4->dev); in usb4_port_device_add()
H A Dretimer.c453 pm_runtime_no_callbacks(&rt->dev); in tb_retimer_add()
H A Ddomain.c474 pm_runtime_no_callbacks(&tb->dev); in tb_domain_add()
/linux-6.15/drivers/media/i2c/
H A Ds5k6a3.c334 pm_runtime_no_callbacks(dev); in s5k6a3_probe()
/linux-6.15/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c261 pm_runtime_no_callbacks(&pdev->dev); in i2c_demux_pinctrl_probe()
/linux-6.15/drivers/hwtracing/intel_th/
H A Dcore.c67 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 Dportdrv.c319 pm_runtime_no_callbacks(device); in pcie_device_init()
/linux-6.15/drivers/hwtracing/stm/
H A Dcore.c907 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 Dcore.c500 pm_runtime_no_callbacks(&ctrl->dev); in serdev_controller_alloc()
/linux-6.15/drivers/net/wan/framer/
H A Dframer-core.c661 pm_runtime_no_callbacks(&framer->dev); in framer_create()
/linux-6.15/drivers/base/power/
H A Druntime.c1650 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 Dbtmtkuart.c918 pm_runtime_no_callbacks(&serdev->dev); in btmtkuart_probe()
/linux-6.15/drivers/phy/
H A Dphy-core.c1025 pm_runtime_no_callbacks(&phy->dev); in phy_create()
/linux-6.15/Documentation/power/
H A Druntime_pm.rst280 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 Drtsx_pci_sdmmc.c1521 pm_runtime_no_callbacks(&pdev->dev); in rtsx_pci_sdmmc_drv_probe()

12