/kernel/linux/linux-5.10/drivers/input/gameport/ |
H A D | lightning.c | 203 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()
|
/kernel/linux/linux-6.6/drivers/input/gameport/ |
H A D | lightning.c | 200 static int __init l4_create_ports(int card_no) in l4_create_ports() argument 208 idx = card_no * 4 + i; in l4_create_ports() 236 static int __init l4_add_card(int card_no) in l4_add_card() argument 243 outb(L4_SELECT_DIGITAL + card_no, L4_PORT); in l4_add_card() 252 if (inb(L4_PORT) != L4_SELECT_DIGITAL + card_no) in l4_add_card() 267 result = l4_create_ports(card_no); in l4_add_card() 272 card_no ? "secondary" : "primary", rev >> 4, rev, L4_PORT); in l4_add_card() 275 l4 = &l4_ports[card_no * 4 + i]; in l4_add_card()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | farsync.c | 459 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...] |
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | farsync.c | 459 int card_no; /* Inst of the card on the system */ member 1106 card->card_no, port->index, rxp); in fst_log_rx_error() 1111 card->card_no, port->index); in fst_log_rx_error() 1116 card->card_no, port->index); in fst_log_rx_error() 1121 len, card->card_no, port->index); in fst_log_rx_error() 1195 card->card_no, port->index); in fst_intr_rx() 1396 fst_q_work_item(&fst_work_intq, card->card_no); in do_bottom_half_rx() 1428 card->card_no, card->state); in fst_intr() 1481 card->card_no, int_retry_count); in fst_intr() 1489 fst_q_work_item(&fst_work_intq, card->card_no); in fst_intr() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | cyclades.c | 3647 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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cec.h | 383 * @card_no: drm card number 387 __u32 card_no; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cec.h | 403 * @card_no: drm card number 407 __u32 card_no; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | cec.h | 135 __u32 card_no; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | cec.h | 135 __u32 card_no; member
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 86 conn_info->drm.card_no = connector->dev->primary->index; in cec_fill_conn_info_from_drm()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 65 conn_info->drm.card_no = connector->dev->primary->index; in cec_fill_conn_info_from_drm()
|