Searched refs:parse_line (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/thunderbolt/ |
D | debugfs.c | 81 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, in parse_line() function 147 while (parse_line(&line, &offset, &val, 2, 5)) { in regs_write() 236 while (parse_line(&line, &offset, &val, 1, 4)) { in counters_write()
|
/Linux-v5.10/arch/x86/kernel/cpu/resctrl/ |
D | ctrlmondata.c | 188 static int parse_line(char *line, struct rdt_resource *r, in parse_line() function 291 return parse_line(tok, r, rdtgrp); in rdtgroup_parse_resource()
|