Lines Matching defs:card

20  *	By default (0), the card is automatically detected.
80 * NOTE: only one pcm value must be given for every card.
82 * By default (0), the PCM bus id is 100 for the card that is PCM master.
84 * each card with PCM master will have increasing PCM id.
93 * NOTE: One dmask value must be given for every HFC-E1 card.
94 * If omitted, the E1 card has D-channel on time slot 16, which is default.
96 * If multiple bits are set, multiple virtual card fragments are created.
99 * with other bmask values for that card.
115 * NOTE: only one mode value must be given for every card.
138 * Set to card number starting with 1. Set to -1 to disable.
139 * By default, the first card is used as clock source.
181 static int plxsd_master; /* if we have a master card (yet) */
877 * We must lock irqsave, so no other interrupt (other card) will occur!
878 * Also multiple interrupts may nest, so must lock each access (lists, card)!
955 master card */
988 printk(KERN_DEBUG "%s: GOT sync on card %d"
996 printk(KERN_DEBUG "%s: LOST sync on card %d"
1026 /* release Speech Design card, if PLX was initialized */
1029 printk(KERN_DEBUG "%s: release PLXSD card %d\n",
1162 printk(KERN_DEBUG "%s: initializing PLXSD card %d\n",
1182 * If we are the 3rd PLXSD card or higher, we must turn
1183 * termination of last PLXSD card off.
1197 printk(KERN_DEBUG "%s: card %d is between, so "
1373 "on another Speech Design card found. "
1960 "%s(card %d): reread f2 because %d!=%d\n",
1992 printk(KERN_DEBUG "%s(card %d): reread z2 because "
2101 printk(KERN_DEBUG "%s(card %d): fifo(%d) has %d bytes space "
2145 /* NOTE: only called if E1 card is in active state */
2193 "%s(card %d): reread f1 because %d!=%d\n",
2202 printk(KERN_DEBUG "%s(card %d): reread z2 because "
2220 pr_warn("card%d.B%d: No bufferspace for %d bytes\n",
2232 pr_warn("card%d: No mem for dch rx_skb\n",
2245 printk(KERN_DEBUG "%s(card %d): fifo(%d) reading %d "
2254 "%s(card %d): hdlc-frame too large.\n",
2272 "%s(card %d): Frame below minimum "
2302 printk(KERN_DEBUG "%s(card %d):",
2323 "%s(card %d): fifo(%d) reading %d bytes "
2670 printk(KERN_ERR "irq for card %d during irq from "
2671 "card %d, this is no bug.\n", hc->id + 1, irqsem);
2841 "%s: card %d channel %d protocol %x slot old=%d new=%d "
3817 * called for card mode init message
4210 * initialize the card
4321 "HFC-multi: card manufacturer: '%s' card name: '%s' clock: %s\n",
4337 printk(KERN_WARNING "HFC-multi: No IRQ for PCI card found.\n");
4341 printk(KERN_WARNING "HFC-multi: Error enabling PCI card.\n");
4353 if (m->io_mode) /* use mode from card config */
4391 "HFC-multi: No IO-Memory for PCI card found\n");
4405 "card %d: defined at MEMBASE %#lx (%#lx) IRQ %d HZ %d "
4421 "HFC-multi: No IO-Memory for PCI card found\n");
4434 printk(KERN_INFO "card %d: defined at MEMBASE %#lx (%#lx) IRQ "
4449 "HFC-multi: No IO for PCI card found\n");
4608 printk(KERN_DEBUG "%s: release card (%d) entered\n",
4656 printk(KERN_DEBUG "%s: card successfully removed\n",
4673 "interfacs: card(%d) "
4685 "LOS report: card(%d) port(%d)\n",
4694 "AIS report: card(%d) port(%d)\n",
4704 "card(%d) port(%d)\n",
4714 "card(%d) port(%d)\n",
4723 " card(%d) port(%d)\n",
4730 " report: card(%d) port(%d)\n",
4737 "E1: card(%d) port(%d)\n",
4744 "E1: card(%d) port(%d)\n",
4752 "E1: card(%d) port(%d)\n",
4762 "buffer to %d: card(%d) port(%d)\n",
4902 "card(%d) port(%d)\n",
4906 "for port(%d) of card(%d) is only"
4914 "for port(%d) of card(%d) already "
4927 "transmitter: card(%d) port(%d)\n",
4937 "card(%d) port(%d)\n",
4991 /* allocate card+fifo structure */
4994 printk(KERN_ERR "No kmem for HFC-Multi card\n");
5005 /* fragment card */
5030 /* default card layout */
5123 "%s: Registering D-channel, card(%d) port(%d) "
5214 printk(KERN_ERR "init card returns %d\n", ret_err);
5235 struct hfc_multi *card = pci_get_drvdata(pdev);
5239 printk(KERN_INFO "removing hfc_multi card vendor:%x "
5244 if (card) {
5246 release_card(card);
5438 struct hfc_multi *card, *next;
5441 list_for_each_entry_safe(card, next, &HFClist, list)
5442 release_card(card);