Lines Matching refs:size
55 size_t bytes; /* buffer size in bytes */
60 * return the pages matching with the given byte size
62 static inline unsigned int snd_sgbuf_aligned_pages(size_t size)
64 return (size + PAGE_SIZE - 1) >> PAGE_SHIFT;
72 size_t size, struct snd_dma_buffer *dmab,
82 int size; /* allocated byte size */
84 int tblsize; /* allocated table size */
120 unsigned int ofs, unsigned int size);
135 #define snd_sgbuf_get_chunk_size(dmab, ofs, size) (size)
140 int snd_dma_alloc_pages(int type, struct device *dev, size_t size,
142 int snd_dma_alloc_pages_fallback(int type, struct device *dev, size_t size,