Searched refs:pb0100_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_pb0100.c | 115 static const struct v4l2_ctrl_ops pb0100_ctrl_ops = { variable 124 .ops = &pb0100_ctrl_ops, in pb0100_init_controls() 133 .ops = &pb0100_ctrl_ops, in pb0100_init_controls() 147 ctrls->autogain = v4l2_ctrl_new_std(hdl, &pb0100_ctrl_ops, in pb0100_init_controls() 149 ctrls->exposure = v4l2_ctrl_new_std(hdl, &pb0100_ctrl_ops, in pb0100_init_controls() 151 ctrls->gain = v4l2_ctrl_new_std(hdl, &pb0100_ctrl_ops, in pb0100_init_controls() 153 ctrls->red = v4l2_ctrl_new_std(hdl, &pb0100_ctrl_ops, in pb0100_init_controls() 155 ctrls->blue = v4l2_ctrl_new_std(hdl, &pb0100_ctrl_ops, in pb0100_init_controls()
|