Searched refs:is_ptr (Results 1 – 4 of 4) sorted by relevance
202 bool is_ptr = insn->src_reg == BPF_PSEUDO_MAP_FD || in print_bpf_insn() local206 if (is_ptr && !allow_ptr_leaks) in print_bpf_insn()
1549 if (ctrl->is_ptr) in user_flags()1563 if (ctrl->is_ptr) in fill_event()2035 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user()2099 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_ptr()2712 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()2713 ctrl->is_int = !ctrl->is_ptr && type != V4L2_CTRL_TYPE_INTEGER64; in v4l2_ctrl_new()3574 if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()3902 if (WARN_ON(ctrl->is_ptr || ctrl->type != V4L2_CTRL_TYPE_INTEGER64)) in v4l2_ctrl_g_ctrl_int64()4009 if (ctrl->is_ptr) in validate_ctrls()4125 if (!ret && ctrl->is_ptr) in try_set_ext_ctrls_common()[all …]
1117 return ctrl && ctrl->is_ptr; in ctrl_is_pointer()
255 unsigned int is_ptr:1; member