Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/gameport/
Dlightning.c203 static int __init l4_create_ports(int card_no) in l4_create_ports() argument
211 idx = card_no * 4 + i; in l4_create_ports()
239 static int __init l4_add_card(int card_no) in l4_add_card() argument
246 outb(L4_SELECT_DIGITAL + card_no, L4_PORT); in l4_add_card()
255 if (inb(L4_PORT) != L4_SELECT_DIGITAL + card_no) in l4_add_card()
270 result = l4_create_ports(card_no); in l4_add_card()
275 card_no ? "secondary" : "primary", rev >> 4, rev, L4_PORT); in l4_add_card()
278 l4 = &l4_ports[card_no * 4 + i]; in l4_add_card()
/Linux-v5.4/drivers/net/wan/
Dfarsync.c459 int card_no; /* Inst of the card on the system */ member
1142 card->card_no, port->index, rxp); in fst_log_rx_error()
1147 card->card_no, port->index); in fst_log_rx_error()
1152 card->card_no, port->index); in fst_log_rx_error()
1157 len, card->card_no, port->index); in fst_log_rx_error()
1236 card->card_no, port->index); in fst_intr_rx()
1445 fst_q_work_item(&fst_work_intq, card->card_no); in do_bottom_half_rx()
1479 card->card_no, card->state); in fst_intr()
1538 card->card_no, int_retry_count); in fst_intr()
1547 fst_q_work_item(&fst_work_intq, card->card_no); in fst_intr()
[all …]
/Linux-v5.4/include/media/
Dcec.h157 __u32 card_no; member
/Linux-v5.4/drivers/tty/
Dcyclades.c3647 unsigned int device_id, nchan = 0, card_no, i, j; in cy_pci_probe() local
3777 for (card_no = 0; card_no < NR_CARDS; card_no++) { in cy_pci_probe()
3778 card = &cy_card[card_no]; in cy_pci_probe()
3782 if (card_no == NR_CARDS) { /* no more cy_cards available */ in cy_pci_probe()
3857 "port %d.\n", card_name, card_no + 1, nchan, cy_next_channel); in cy_pci_probe()
/Linux-v5.4/drivers/media/cec/
Dcec-adap.c86 conn_info->drm.card_no = connector->dev->primary->index; in cec_fill_conn_info_from_drm()