Searched refs:HYSDN_CARD (Results 1 – 2 of 2) sorted by relevance
137 typedef struct HYSDN_CARD { struct155 struct HYSDN_CARD *next; /* pointer to next card */ argument164 void (*set_errlog_state) (struct HYSDN_CARD *, int); argument173 int (*writebootimg) (struct HYSDN_CARD *, unsigned char *, unsigned long); argument174 int (*writebootseq) (struct HYSDN_CARD *, unsigned char *, int); argument175 int (*waitpofready) (struct HYSDN_CARD *); argument176 int (*testram) (struct HYSDN_CARD *); argument189 void (*stopcard) (struct HYSDN_CARD *); argument190 void (*releasehardware) (struct HYSDN_CARD *); argument203 struct HYSDN_CARD *card; argument
214 ergo_writebootimg(struct HYSDN_CARD *card, unsigned char *buf, in ergo_writebootimg()261 ergo_writebootseq(struct HYSDN_CARD *card, unsigned char *buf, int len) in ergo_writebootseq()322 ergo_waitpofready(struct HYSDN_CARD *card) in ergo_waitpofready()