Searched refs:pccard_tuple (Results 1 – 2 of 2) sorted by relevance
73 static int pccard_parse_cis_tuple(const struct pccard_tuple *, void *);74 static int decode_funce(const struct pccard_tuple *, struct pccard_function *);104 struct pccard_tuple tuple; in pccard_scan_cis()613 pccard_parse_cis_tuple(const struct pccard_tuple *tuple, void *arg) in pccard_parse_cis_tuple()1263 decode_funce(const struct pccard_tuple *tuple, struct pccard_function *pf) in decode_funce()
213 struct pccard_tuple { struct222 typedef int (*pccard_scan_t)(const struct pccard_tuple *, void *); argument