Home
last modified time | relevance | path

Searched defs:HYSDN_CARD (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_defs.h146 typedef struct HYSDN_CARD { struct
164 struct HYSDN_CARD *next; /* pointer to next card */ argument
173 void (*set_errlog_state) (struct HYSDN_CARD *, int); argument
182 int (*writebootimg) (struct HYSDN_CARD *, uchar *, ulong); argument
183 int (*writebootseq) (struct HYSDN_CARD *, uchar *, int); argument
184 int (*waitpofready) (struct HYSDN_CARD *); argument
185 int (*testram) (struct HYSDN_CARD *); argument
198 void (*stopcard) (struct HYSDN_CARD *); argument
199 void (*releasehardware) (struct HYSDN_CARD *); argument
210 struct HYSDN_CARD *card; argument
[all …]