Searched refs:msp_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | msp3400-driver.c | 625 static const struct v4l2_ctrl_ops msp_ctrl_ops = { variable 805 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 807 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 809 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 812 state->volume = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 814 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe() 816 state->muted = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
|