Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c194 static int __get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in __get_v4l2_format32() function
230 return __get_v4l2_format32(kp, up); in get_v4l2_format32()
238 return __get_v4l2_format32(&kp->format, &up->format); in get_v4l2_create32()