Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/gameport/
Dlightning.c215 static int __init l4_create_ports(int card_no) in l4_create_ports() argument
223 idx = card_no * 4 + i; in l4_create_ports()
251 static int __init l4_add_card(int card_no) in l4_add_card() argument
258 outb(L4_SELECT_DIGITAL + card_no, L4_PORT); in l4_add_card()
267 if (inb(L4_PORT) != L4_SELECT_DIGITAL + card_no) in l4_add_card()
282 result = l4_create_ports(card_no); in l4_add_card()
287 card_no ? "secondary" : "primary", rev >> 4, rev, L4_PORT); in l4_add_card()
290 l4 = &l4_ports[card_no * 4 + i]; in l4_add_card()
/Linux-v4.19/drivers/net/wan/
Dfarsync.c463 int card_no; /* Inst of the card on the system */ member
1146 card->card_no, port->index, rxp); in fst_log_rx_error()
1151 card->card_no, port->index); in fst_log_rx_error()
1156 card->card_no, port->index); in fst_log_rx_error()
1161 len, card->card_no, port->index); in fst_log_rx_error()
1240 card->card_no, port->index); in fst_intr_rx()
1449 fst_q_work_item(&fst_work_intq, card->card_no); in do_bottom_half_rx()
1483 card->card_no, card->state); in fst_intr()
1542 card->card_no, int_retry_count); in fst_intr()
1551 fst_q_work_item(&fst_work_intq, card->card_no); in fst_intr()
[all …]
/Linux-v4.19/drivers/tty/
Dcyclades.c3652 unsigned int device_id, nchan = 0, card_no, i, j; in cy_pci_probe() local
3782 for (card_no = 0; card_no < NR_CARDS; card_no++) { in cy_pci_probe()
3783 card = &cy_card[card_no]; in cy_pci_probe()
3787 if (card_no == NR_CARDS) { /* no more cy_cards available */ in cy_pci_probe()
3862 "port %d.\n", card_name, card_no + 1, nchan, cy_next_channel); in cy_pci_probe()