Searched refs:card_no (Results 1 - 3 of 3) sorted by relevance

/drivers/input/gameport/
H A Dlightning.c219 static int __init l4_create_ports(int card_no) argument
227 idx = card_no * 4 + i;
255 static int __init l4_add_card(int card_no) argument
262 outb(L4_SELECT_DIGITAL + card_no, L4_PORT);
271 if (inb(L4_PORT) != L4_SELECT_DIGITAL + card_no)
286 result = l4_create_ports(card_no);
291 card_no ? "secondary" : "primary", rev >> 4, rev, L4_PORT);
294 l4 = &l4_ports[card_no * 4 + i];
/drivers/net/wan/
H A Dfarsync.c463 int card_no; /* Inst of the card on the system */ member in struct:fst_card_info
1146 card->card_no, port->index, rxp);
1151 card->card_no, port->index);
1156 card->card_no, port->index);
1161 len, card->card_no, port->index);
1240 card->card_no, port->index);
1449 fst_q_work_item(&fst_work_intq, card->card_no);
1483 card->card_no, card->state);
1542 card->card_no, int_retry_count);
1551 fst_q_work_item(&fst_work_intq, card->card_no);
[all...]
/drivers/tty/
H A Dcyclades.c3685 unsigned int device_id, nchan = 0, card_no, i, j; local
3815 for (card_no = 0; card_no < NR_CARDS; card_no++) {
3816 card = &cy_card[card_no];
3820 if (card_no == NR_CARDS) { /* no more cy_cards available */
3895 "port %d.\n", card_name, card_no + 1, nchan, cy_next_channel);

Completed in 127 milliseconds