Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Doprofile_impl.h53 int (*sync_stop)(void); member
/OK3568_Linux_fs/kernel/include/linux/
H A Doprofile.h68 int (*sync_stop)(void); member
/OK3568_Linux_fs/kernel/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.c2853 if (drv->sync_stop) in soc_new_pcm()
2854 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/sound/usb/
H A Dpcm.c2021 .sync_stop = snd_usb_pcm_sync_stop,
2032 .sync_stop = snd_usb_pcm_sync_stop,
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A 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