Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Dpcm_plugin.h78 …m_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size);
143 …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/drivers/gpu/drm/
H A Ddrm_ioctl.c845 unsigned int in_size, out_size, drv_size, ksize; in drm_ioctl() local
874 drv_size = _IOC_SIZE(ioctl->cmd); in drm_ioctl()
880 ksize = max(max(in_size, out_size), drv_size); in drm_ioctl()