Searched refs:meye_params (Results 1 – 4 of 4) sorted by relevance
38 struct meye_params { struct48 #define MEYEIOC_G_PARAMS _IOR ('v', BASE_VIDIOC_PRIVATE+0, struct meye_params) argument50 #define MEYEIOC_S_PARAMS _IOW ('v', BASE_VIDIOC_PRIVATE+1, struct meye_params)
306 struct meye_params params; /* additional parameters */
864 static int meyeioc_g_params(struct meye_params *p) in meyeioc_g_params()870 static int meyeioc_s_params(struct meye_params *jp) in meyeioc_s_params()1386 return meyeioc_g_params((struct meye_params *) arg); in vidioc_default()1389 return meyeioc_s_params((struct meye_params *) arg); in vidioc_default()
32 parameters are described by the meye_params structure.