Searched refs:drv_size (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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.10/drivers/dma-buf/ |
D | dma-heap.c | 119 unsigned int in_size, out_size, drv_size, ksize; in dma_heap_ioctl() local 130 drv_size = _IOC_SIZE(kcmd); in dma_heap_ioctl() 137 ksize = max(max(in_size, out_size), drv_size); in dma_heap_ioctl()
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_ioctl.c | 821 unsigned int in_size, out_size, drv_size, ksize; in drm_ioctl() local 847 drv_size = _IOC_SIZE(ioctl->cmd); in drm_ioctl() 853 ksize = max(max(in_size, out_size), drv_size); in drm_ioctl()
|