Home
last modified time | relevance | path

Searched refs:is_ptr (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c46 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user()
120 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_new()
289 } else if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()
540 if (ctrl->is_ptr) in validate_ctrls()
650 if (!ret && ctrl->is_ptr) { in try_set_ext_ctrls_common()
863 if (WARN_ON(ctrl->is_ptr || ctrl->type != V4L2_CTRL_TYPE_INTEGER64)) in v4l2_ctrl_g_ctrl_int64()
888 if (WARN_ON(ctrl->is_ptr || ctrl->type != V4L2_CTRL_TYPE_INTEGER64)) in __v4l2_ctrl_s_ctrl_int64()
Dv4l2-ctrls-priv.h49 if (ctrl->is_ptr) in user_flags()
Dv4l2-ctrls-core.c28 if (ctrl->is_ptr) in fill_event()
1684 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()
1685 ctrl->is_int = !ctrl->is_ptr && type != V4L2_CTRL_TYPE_INTEGER64; in v4l2_ctrl_new()
Dv4l2-compat-ioctl32.c699 return ctrl && ctrl->is_ptr; in ctrl_is_pointer()
/Linux-v6.1/kernel/bpf/
Ddisasm.c246 bool is_ptr = insn->src_reg == BPF_PSEUDO_MAP_FD || in print_bpf_insn() local
250 if (is_ptr && !allow_ptr_leaks) in print_bpf_insn()
/Linux-v6.1/include/media/
Dv4l2-ctrls.h263 unsigned int is_ptr:1; member