Searched refs:vim2m_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/media/test-drivers/ |
D | vim2m.c | 939 static const struct v4l2_ctrl_ops vim2m_ctrl_ops = { variable 1139 .ops = &vim2m_ctrl_ops, 1149 .ops = &vim2m_ctrl_ops, 1182 v4l2_ctrl_new_std(hdl, &vim2m_ctrl_ops, V4L2_CID_HFLIP, 0, 1, 1, 0); in vim2m_open() 1183 v4l2_ctrl_new_std(hdl, &vim2m_ctrl_ops, V4L2_CID_VFLIP, 0, 1, 1, 0); in vim2m_open()
|