/include/sound/ |
D | compress_driver.h | 80 struct snd_compr_runtime *runtime; member 201 wake_up(&stream->runtime->sleep); in snd_compr_fragment_elapsed() 211 stream->runtime->state = SNDRV_PCM_STATE_RUNNING; in snd_compr_drain_notify() 214 stream->runtime->state = SNDRV_PCM_STATE_SETUP; in snd_compr_drain_notify() 217 wake_up(&stream->runtime->sleep); in snd_compr_drain_notify() 232 struct snd_compr_runtime *runtime = stream->runtime; in snd_compr_set_runtime_buffer() local 235 runtime->dma_buffer_p = bufp; in snd_compr_set_runtime_buffer() 236 runtime->dma_area = bufp->area; in snd_compr_set_runtime_buffer() 237 runtime->dma_addr = bufp->addr; in snd_compr_set_runtime_buffer() 238 runtime->dma_bytes = bufp->bytes; in snd_compr_set_runtime_buffer() [all …]
|
D | pcm.h | 412 void (*private_free)(struct snd_pcm_runtime *runtime); 467 struct snd_pcm_runtime *runtime; member 693 return (substream->runtime->state == SNDRV_PCM_STATE_RUNNING || in snd_pcm_running() 694 (substream->runtime->state == SNDRV_PCM_STATE_DRAINING && in snd_pcm_running() 705 static inline void __snd_pcm_set_state(struct snd_pcm_runtime *runtime, in __snd_pcm_set_state() argument 708 runtime->state = state; in __snd_pcm_set_state() 709 runtime->status->state = state; /* copy for mmap */ in __snd_pcm_set_state() 719 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_samples() argument 721 return size * 8 / runtime->sample_bits; in bytes_to_samples() 731 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames() argument [all …]
|
D | pcm-indirect.h | 38 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() 117 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) in snd_pcm_indirect_capture_transfer() 118 diff += runtime->boundary; in snd_pcm_indirect_capture_transfer() [all …]
|
D | pcm_iec958.h | 9 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,
|
D | pcm_drm_eld.h | 5 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
|
D | vx_core.h | 95 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, 276 static inline void vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_write() argument 279 chip->ops->dma_write(chip, runtime, pipe, count); in vx_pseudo_dma_write() 282 static inline void vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_read() argument 285 chip->ops->dma_read(chip, runtime, pipe, count); in vx_pseudo_dma_read()
|
D | rawmidi.h | 97 struct snd_rawmidi_runtime *runtime; member
|
D | wss.h | 100 int (*rate_constraint) (struct snd_pcm_runtime *runtime);
|
D | ac97_codec.h | 410 int snd_ac97_pcm_double_rate_rules(struct snd_pcm_runtime *runtime);
|
/include/trace/events/ |
D | sched.h | 520 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime), 522 TP_ARGS(tsk, __perf_count(runtime), vruntime), 527 __field( u64, runtime ) 534 __entry->runtime = runtime; 540 (unsigned long long)__entry->runtime, 545 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime), 546 TP_ARGS(tsk, runtime, vruntime));
|
/include/linux/ |
D | posix-timers.h | 161 u64 runtime) in posix_cputimers_rt_watchdog() argument 163 pct->bases[CPUCLOCK_SCHED].nextevt = runtime; in posix_cputimers_rt_watchdog()
|
D | efi.h | 489 u64 runtime; member 506 u32 runtime; member 526 efi_runtime_services_t *runtime; member 640 const efi_runtime_services_t *runtime; /* EFI runtime services table */ member
|
D | rtsx_pci.h | 1101 void (*force_power_down)(struct rtsx_pcr *pcr, u8 pm_state, bool runtime);
|
D | sched.h | 616 s64 runtime; /* Remaining runtime for this instance */ member
|