Home
last modified time | relevance | path

Searched refs:cx2341x_ops (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/media/video/
Dcx2341x.c1483 static const struct v4l2_ctrl_ops cx2341x_ops = { variable
1494 cfg.ops = &cx2341x_ops; in cx2341x_ctrl_new_custom()
1513 return v4l2_ctrl_new_std(hdl, &cx2341x_ops, id, min, max, step, def); in cx2341x_ctrl_new_std()
1519 return v4l2_ctrl_new_std_menu(hdl, &cx2341x_ops, id, max, mask, def); in cx2341x_ctrl_new_menu()