Searched refs:type_ops (Results 1 – 1 of 1) sorted by relevance
/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1516 ctrl->type_ops->init(ctrl, idx, ptr); in user_to_ptr() 1623 ctrl_changed = !ctrl->type_ops->equal(ctrl, idx, in cluster_changed() 1688 return ctrl->type_ops->validate(ctrl, 0, ptr); in validate_new() 1692 return ctrl->type_ops->validate(ctrl, 0, ptr); in validate_new() 1699 err = ctrl->type_ops->validate(ctrl, idx, ptr); in validate_new() 1916 const struct v4l2_ctrl_type_ops *type_ops, in v4l2_ctrl_new() argument 2013 ctrl->type_ops = type_ops ? type_ops : &std_type_ops; in v4l2_ctrl_new() 2047 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new() 2048 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in v4l2_ctrl_new() 2094 ctrl = v4l2_ctrl_new(hdl, cfg->ops, cfg->type_ops, cfg->id, name, in v4l2_ctrl_new_custom() [all …]
|