Searched refs:drv_size (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/sound/core/oss/ |
| D | pcm_plugin.h | 79 …m_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size); 156 …plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size) { return drv_size; } in snd_pcm_plug_client_size() argument
|
| /Linux-v5.15/drivers/dma-buf/ |
| D | dma-heap.c | 131 unsigned int in_size, out_size, drv_size, ksize; in dma_heap_ioctl() local 142 drv_size = _IOC_SIZE(kcmd); in dma_heap_ioctl() 149 ksize = max(max(in_size, out_size), drv_size); in dma_heap_ioctl()
|
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_ioctl.c | 829 unsigned int in_size, out_size, drv_size, ksize; in drm_ioctl() local 858 drv_size = _IOC_SIZE(ioctl->cmd); in drm_ioctl() 864 ksize = max(max(in_size, out_size), drv_size); in drm_ioctl()
|