Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c46 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()
H A Dv4l2-ctrls-core.c28 if (ctrl->is_ptr) in fill_event()
2159 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()
2160 ctrl->is_int = !ctrl->is_ptr && type != V4L2_CTRL_TYPE_INTEGER64; in v4l2_ctrl_new()
/linux/scripts/gdb/linux/
H A Dmapletree.py53 def is_ptr(self): member in Mas
238 if mas.is_ptr():
/linux/kernel/trace/
H A Dtrace_probe.c558 int is_ptr; in parse_btf_field() local
578 is_ptr = split_next_field(fieldname, &next, ctx); in parse_btf_field()
579 if (is_ptr < 0) in parse_btf_field()
580 return is_ptr; in parse_btf_field()
613 } while (!is_ptr && fieldname); in parse_btf_field()
640 int i, is_ptr, ret; in parse_btf_arg() local
646 is_ptr = split_next_field(varname, &field, ctx); in parse_btf_arg()
647 if (is_ptr < 0) in parse_btf_arg()
648 return is_ptr; in parse_btf_arg()
649 if (!is_ptr && field) { in parse_btf_arg()
/linux/kernel/bpf/
H A Ddisasm.c325 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
/linux/tools/testing/selftests/bpf/
H A Ddisasm.c325 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