Searched refs:type_ops (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/v4l2-core/ |
A D | v4l2-ctrls-core.c | 928 err = ctrl->type_ops->validate(ctrl, idx, p_new); in validate_new() 1158 const struct v4l2_ctrl_type_ops *type_ops, in v4l2_ctrl_new() argument 1313 ctrl->type_ops = type_ops ? type_ops : &std_type_ops; in v4l2_ctrl_new() 1353 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new() 1354 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in v4l2_ctrl_new() 1399 ctrl = v4l2_ctrl_new(hdl, cfg->ops, cfg->type_ops, cfg->id, name, in v4l2_ctrl_new_custom() 1696 ctrl_changed = !ctrl->type_ops->equal(ctrl, idx, in cluster_changed() 1877 ctrl->type_ops->log(ctrl); in log_ctrl()
|
A D | v4l2-ctrls-api.c | 95 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in def_to_user() 116 ctrl->type_ops->init(ctrl, idx, ptr); in user_to_ptr()
|
/linux/include/media/ |
A D | v4l2-ctrls.h | 264 const struct v4l2_ctrl_type_ops *type_ops; member 415 const struct v4l2_ctrl_type_ops *type_ops; member
|
Completed in 10 milliseconds