Home
last modified time | relevance | path

Searched refs:sync_stop (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/drivers/oprofile/
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()
Dbuffer_sync.h17 void sync_stop(void);
Dbuffer_sync.c191 void sync_stop(void) in sync_stop() function
/Linux-v5.10/arch/powerpc/oprofile/
Dcommon.c201 ops->sync_stop = model->sync_stop; in oprofile_arch_init()
Dop_model_cell.c1707 .sync_stop = cell_sync_stop,
/Linux-v5.10/arch/powerpc/include/asm/
Doprofile_impl.h53 int (*sync_stop)(void); member
/Linux-v5.10/include/linux/
Doprofile.h68 int (*sync_stop)(void); member
/Linux-v5.10/sound/soc/
Dsoc-component.c664 if (component->driver->sync_stop) { in snd_soc_pcm_component_sync_stop()
665 ret = component->driver->sync_stop(component, in snd_soc_pcm_component_sync_stop()
Dsoc-pcm.c2850 if (drv->sync_stop) in soc_new_pcm()
2851 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
/Linux-v5.10/include/sound/
Dsoc-component.h130 int (*sync_stop)(struct snd_soc_component *component, member
Dpcm.h63 int (*sync_stop)(struct snd_pcm_substream *substream); member
/Linux-v5.10/sound/usb/
Dpcm.c1836 .sync_stop = snd_usb_pcm_sync_stop,
1847 .sync_stop = snd_usb_pcm_sync_stop,
/Linux-v5.10/sound/core/
Dpcm_native.c590 if (substream->ops->sync_stop) in snd_pcm_sync_stop()
591 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
/Linux-v5.10/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst976 See the later section `sync_stop callback`_ for details.
2067 sync_stop callback
2085 While keeping NULL to ``sync_stop`` PCM callback, the driver can set