Searched refs:parse_line (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/arch/x86/kcpuid/ |
D | kcpuid.c | 291 static int parse_line(char *line) in parse_line() function 424 parse_line(line); in parse_text()
|
/Linux-v6.6/arch/x86/kernel/cpu/resctrl/ |
D | ctrlmondata.c | 200 static int parse_line(char *line, struct resctrl_schema *s, in parse_line() function 360 return parse_line(tok, s, rdtgrp); in rdtgroup_parse_resource()
|
/Linux-v6.6/drivers/thunderbolt/ |
D | debugfs.c | 85 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, in parse_line() function 151 while (parse_line(&line, &offset, &val, 2, 5)) { in regs_write() 1075 while (parse_line(&line, &offset, &val, 1, 4)) { in counters_write()
|