/kernel/linux/linux-5.10/drivers/oprofile/ |
H A D | oprof.c | 206 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 D | buffer_sync.h | 17 void sync_stop(void);
|
H A D | buffer_sync.c | 191 void sync_stop(void) in sync_stop() function
|
/kernel/linux/linux-5.10/arch/powerpc/oprofile/ |
H A D | common.c | 201 ops->sync_stop = model->sync_stop; in oprofile_arch_init()
|
H A D | op_model_cell.c | 1707 .sync_stop = cell_sync_stop,
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | oprofile_impl.h | 53 int (*sync_stop)(void); member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | oprofile.h | 68 int (*sync_stop)(void); member
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-component.c | 655 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 D | soc-pcm.c | 2852 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 D | pcmtest.c | 530 .sync_stop = snd_pcmtst_sync_stop, 543 .sync_stop = snd_pcmtst_sync_stop,
|
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_pcm_ops.c | 20 * (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 D | soc-component.h | 130 int (*sync_stop)(struct snd_soc_component *component, member
|
H A D | pcm.h | 63 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 D | soc-component.h | 131 int (*sync_stop)(struct snd_soc_component *component, member
|
H A D | pcm.h | 64 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 D | test-component.c | 594 cdriv->sync_stop = test_component_sync_stop; in test_driver_probe()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-component.c | 1045 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 D | soc-pcm.c | 2988 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 D | pcm.c | 278 /* 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 D | pcm.c | 302 /* 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 D | pcm_native.c | 599 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 D | pcm_native.c | 617 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 D | intel_hdmi_audio.c | 1269 .sync_stop = had_pcm_sync_stop,
|