Home
last modified time | relevance | path

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

123

/linux/sound/soc/sof/
H A Dpm.c229 static int sof_suspend(struct device *dev, bool runtime_suspend) in sof_suspend()
240 if (!runtime_suspend && !sof_ops(sdev)->suspend) in sof_suspend()
243 if (runtime_suspend && !sof_ops(sdev)->runtime_suspend) in sof_suspend()
258 if (!runtime_suspend) { in sof_suspend()
282 if (runtime_suspend) in sof_suspend()
309 if (runtime_suspend) in snd_sof_runtime_suspend()
196 sof_suspend(struct device * dev,bool runtime_suspend) sof_suspend() argument
H A Dcore.c564 if (!sof_ops(sdev)->runtime_suspend || !sof_ops(sdev)->runtime_resume) in sof_probe_continue()
/linux/drivers/scsi/
H A Dscsi_pm.c154 if (pm && pm->runtime_suspend) in sdev_runtime_suspend()
155 err = pm->runtime_suspend(dev); in sdev_runtime_suspend()
269 .runtime_suspend = scsi_runtime_suspend,
/linux/drivers/greybus/
H A Dbundle.c114 if (pm && pm->runtime_suspend) { in gb_bundle_suspend()
115 ret = pm->runtime_suspend(&bundle->dev); in gb_bundle_suspend()
/linux/sound/soc/sof/intel/
H A Dhda-common-ops.c94 .runtime_suspend = hda_dsp_runtime_suspend,
/linux/sound/soc/mediatek/common/
H A Dmtk-base-afe.h111 int (*runtime_suspend)(struct device *dev); member
/linux/drivers/staging/media/ipu7/
H A Dipu7-bus.c68 .runtime_suspend = bus_pm_runtime_suspend,
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.c68 .runtime_suspend = bus_pm_runtime_suspend,
/linux/drivers/mmc/host/
H A Dsdhci-pci.h155 int (*runtime_suspend) (struct sdhci_pci_chip *); member
/linux/drivers/media/rc/
H A Dgpio-ir-recv.c189 .runtime_suspend = gpio_ir_recv_runtime_suspend,
/linux/drivers/net/ipa/
H A Dipa_power.c306 .runtime_suspend = ipa_runtime_suspend,
/linux/drivers/pci/pcie/
H A Dportdrv.c433 size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend); in pcie_port_device_runtime_suspend()
665 .runtime_suspend = pcie_port_runtime_suspend,
/linux/drivers/i2c/busses/
H A Di2c-at91-core.c326 .runtime_suspend = at91_twi_runtime_suspend,
/linux/sound/soc/amd/raven/
H A Dpci-acp3x.c300 .runtime_suspend = snd_acp3x_suspend,
H A Dacp3x-pcm-dma.c505 .runtime_suspend = acp3x_pcm_runtime_suspend,
/linux/sound/soc/amd/renoir/
H A Drn-pci-acp3x.c386 .runtime_suspend = snd_rn_acp_suspend,
H A Dacp3x-pdm-dma.c487 .runtime_suspend = acp_pdm_runtime_suspend,
/linux/drivers/mmc/core/
H A Dbus.c203 return host->bus_ops->runtime_suspend(host); in mmc_runtime_suspend()
/linux/drivers/pcmcia/
H A Dds.c979 static int runtime_suspend(struct device *dev) in runtime_suspend() function
1066 ret = runtime_suspend(dev); in pm_state_store()
1222 return runtime_suspend(dev); in pcmcia_bus_suspend_callback()
/linux/sound/soc/sof/imx/
H A Dimx-common.c463 .runtime_suspend = imx_runtime_suspend,
/linux/drivers/usb/core/
H A Dhcd-pci.c647 .runtime_suspend = hcd_pci_runtime_suspend,
/linux/drivers/usb/musb/
H A Domap2430.c584 .runtime_suspend = omap2430_runtime_suspend,
/linux/sound/soc/intel/atom/sst/
H A Dsst.c577 .runtime_suspend = intel_sst_runtime_suspend,
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4.c784 .runtime_suspend = hdmi_runtime_suspend,
H A Dhdmi5.c825 .runtime_suspend = hdmi_runtime_suspend,

123