Searched defs:busy_flag (Results 1 - 2 of 2) sorted by relevance

/drivers/isdn/hisax/
H A Dconfig.c1025 struct IsdnCardState **cs_out, int *busy_flag,
1047 cs->busy_flag = busy_flag;
1174 static int checkcard(int cardnr, char *id, int *busy_flag, argument
1181 ret = hisax_cs_new(cardnr, id, card, &cs, busy_flag, lockowner);
1217 static int __init HiSax_inithardware(int *busy_flag) argument
1247 if (checkcard(i, ids, busy_flag, THIS_MODULE,
1546 int hisax_init_pcmcia(void *pcm_iob, int *busy_flag, struct IsdnCard *card) argument
1556 if (!checkcard(nrcards, ids, busy_flag, THIS_MODULE,
1024 hisax_cs_new(int cardnr, char *id, struct IsdnCard *card, struct IsdnCardState **cs_out, int *busy_flag, struct module *lockowner) argument
H A Dhisax.h894 int *busy_flag; member in struct:IsdnCardState

Completed in 81 milliseconds