Home
last modified time | relevance | path

Searched refs:is_string (Results 1 – 8 of 8) sorted by relevance

/linux/scripts/dtc/
H A Dfdtget.c59 int is_string; in show_data() local
66 is_string = (disp->type) == 's' || in show_data()
68 if (is_string) { in show_data()
/linux/kernel/trace/
H A Dtrace_synth.h19 bool is_string; member
H A Dtrace_probe.h146 bool is_string; /* String flag */ member
195 .is_string = (bool)str, \
H A Dtrace_probe.c1472 if (parg->type->is_string) { in traceprobe_parse_probe_arg_body()
2062 if (parg->type->is_string) in trace_probe_init()
2070 if (parg->type->is_string) in trace_probe_init()
H A Dtrace_events_hist.c3930 if (strstr(hist_field->type, "char[") && field->is_string in check_synth_field()
3939 (!field->is_string && field->is_signed != hist_field->is_signed)) in trace_action_find_var()
/linux/fs/openpromfs/
H A Dinode.c50 static int is_string(unsigned char *p, int len) in is_string() function
76 if (is_string(pval, len)) { in property_show()
/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()
H A Dv4l2-ctrls-core.c2171 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()
2172 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()