Searched refs:is_ptr (Results 1 – 3 of 3) sorted by relevance
46 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user()136 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_new()315 } else if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()572 if (ctrl->is_ptr) in validate_ctrls()683 if (!ret && ctrl->is_ptr) { in try_set_ext_ctrls_common()901 if (WARN_ON(ctrl->is_ptr || ctrl->type != V4L2_CTRL_TYPE_INTEGER64)) in v4l2_ctrl_g_ctrl_int64()926 if (WARN_ON(ctrl->is_ptr || ctrl->type != V4L2_CTRL_TYPE_INTEGER64)) in __v4l2_ctrl_s_ctrl_int64()
53 def is_ptr(self): member in Mas238 if mas.is_ptr():
325 bool is_ptr = insn->src_reg == BPF_PSEUDO_MAP_FD || in print_bpf_insn() 329 if (is_ptr && !allow_ptr_leaks) in print_bpf_insn() 313 bool is_ptr = insn->src_reg == BPF_PSEUDO_MAP_FD || print_bpf_insn() local