Searched refs:type_ops (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-ctrls.h | 274 const struct v4l2_ctrl_type_ops *type_ops; member 431 const struct v4l2_ctrl_type_ops *type_ops; member
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls.c | 2205 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in def_to_user() 2226 ctrl->type_ops->init(ctrl, idx, ptr); in user_to_ptr() 2375 ctrl_changed = !ctrl->type_ops->equal(ctrl, idx, in cluster_changed() 2429 err = ctrl->type_ops->validate(ctrl, idx, p_new); in validate_new() 2682 const struct v4l2_ctrl_type_ops *type_ops, in v4l2_ctrl_new() argument 2828 ctrl->type_ops = type_ops ? type_ops : &std_type_ops; in v4l2_ctrl_new() 2868 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new() 2869 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in v4l2_ctrl_new() 2914 ctrl = v4l2_ctrl_new(hdl, cfg->ops, cfg->type_ops, cfg->id, name, in v4l2_ctrl_new_custom() 3215 ctrl->type_ops->log(ctrl); in log_ctrl()
|