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)
315 struct meye_params params; /* additional parameters */
873 static int meyeioc_g_params(struct meye_params *p) in meyeioc_g_params()879 static int meyeioc_s_params(struct meye_params *jp) in meyeioc_s_params()1403 return meyeioc_g_params((struct meye_params *) arg); in vidioc_default()1406 return meyeioc_s_params((struct meye_params *) arg); in vidioc_default()
106 parameters are described by the meye_params structure.