Searched refs:busy_flag (Results 1 – 4 of 4) sorted by relevance
/drivers/isdn/hisax/ |
D | config.c | 1020 struct IsdnCardState **cs_out, int *busy_flag, in hisax_cs_new() argument 1042 cs->busy_flag = busy_flag; in hisax_cs_new() 1172 static int __ref checkcard(int cardnr, char *id, int *busy_flag, in checkcard() argument 1180 ret = hisax_cs_new(cardnr, id, card, &cs, busy_flag, lockowner); in checkcard() 1216 static int __init HiSax_inithardware(int *busy_flag) in HiSax_inithardware() argument 1246 if (checkcard(i, ids, busy_flag, THIS_MODULE, in HiSax_inithardware() 1547 int __devinit hisax_init_pcmcia(void *pcm_iob, int *busy_flag, struct IsdnCard *card) in hisax_init_pcmcia() argument 1557 if (!checkcard(nrcards, ids, busy_flag, THIS_MODULE, in hisax_init_pcmcia()
|
D | hisax.h | 884 int *busy_flag; member
|
D | sedlbauer.c | 270 if ((cs->hw.sedl.bus == SEDL_BUS_PCMCIA) && (*cs->busy_flag == 1)) { in sedlbauer_interrupt()
|
D | elsa.c | 290 if ((cs->typ == ISDN_CTYPE_ELSA_PCMCIA) && (*cs->busy_flag == 1)) { in elsa_interrupt()
|