Searched refs:meye_params (Results 1 – 4 of 4) sorted by relevance
37 struct meye_params { struct47 #define MEYEIOC_G_PARAMS _IOR ('v', BASE_VIDIOC_PRIVATE+0, struct meye_params) argument49 #define MEYEIOC_S_PARAMS _IOW ('v', BASE_VIDIOC_PRIVATE+1, struct meye_params)
319 struct meye_params params; /* additional parameters */
881 static int meyeioc_g_params(struct meye_params *p) in meyeioc_g_params()887 static int meyeioc_s_params(struct meye_params *jp) in meyeioc_s_params()1412 return meyeioc_g_params((struct meye_params *) arg); in vidioc_default()1415 return meyeioc_s_params((struct meye_params *) arg); in vidioc_default()
96 parameters are described by the meye_params structure.