Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 17 of 17) sorted by relevance

/include/sound/
A Dpcm.h800 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_buffer_bytes() local
801 return frames_to_bytes(runtime, runtime->buffer_size); in snd_pcm_lib_buffer_bytes()
812 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_period_bytes() local
813 return frames_to_bytes(runtime, runtime->period_size); in snd_pcm_lib_period_bytes()
882 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_ready() local
896 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_capture_ready() local
911 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_data() local
913 if (runtime->stop_threshold >= runtime->boundary) in snd_pcm_playback_data()
928 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_empty() local
942 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_capture_empty() local
[all …]
A Dcompress_driver.h112 struct snd_compr_runtime *runtime; member
238 wake_up(&stream->runtime->sleep); in snd_compr_fragment_elapsed()
254 wake_up(&stream->runtime->sleep); in snd_compr_drain_notify()
269 struct snd_compr_runtime *runtime = stream->runtime; in snd_compr_set_runtime_buffer() local
272 runtime->dma_buffer_p = bufp; in snd_compr_set_runtime_buffer()
273 runtime->dma_area = bufp->area; in snd_compr_set_runtime_buffer()
274 runtime->dma_addr = bufp->addr; in snd_compr_set_runtime_buffer()
277 runtime->dma_buffer_p = NULL; in snd_compr_set_runtime_buffer()
278 runtime->dma_area = NULL; in snd_compr_set_runtime_buffer()
279 runtime->dma_addr = 0; in snd_compr_set_runtime_buffer()
[all …]
A Dpcm-indirect.h38 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect_playback_transfer() local
39 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect_playback_transfer()
44 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) in snd_pcm_indirect_playback_transfer()
45 diff += runtime->boundary; in snd_pcm_indirect_playback_transfer()
48 rec->sw_ready += (int)frames_to_bytes(runtime, diff); in snd_pcm_indirect_playback_transfer()
100 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_playback_pointer()
112 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect_capture_transfer() local
113 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect_capture_transfer()
118 diff += runtime->boundary; in snd_pcm_indirect_capture_transfer()
121 rec->sw_ready -= frames_to_bytes(runtime, diff); in snd_pcm_indirect_capture_transfer()
[all …]
A Dpcm_iec958.h9 int snd_pcm_fill_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
15 int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
A Dvx_core.h95 void (*dma_write)(struct vx_core *chip, struct snd_pcm_runtime *runtime,
97 void (*dma_read)(struct vx_core *chip, struct snd_pcm_runtime *runtime,
275 static inline void vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_write() argument
278 chip->ops->dma_write(chip, runtime, pipe, count); in vx_pseudo_dma_write()
281 static inline void vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_read() argument
284 chip->ops->dma_read(chip, runtime, pipe, count); in vx_pseudo_dma_read()
A Dpcm_drm_eld.h87 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
A Drawmidi.h98 struct snd_rawmidi_runtime *runtime; member
A Dwss.h100 int (*rate_constraint) (struct snd_pcm_runtime *runtime);
A Dac97_codec.h410 int snd_ac97_pcm_double_rate_rules(struct snd_pcm_runtime *runtime);
A Dsoc.h502 substream->runtime->hw = *hw; in snd_soc_set_runtime_hwparams()
/include/trace/events/
A Dosnoise.h14 u64 runtime; /* runtime */ member
45 __field( u64, runtime )
56 __entry->runtime = s->runtime;
69 __entry->runtime,
A Dsched.h555 TP_PROTO(struct task_struct *tsk, u64 runtime),
557 TP_ARGS(tsk, __perf_count(runtime)),
562 __field( u64, runtime )
568 __entry->runtime = runtime;
573 (unsigned long long)__entry->runtime)
577 TP_PROTO(struct task_struct *tsk, u64 runtime),
578 TP_ARGS(tsk, runtime));
/include/linux/
A Dposix-timers.h112 u64 runtime) in posix_cputimers_rt_watchdog() argument
114 pct->bases[CPUCLOCK_SCHED].nextevt = runtime; in posix_cputimers_rt_watchdog()
A Defi.h489 u64 runtime; member
506 u32 runtime; member
526 efi_runtime_services_t *runtime; member
635 const efi_runtime_services_t *runtime; /* EFI runtime services table */ member
A Drtsx_pci.h1107 void (*force_power_down)(struct rtsx_pcr *pcr, u8 pm_state, bool runtime);
A Dsched.h659 s64 runtime; /* Remaining runtime for this instance */ member
/include/asm-generic/
A DKbuild49 mandatory-y += runtime-const.h

Completed in 49 milliseconds