Home
last modified time | relevance | path

Searched refs:drv_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/core/oss/
Dpcm_plugin.h94 …m_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size);
173 …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-4.1.27/drivers/gpu/drm/
Ddrm_ioctl.c671 unsigned int usize, asize, drv_size; in drm_ioctl() local
690 drv_size = _IOC_SIZE(ioctl->cmd); in drm_ioctl()
692 asize = max(usize, drv_size); in drm_ioctl()