Searched refs:busy_flag (Results 1 – 4 of 4) sorted by relevance
/drivers/isdn/hisax/ |
D | config.c | 1025 struct IsdnCardState **cs_out, int *busy_flag, in hisax_cs_new() argument 1047 cs->busy_flag = busy_flag; in hisax_cs_new() 1174 static int checkcard(int cardnr, char *id, int *busy_flag, in checkcard() argument 1181 ret = hisax_cs_new(cardnr, id, card, &cs, busy_flag, lockowner); in checkcard() 1217 static int __init HiSax_inithardware(int *busy_flag) in HiSax_inithardware() argument 1247 if (checkcard(i, ids, busy_flag, THIS_MODULE, in HiSax_inithardware() 1546 int hisax_init_pcmcia(void *pcm_iob, int *busy_flag, struct IsdnCard *card) in hisax_init_pcmcia() argument 1556 if (!checkcard(nrcards, ids, busy_flag, THIS_MODULE, in hisax_init_pcmcia()
|
D | hisax.h | 894 int *busy_flag; member
|
D | sedlbauer.c | 268 if ((cs->hw.sedl.bus == SEDL_BUS_PCMCIA) && (*cs->busy_flag == 1)) { in sedlbauer_interrupt()
|
D | elsa.c | 291 if ((cs->typ == ISDN_CTYPE_ELSA_PCMCIA) && (*cs->busy_flag == 1)) { in elsa_interrupt()
|