Searched refs:sync_stop (Results 1 – 15 of 15) sorted by relevance
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()
17 void sync_stop(void);
191 void sync_stop(void) in sync_stop() function
201 ops->sync_stop = model->sync_stop; in oprofile_arch_init()
1707 .sync_stop = cell_sync_stop,
53 int (*sync_stop)(void); member
68 int (*sync_stop)(void); member
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()
2852 if (drv->sync_stop) in soc_new_pcm()2853 rtd->ops.sync_stop = snd_soc_pcm_component_sync_stop; in soc_new_pcm()
130 int (*sync_stop)(struct snd_soc_component *component, member
63 int (*sync_stop)(struct snd_pcm_substream *substream); member
1833 .sync_stop = snd_usb_pcm_sync_stop,1844 .sync_stop = snd_usb_pcm_sync_stop,
599 if (substream->ops && substream->ops->sync_stop) in snd_pcm_sync_stop()600 substream->ops->sync_stop(substream); in snd_pcm_sync_stop()
976 See the later section `sync_stop callback`_ for details.2067 sync_stop callback2085 While keeping NULL to ``sync_stop`` PCM callback, the driver can set
20127 if (drv->sync_stop)