Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/gpu/drm/
Ddrm_ioctl.c693 unsigned int usize, asize, drv_size; in drm_ioctl() local
715 drv_size = _IOC_SIZE(ioctl->cmd); in drm_ioctl()
717 asize = max(usize, drv_size); in drm_ioctl()