Home
last modified time | relevance | path

Searched refs:check_header (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thunderbolt/
H A Dctl.c195 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header() function
251 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error()
274 res.err = check_header(pkg, len, type, route); in parse_header()
/linux/kernel/power/
H A Dsnapshot.c2319 static int check_header(struct swsusp_info *info) in check_header() function
2341 error = check_header(info); in load_header()