Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.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,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Doprofile_impl.h53 int (*sync_stop)(void); member
/kernel/linux/linux-5.10/include/linux/
Doprofile.h68 int (*sync_stop)(void); member
/kernel/linux/linux-5.10/sound/soc/
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()
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-5.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
/kernel/linux/linux-5.10/sound/usb/
Dpcm.c1833 .sync_stop = snd_usb_pcm_sync_stop,
1844 .sync_stop = snd_usb_pcm_sync_stop,
/kernel/linux/linux-5.10/sound/core/
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-5.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
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch20127 if (drv->sync_stop)