Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-h264.c303 char **out_str) in format_ref_list_p() argument
307 *out_str = kmalloc(tmp_str_size, GFP_KERNEL); in format_ref_list_p()
308 if (!(*out_str)) in format_ref_list_p()
311 n += snprintf(*out_str + n, tmp_str_size - n, "|"); in format_ref_list_p()
320 n += scnprintf(*out_str + n, tmp_str_size - n, "%i%c%c|", in format_ref_list_p()
325 return *out_str; in format_ref_list_p()
343 char **out_str) in format_ref_list_b() argument
347 *out_str = kmalloc(tmp_str_size, GFP_KERNEL); in format_ref_list_b()
348 if (!(*out_str)) in format_ref_list_b()
351 n += snprintf(*out_str + n, tmp_str_size - n, "|"); in format_ref_list_b()
[all …]
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h29 g_string_append_printf((c)->out_str, __VA_ARGS__); \
229 GString *out_str; /**< String containing the output code */ member
H A Didef-parser.y867 context.out_str = g_string_new(NULL);
902 g_string_free(context.out_str, TRUE);
H A Dparser-helpers.c265 fwrite(c->out_str->str, sizeof(char), c->out_str->len, in commit()
2119 g_string_truncate(c->out_str, 0); in free_instruction()
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py470 out_str = "Switch out "
472 out_str = "Switch In "
489 …(out_str, pid, tid, cpu, ts / 1000000000, ts %1000000000, np_pid, np_tid, machine_str, preempt_str)
/openbmc/linux/drivers/accessibility/speakup/
H A Dvarhandlers.c244 if (!var_data->u.n.out_str) in spk_set_num_var()
248 var_data->u.n.out_str[val]); in spk_set_num_var()
H A Dspk_types.h121 char *out_str; /* if synth needs char representation of number */ member
/openbmc/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c1483 int channel, const char **out_str) in hp_wmi_hwmon_read_string() argument
1489 *out_str = info->nsensor.name; in hp_wmi_hwmon_read_string()