Searched refs:parse_line (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/arch/x86/kcpuid/ |
| H A D | kcpuid.c | 313 static void parse_line(char *line) in parse_line() 453 parse_line(line); in decode_bits() 283 static int parse_line(char *line) parse_line() function
|
| /linux/drivers/thunderbolt/ |
| H A D | debugfs.c | 153 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, in parse_line() function 250 while (parse_line(&line, &offset, &val, 2, long_fmt_len)) { in regs_write() 1916 while (parse_line(&line, &offset, &val, 1, 4)) { in counters_write()
|