Searched refs:cards (Results 26 - 35 of 35) sorted by relevance

12

/linux-master/drivers/parport/
H A Dparport_pc.c42 * Note that the ECP registers may not start at offset 0x400 for PCI cards,
1486 * on these cards actually accesses the CTR.
1488 * Modern cards don't do this but reading from ECR will return 0xff
1948 * such as sound cards and network cards seem to like using the
2692 } cards[] = { variable in typeref:struct:parport_pc_pci
2714 /* The Oxford Semi cards are unusual: older variants of 954 don't
2753 /* PCI cards */
2772 /* PCI_VENDOR_ID_TIMEDIA/SUNIX has many differing cards ...*/
2784 /* PCI_VENDOR_ID_AVLAB/Intek21 has another bunch of cards
[all...]
H A Dparport_serial.c3 * Support for common PCI multi-I/O cards (which is most of them)
7 * Multi-function PCI cards are supposed to present separate logical
121 static struct parport_pc_pci cards[] = { variable in typeref:struct:parport_pc_pci
172 /* PCI cards */
199 /* PCI_VENDOR_ID_AVLAB/Intek21 has another bunch of cards ...*/
248 /* PCI_VENDOR_ID_TIMEDIA/SUNIX has many differing cards ...*/
329 * If you have one of these cards and it works for you, please tell me..
644 priv->par = cards[id->driver_data];
785 MODULE_DESCRIPTION("Driver for common parallel+serial multi-I/O PCI cards");
/linux-master/drivers/net/ethernet/amd/
H A Dlance.c26 - hopefully fix above so Linux/Alpha can use ISA cards too.
41 Reworked detection, added support for Racal InterLan EtherBlaster cards
75 } cards[] = { variable in typeref:struct:card
315 #define MAX_CARDS 8 /* Max number of interfaces (cards) per module */
413 if (cards[card].id_offset14 == offset14)
418 if ((cards[card].id_offset14 == offset14) &&
419 (cards[card].id_offset15 == offset15))
/linux-master/drivers/pnp/
H A Dcard.c251 list_add_tail(&card->protocol_list, &card->protocol->cards);
/linux-master/sound/core/
H A Dcontrol_led.c43 struct snd_ctl_led_card *cards[SNDRV_CARDS]; member in struct:snd_ctl_led
664 led->cards[card->number] = led_card;
688 led_card = led->cards[card->number];
695 led->cards[card->number] = NULL;
/linux-master/sound/drivers/
H A Daloop.c1875 int i, err, cards; local
1882 cards = 0;
1896 cards++;
1898 if (!cards) {
/linux-master/arch/s390/boot/
H A Dhead.S136 # subroutine for loading cards from the reader
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4 bttv-cards.c
138 /* list of card IDs for bt878+ cards */
144 } cards[] = { variable in typeref:struct:CARD
169 /* some cards ship with byteswapped IDs ... */
308 /* DVB cards (using pci function .1 for mpeg data xfer) */
343 /* array with description for bt848 / bt878 tv/grabber cards */
427 /* 0x04 for some cards ?? */
1157 /* For cards with tda9820/tda9821:
1468 .audio_mode_gpio= pvbt878p9b_audio, /* Note: not all cards have stereo */
1469 .has_radio = 1, /* Note: not all cards hav
[all...]
/linux-master/drivers/atm/
H A Dnicstar.c5 * Device driver supporting CBR for IDT 77201/77211 "NICStAR" based cards.
157 static struct ns_dev *cards[NS_MAX_CARDS]; variable in typeref:struct:ns_dev
186 cards[index] = NULL;
190 cards[index--] = NULL; /* don't increment index */
210 if (cards[i] == NULL)
384 cards[i] = card;
2703 card = cards[i];
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_lib.c3596 static struct cs_card_type cards[] = { variable in typeref:struct:cs_card_type
3884 for (cp = &cards[0]; cp->name; cp++) {

Completed in 179 milliseconds

12