Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
A Ddebug.c41 *tkns = NULL; in strsplit_u32()
64 *tkns = kmemdup(data, count * sizeof(*data), GFP_KERNEL); in strsplit_u32()
65 if (*tkns == NULL) { in strsplit_u32()
77 loff_t *ppos, u32 **tkns, size_t *num_tkns) in tokenize_input() argument
93 ret = strsplit_u32((char **)&buf, ",", tkns, num_tkns); in tokenize_input()
146 u32 *tkns; in probe_points_write() local
157 bytes = sizeof(*tkns) * num_tkns; in probe_points_write()
163 desc = (struct sof_probe_point_desc *)tkns; in probe_points_write()
169 kfree(tkns); in probe_points_write()
186 u32 *tkns; in probe_points_remove_write() local
[all …]

Completed in 4 milliseconds