Searched refs:type_ops (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/media/ |
D | v4l2-ctrls.h | 271 const struct v4l2_ctrl_type_ops *type_ops; member 438 const struct v4l2_ctrl_type_ops *type_ops; member
|
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-ctrls-core.c | 1500 const struct v4l2_ctrl_type_ops *type_ops, in v4l2_ctrl_new() argument 1674 ctrl->type_ops = type_ops ? type_ops : &std_type_ops; in v4l2_ctrl_new() 1728 ctrl->type_ops->init(ctrl, 0, ctrl->p_cur); in v4l2_ctrl_new() 1774 ctrl = v4l2_ctrl_new(hdl, cfg->ops, cfg->type_ops, cfg->id, name, in v4l2_ctrl_new_custom() 2072 ctrl_changed = !ctrl->type_ops->equal(ctrl, in cluster_changed() 2253 ctrl->type_ops->log(ctrl); in log_ctrl()
|
D | v4l2-ctrls-api.c | 92 ctrl->type_ops->init(ctrl, 0, ctrl->p_new); in def_to_user() 129 ctrl->type_ops->init(ctrl, elems, ctrl->p_new); in user_to_new() 498 return ctrl->type_ops->validate(ctrl, p_new); in validate_new() 1011 ctrl->type_ops->init(ctrl, 0, ctrl->p_cur); in __v4l2_ctrl_modify_dimensions()
|
/linux-6.1.9/drivers/media/platform/nxp/dw100/ |
D | dw100.c | 420 .type_ops = &dw100_ctrl_type_ops,
|