Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mfd/
Dcore.h75 bool pm_runtime_no_callbacks; member
/Linux-v4.19/include/linux/
Dpm_runtime.h50 extern void pm_runtime_no_callbacks(struct device *dev);
161 static inline void pm_runtime_no_callbacks(struct device *dev) {} in pm_runtime_no_callbacks() function
/Linux-v4.19/drivers/mfd/
Dwm8994-core.c40 .pm_runtime_no_callbacks = true,
45 .pm_runtime_no_callbacks = true,
76 .pm_runtime_no_callbacks = true,
Dmfd-core.c253 if (cell->pm_runtime_no_callbacks) in mfd_add_device()
254 pm_runtime_no_callbacks(&pdev->dev); in mfd_add_device()
/Linux-v4.19/drivers/usb/chipidea/
Dci_hdrc_usb2.c91 pm_runtime_no_callbacks(dev); in ci_hdrc_usb2_probe()
Dci_hdrc_msm.c270 pm_runtime_no_callbacks(&pdev->dev); in ci_hdrc_msm_probe()
Dudc.c1934 pm_runtime_no_callbacks(&ci->gadget.dev); in udc_start()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_lpe_audio.c130 pm_runtime_no_callbacks(&platdev->dev); in lpe_audio_platdev_create()
/Linux-v4.19/drivers/i2c/muxes/
Di2c-demux-pinctrl.c258 pm_runtime_no_callbacks(&pdev->dev); in i2c_demux_pinctrl_probe()
/Linux-v4.19/drivers/media/i2c/
Ds5k6a3.c343 pm_runtime_no_callbacks(dev); in s5k6a3_probe()
/Linux-v4.19/drivers/pci/pcie/
Dportdrv_core.c291 pm_runtime_no_callbacks(device); in pcie_device_init()
/Linux-v4.19/drivers/hwtracing/intel_th/
Dcore.c67 pm_runtime_no_callbacks(dev); in intel_th_probe()
854 pm_runtime_no_callbacks(dev); in intel_th_alloc()
/Linux-v4.19/drivers/hwtracing/stm/
Dcore.c734 pm_runtime_no_callbacks(&stm->dev); in stm_register_device()
1080 pm_runtime_no_callbacks(&src->dev); in stm_source_register_device()
/Linux-v4.19/drivers/tty/serdev/
Dcore.c452 pm_runtime_no_callbacks(&ctrl->dev); in serdev_controller_alloc()
/Linux-v4.19/drivers/base/power/
Druntime.c1358 void pm_runtime_no_callbacks(struct device *dev) in pm_runtime_no_callbacks() function
1366 EXPORT_SYMBOL_GPL(pm_runtime_no_callbacks);
/Linux-v4.19/drivers/thunderbolt/
Ddomain.c444 pm_runtime_no_callbacks(&tb->dev); in tb_domain_add()
/Linux-v4.19/drivers/phy/
Dphy-core.c803 pm_runtime_no_callbacks(&phy->dev); in phy_create()
/Linux-v4.19/Documentation/power/
Druntime_pm.txt269 Section 8); it may be modified only by the pm_runtime_no_callbacks()
461 void pm_runtime_no_callbacks(struct device *dev);
794 pm_runtime_no_callbacks(). This should be done after the device structure is
/Linux-v4.19/drivers/usb/core/
Dmessage.c1956 pm_runtime_no_callbacks(&intf->dev); in usb_set_configuration()
/Linux-v4.19/drivers/i2c/
Di2c-core-base.c1268 pm_runtime_no_callbacks(&adap->dev); in i2c_register_adapter()