Home
last modified time | relevance | path

Searched defs:up32 (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/media/video/
Dv4l2-compat-ioctl32.c335 static int get_v4l2_plane32(struct v4l2_plane *up, struct v4l2_plane32 *up32, in get_v4l2_plane32()
361 static int put_v4l2_plane32(struct v4l2_plane *up, struct v4l2_plane32 *up32, in put_v4l2_plane32()
/linux-3.3/drivers/video/
Damifb.c565 #define up32(v) (((v) + 31) & -32) macro