Searched refs:msp_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/drivers/media/i2c/ |
D | msp3400-driver.c | 639 static const struct v4l2_ctrl_ops msp_ctrl_ops = { variable 801 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 803 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 805 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 808 state->volume = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 810 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 812 state->muted = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
|