Searched refs:type_ops (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/media/ |
D | v4l2-ctrls.h | 233 const struct v4l2_ctrl_type_ops *type_ops; member 380 const struct v4l2_ctrl_type_ops *type_ops; member
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1892 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in def_to_user() 1913 ctrl->type_ops->init(ctrl, idx, ptr); in user_to_ptr() 2053 ctrl_changed = !ctrl->type_ops->equal(ctrl, idx, in cluster_changed() 2107 err = ctrl->type_ops->validate(ctrl, idx, p_new); in validate_new() 2352 const struct v4l2_ctrl_type_ops *type_ops, in v4l2_ctrl_new() argument 2473 ctrl->type_ops = type_ops ? type_ops : &std_type_ops; in v4l2_ctrl_new() 2507 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new() 2508 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in v4l2_ctrl_new() 2553 ctrl = v4l2_ctrl_new(hdl, cfg->ops, cfg->type_ops, cfg->id, name, in v4l2_ctrl_new_custom() 2833 ctrl->type_ops->log(ctrl); in log_ctrl()
|