Searched refs:msp_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/i2c/ |
D | msp3400-driver.c | 625 static const struct v4l2_ctrl_ops msp_ctrl_ops = { variable 804 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 806 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 808 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 811 state->volume = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 813 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 815 state->muted = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
|