Searched refs:bttv_ctls (Results 1 – 1 of 1) sorted by relevance
650 static const struct v4l2_queryctrl bttv_ctls[] = { variable810 for (i = 0; i < ARRAY_SIZE(bttv_ctls); i++) in ctrl_by_id()811 if (bttv_ctls[i].id == id) in ctrl_by_id()812 return bttv_ctls+i; in ctrl_by_id()