Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/sof/
H A Ddebug.c27 * @tkns: Returned u32 sequence pointer.
31 strsplit_u32(char **buf, const char *delim, u32 **tkns, size_t *num_tkns) in strsplit_u32() argument
39 *tkns = NULL; in strsplit_u32()
62 *tkns = kmemdup(data, count * sizeof(*data), GFP_KERNEL); in strsplit_u32()
63 if (*tkns == NULL) { in strsplit_u32()
75 loff_t *ppos, u32 **tkns, size_t *num_tkns) in tokenize_input()
91 ret = strsplit_u32((char **)&buf, ",", tkns, num_tkns); in tokenize_input()
144 u32 *tkns; in probe_points_write() local
152 ret = tokenize_input(from, count, ppos, &tkns, &num_tkns); in probe_points_write()
155 bytes = sizeof(*tkns) * num_tkn in probe_points_write()
74 tokenize_input(const char __user *from, size_t count, loff_t *ppos, u32 **tkns, size_t *num_tkns) tokenize_input() argument
184 u32 *tkns; probe_points_remove_write() local
[all...]

Completed in 1 milliseconds