Lines Matching refs:num_cards
85 static int pc_refcount, nbdevs, num_cards, liloconfig; variable
1430 if ((boardnum >= num_cards) || (boards[boardnum].status == DISABLED)) in pc_open()
1579 for (crd = 0; crd < num_cards; crd++) in cleanup_module()
1656 num_cards = NUMCARDS; in pc_init()
1701 if(num_cards < MAXBOARDS) in pc_init()
1703 num_cards += pci_boards_found; in pc_init()
1778 for (crd = 0; crd < num_cards; crd++) in pc_init()
2228 for (crd = 0; crd < num_cards; crd++) in epcapoll()
2985 if ((brd < 0) || (brd >= num_cards) || (num_cards == 0)) in pc_ioctl()
3009 if ((brd < 0) || (brd >= num_cards)) in pc_ioctl()
3031 for (crd = 0; crd < num_cards; crd++) in pc_ioctl()
3692 num_cards = 0; in epca_setup()
3934 memcpy((void *)&boards[num_cards],(void *)&board, sizeof(board)); in epca_setup()
3940 num_cards, board_desc[board.type], in epca_setup()
3943 num_cards++; in epca_setup()
3983 board_idx = board_num + num_cards; in epca_init_one()