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

12

/linux-master/include/linux/mfd/
H A Dcore.h112 * pm_runtime_no_callbacks().
114 bool pm_runtime_no_callbacks; member in struct:mfd_cell
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_npcm.c73 pm_runtime_no_callbacks(dev);
H A Dci_hdrc_usb2.c98 pm_runtime_no_callbacks(dev);
H A Dci_hdrc_msm.c265 pm_runtime_no_callbacks(&pdev->dev);
/linux-master/include/linux/
H A Dpm_runtime.h84 extern void pm_runtime_no_callbacks(struct device *dev);
289 static inline void pm_runtime_no_callbacks(struct device *dev) {} function
/linux-master/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.c278 if (cell->pm_runtime_no_callbacks)
279 pm_runtime_no_callbacks(&pdev->dev);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lpe_audio.c138 pm_runtime_no_callbacks(&platdev->dev);
/linux-master/drivers/peci/
H A Dcore.c129 pm_runtime_no_callbacks(&controller->dev);
/linux-master/drivers/thunderbolt/
H A Dusb4_port.c290 pm_runtime_no_callbacks(&usb4->dev);
H A Dretimer.c429 pm_runtime_no_callbacks(&rt->dev);
H A Ddomain.c474 pm_runtime_no_callbacks(&tb->dev);
/linux-master/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c261 pm_runtime_no_callbacks(&pdev->dev);
/linux-master/drivers/media/i2c/
H A Ds5k6a3.c334 pm_runtime_no_callbacks(dev);
/linux-master/drivers/base/
H A Dnode.c153 pm_runtime_no_callbacks(dev);
285 pm_runtime_no_callbacks(dev);
339 pm_runtime_no_callbacks(dev);
/linux-master/drivers/hwtracing/stm/
H A Dcore.c905 pm_runtime_no_callbacks(&stm->dev);
1245 pm_runtime_no_callbacks(&src->dev);
/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c67 pm_runtime_no_callbacks(dev);
916 pm_runtime_no_callbacks(dev);
/linux-master/drivers/pci/pcie/
H A Dportdrv.c315 pm_runtime_no_callbacks(device);
/linux-master/drivers/net/wan/framer/
H A Dframer-core.c661 pm_runtime_no_callbacks(&framer->dev);
/linux-master/drivers/tty/serdev/
H A Dcore.c511 pm_runtime_no_callbacks(&ctrl->dev);
/linux-master/drivers/base/power/
H A Druntime.c1620 * pm_runtime_no_callbacks - Ignore runtime PM callbacks for a device.
1627 void pm_runtime_no_callbacks(struct device *dev) function
1635 EXPORT_SYMBOL_GPL(pm_runtime_no_callbacks); variable
/linux-master/drivers/bluetooth/
H A Dbtmtkuart.c917 pm_runtime_no_callbacks(&serdev->dev);
/linux-master/drivers/phy/
H A Dphy-core.c1045 pm_runtime_no_callbacks(&phy->dev);
/linux-master/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c1523 pm_runtime_no_callbacks(&pdev->dev);
/linux-master/drivers/usb/core/
H A Dmessage.c2144 pm_runtime_no_callbacks(&intf->dev);

Completed in 296 milliseconds

12