Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
Dwm8994-core.c34 .pm_runtime_no_callbacks = true,
39 .pm_runtime_no_callbacks = true,
70 .pm_runtime_no_callbacks = true,
Dmfd-core.c271 if (cell->pm_runtime_no_callbacks) in mfd_add_device()
272 pm_runtime_no_callbacks(&pdev->dev); in mfd_add_device()
/Linux-v6.6/include/linux/
Dpm_runtime.h83 extern void pm_runtime_no_callbacks(struct device *dev);
301 static inline void pm_runtime_no_callbacks(struct device *dev) {} in pm_runtime_no_callbacks() function
/Linux-v6.6/drivers/usb/chipidea/
Dci_hdrc_usb2.c99 pm_runtime_no_callbacks(dev); in ci_hdrc_usb2_probe()
Dci_hdrc_msm.c265 pm_runtime_no_callbacks(&pdev->dev); in ci_hdrc_msm_probe()
/Linux-v6.6/include/linux/mfd/
Dcore.h114 bool pm_runtime_no_callbacks; member
/Linux-v6.6/drivers/peci/
Dcore.c129 pm_runtime_no_callbacks(&controller->dev); in devm_peci_controller_add()
/Linux-v6.6/drivers/base/
Dnode.c153 pm_runtime_no_callbacks(dev); in node_init_node_access()
284 pm_runtime_no_callbacks(dev); in node_init_cache_dev()
338 pm_runtime_no_callbacks(dev); in node_add_cache()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_lpe_audio.c138 pm_runtime_no_callbacks(&platdev->dev); in lpe_audio_platdev_create()
/Linux-v6.6/drivers/thunderbolt/
Dusb4_port.c290 pm_runtime_no_callbacks(&usb4->dev); in usb4_port_device_add()
Dretimer.c428 pm_runtime_no_callbacks(&rt->dev); in tb_retimer_add()
Ddomain.c473 pm_runtime_no_callbacks(&tb->dev); in tb_domain_add()
/Linux-v6.6/drivers/media/i2c/
Ds5k6a3.c336 pm_runtime_no_callbacks(dev); in s5k6a3_probe()
/Linux-v6.6/drivers/i2c/muxes/
Di2c-demux-pinctrl.c261 pm_runtime_no_callbacks(&pdev->dev); in i2c_demux_pinctrl_probe()
/Linux-v6.6/drivers/hwtracing/intel_th/
Dcore.c67 pm_runtime_no_callbacks(dev); in intel_th_probe()
916 pm_runtime_no_callbacks(dev); in intel_th_alloc()
/Linux-v6.6/drivers/pci/pcie/
Dportdrv.c314 pm_runtime_no_callbacks(device); in pcie_device_init()
/Linux-v6.6/drivers/hwtracing/stm/
Dcore.c905 pm_runtime_no_callbacks(&stm->dev); in stm_register_device()
1245 pm_runtime_no_callbacks(&src->dev); in stm_source_register_device()
/Linux-v6.6/drivers/tty/serdev/
Dcore.c518 pm_runtime_no_callbacks(&ctrl->dev); in serdev_controller_alloc()
/Linux-v6.6/drivers/base/power/
Druntime.c1594 void pm_runtime_no_callbacks(struct device *dev) in pm_runtime_no_callbacks() function
1602 EXPORT_SYMBOL_GPL(pm_runtime_no_callbacks);
/Linux-v6.6/drivers/bluetooth/
Dbtmtkuart.c922 pm_runtime_no_callbacks(&serdev->dev); in btmtkuart_probe()
/Linux-v6.6/drivers/phy/
Dphy-core.c998 pm_runtime_no_callbacks(&phy->dev); in phy_create()
/Linux-v6.6/Documentation/power/
Druntime_pm.rst280 Section 8); it may be modified only by the pm_runtime_no_callbacks()
489 `void pm_runtime_no_callbacks(struct device *dev);`
825 pm_runtime_no_callbacks(). This should be done after the device structure is
841 pm_runtime_no_callbacks() for their devices. This could be because a subset of
/Linux-v6.6/drivers/mmc/host/
Drtsx_pci_sdmmc.c1508 pm_runtime_no_callbacks(&pdev->dev); in rtsx_pci_sdmmc_drv_probe()
/Linux-v6.6/drivers/usb/core/
Dmessage.c2141 pm_runtime_no_callbacks(&intf->dev); in usb_set_configuration()
/Linux-v6.6/drivers/i2c/
Di2c-core-base.c1525 pm_runtime_no_callbacks(&adap->dev); in i2c_register_adapter()