Searched refs:type_ops (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-ctrls.h | 262 const struct v4l2_ctrl_type_ops *type_ops; member 413 const struct v4l2_ctrl_type_ops *type_ops; member
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2085 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in def_to_user() 2106 ctrl->type_ops->init(ctrl, idx, ptr); in user_to_ptr() 2255 ctrl_changed = !ctrl->type_ops->equal(ctrl, idx, in cluster_changed() 2309 err = ctrl->type_ops->validate(ctrl, idx, p_new); in validate_new() 2562 const struct v4l2_ctrl_type_ops *type_ops, in v4l2_ctrl_new() argument 2702 ctrl->type_ops = type_ops ? type_ops : &std_type_ops; in v4l2_ctrl_new() 2742 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new() 2743 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in v4l2_ctrl_new() 2788 ctrl = v4l2_ctrl_new(hdl, cfg->ops, cfg->type_ops, cfg->id, name, in v4l2_ctrl_new_custom() 3089 ctrl->type_ops->log(ctrl); in log_ctrl()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 174489 + .type_ops = &vsi_dec_type_ops, 175855 + .type_ops = &vsi_enc_type_ops, 175878 + .type_ops = &vsi_enc_type_ops,
|