Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/include/sound/
Dpcm.h463 struct snd_pcm_runtime *runtime; member
688 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_samples()
698 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
708 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes()
718 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
728 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned()
739 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_buffer_bytes() local
749 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_period_bytes() local
759 static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_avail()
775 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_avail()
[all …]
Dpcm-indirect.h51 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect_playback_transfer() local
120 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect_capture_transfer() local
Dsoc-dpcm.h96 struct snd_pcm_runtime *runtime; member
Dcompress_driver.h66 struct snd_compr_runtime *runtime; member
Drawmidi.h104 struct snd_rawmidi_runtime *runtime; member
Dvx_core.h288 static inline void vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_write()
294 static inline void vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_read()
/linux-4.19.296/include/linux/
Defi.h719 u64 runtime; member
736 u32 runtime; member
752 efi_runtime_services_t *runtime; member
955 unsigned long runtime; /* runtime table */ member
Dsched.h520 s64 runtime; /* Remaining runtime for this instance */ member
/linux-4.19.296/fs/btrfs/
Dextent-tree.c2666 u64 runtime = ktime_to_ns(ktime_sub(ktime_get(), start)); in __btrfs_run_delayed_refs() local