Searched defs:irq_test (Results 1 - 3 of 3) sorted by relevance

/drivers/char/pcmcia/
H A Dsynclink_cs.c394 static bool irq_test(MGSLPC_INFO *info);
3778 static bool irq_test(MGSLPC_INFO *info) function
3822 if (!irq_test(info)) {
/drivers/tty/
H A Dsynclink_gt.c448 static int irq_test(struct slgt_info *info);
4990 static int irq_test(struct slgt_info *info) function
5122 } else if (irq_test(info) < 0) {
H A Dsynclinkmp.c566 static bool irq_test(SLMP_INFO *info);
5093 static bool irq_test(SLMP_INFO *info) function
5337 if ( !irq_test(info->port_array[0]) ||
5338 !irq_test(info->port_array[1]) ||
5339 (info->port_count == 4 && !irq_test(info->port_array[2])) ||
5340 (info->port_count == 4 && !irq_test(info->port_array[3]))) {

Completed in 53 milliseconds