Searched refs:parse_line (Results 1 – 3 of 3) sorted by relevance
/linux/tools/arch/x86/kcpuid/ |
H A D | kcpuid.c | 313 static void parse_line(char *line) in parse_line() function 453 parse_line(line); in parse_text()
|
/linux/fs/resctrl/ |
H A D | ctrlmondata.c | 219 static int parse_line(char *line, struct resctrl_schema *s, in parse_line() function 297 return parse_line(tok, s, rdtgrp); in rdtgroup_parse_resource()
|
/linux/drivers/thunderbolt/ |
H A D | debugfs.c | 152 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, in parse_line() function 249 while (parse_line(&line, &offset, &val, 2, long_fmt_len)) { in regs_write() 1915 while (parse_line(&line, &offset, &val, 1, 4)) { in counters_write()
|