Searched refs:cis_parser (Results 1 – 4 of 4) sorted by relevance
55 #define CIS_PARSER (*cis_parser)156 void * (*cis_parser)(int32_t function, ...); member
162 cisr.cis_parser = NULL; /* let the framework do this */ in CISParser()
104 void *(*cis_parser)(int, ...) = NULL; variable584 (long)cisr->cis_parser, in CardServices()592 if (cisr->cis_parser != NULL) in CardServices()593 cis_parser = cisr->cis_parser; in CardServices()601 cis_parser = NULL; in CardServices()
125 extern void *(*cis_parser)(int, ...);388 cis_parser = (void *(*)(int, ...)) CISParser; in pcmcia_attach()