Searched refs:page_data (Results 1 – 1 of 1) sorted by relevance
160 unsigned short *page_data = NULL; in snd_wavefront_fx_ioctl() local194 page_data = memdup_array_user((unsigned char __user *) in snd_wavefront_fx_ioctl()197 if (IS_ERR(page_data)) in snd_wavefront_fx_ioctl()198 return PTR_ERR(page_data); in snd_wavefront_fx_ioctl()199 pd = page_data; in snd_wavefront_fx_ioctl()207 kfree(page_data); in snd_wavefront_fx_ioctl()
Completed in 5 milliseconds