Home
last modified time | relevance | path

Searched refs:sync_stop (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/drivers/oprofile/
H A Doprof.c206 if (oprofile_ops.sync_stop) { in oprofile_shutdown()
207 int sync_ret = oprofile_ops.sync_stop(); in oprofile_shutdown()
218 sync_stop(); in oprofile_shutdown()
H A Dbuffer_sync.h17 void sync_stop(void);
H A Dbuffer_sync.c191 void sync_stop(void) in sync_stop() function
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H A Dcommon.c201 ops->sync_stop = model->sync_stop; in oprofile_arch_init()
H A Dop_model_cell.c1707 .sync_stop = cell_sync_stop,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Doprofile_impl.h53 int (*sync_stop)(void); member
/kernel/linux/linux-5.10/include/linux/
H A Doprofile.h68 int (*sync_stop)(void); member
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-component.c655 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop()
656 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
H A Dsoc-pcm.c2852 if (drv->sync_stop) in soc_new_pcm()
2853 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
/kernel/linux/linux-6.6/sound/drivers/
H A Dpcmtest.c530 .sync_stop = snd_pcmtst_sync_stop,
543 .sync_stop = snd_pcmtst_sync_stop,
/kernel/linux/linux-6.6/sound/virtio/
H A Dvirtio_pcm_ops.c20 * (RELEASE command in the ops->sync_stop()) and the ops->hw_free() has been
23 * When the substream stops, the ops->sync_stop() waits until the device has
462 .sync_stop = virtsnd_pcm_sync_stop,
/kernel/linux/linux-5.10/include/sound/
H A Dsoc-component.h130 int (*sync_stop)(struct snd_soc_component *component, member
H A Dpcm.h63 int (*sync_stop)(struct snd_pcm_substream *substream); member
400 bool stop_operating; /* sync_stop will be called */
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-component.h131 int (*sync_stop)(struct snd_soc_component *component, member
H A Dpcm.h64 int (*sync_stop)(struct snd_pcm_substream *substream); member
403 bool stop_operating; /* sync_stop will be called */
/kernel/linux/linux-6.6/sound/soc/generic/
H A Dtest-component.c594 cdriv->sync_stop = test_component_sync_stop; in test_driver_probe()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-component.c1045 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop()
1046 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
H A Dsoc-pcm.c2988 if (drv->sync_stop) in soc_new_pcm()
2989 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
/kernel/linux/linux-5.10/sound/usb/
H A Dpcm.c278 /* PCM sync_stop callback */
1833 .sync_stop = snd_usb_pcm_sync_stop,
1844 .sync_stop = snd_usb_pcm_sync_stop,
/kernel/linux/linux-6.6/sound/usb/
H A Dpcm.c302 /* PCM sync_stop callback */
1753 .sync_stop = snd_usb_pcm_sync_stop,
1765 .sync_stop = snd_usb_pcm_sync_stop,
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c599 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()
600 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c617 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()
618 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
/kernel/linux/linux-6.6/sound/x86/
H A Dintel_hdmi_audio.c1269 .sync_stop = had_pcm_sync_stop,

Completed in 55 milliseconds