Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Ddebugfs.c81 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, in parse_line() argument
109 if (ret == short_fmt_len) { in parse_line()
111 *val = v[short_fmt_len - 1]; in parse_line()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Ddebugfs.c85 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, in parse_line() argument
113 if (ret == short_fmt_len) { in parse_line()
115 *val = v[short_fmt_len - 1]; in parse_line()

Completed in 4 milliseconds