Searched refs:card (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-11-stable/sys/dev/sound/pci/
H A Dcsapcm.c68 struct csa_card *card; member in struct:csa_info
131 if (csa->card->active)
132 return (csa->card->active(!(csa->active && old)));
653 * Probe and attach the card
794 csa->card = csa->binfo->card;
816 if (csa->card->inv_eapd)
H A Demu10kx.c288 struct emu_sc_info *card; member in struct:emu_mem
294 struct emu_sc_info *card; member in struct:emu_rm
470 {0xffff, 0xffff, 0xffff, 0xffff, "BADCRD", "Not a compatible card", 0},
583 * don't break, we can get more specific card
1068 if (mem->card->dbg_level > 2)
1069 device_printf(mem->card->dev, "emu_malloc: failed to alloc DMA map: %d\n", error);
1073 if (mem->card->dbg_level > 2)
1074 device_printf(mem->card->dev, "emu_malloc: failed to load DMA memory: %d\n", error);
1099 if (mem->card->dbg_level > 2)
1100 device_printf(mem->card
[all...]
/freebsd-11-stable/usr.sbin/sicontrol/
H A Dsicontrol.c154 int card, port; local
156 n = sscanf(Devname, "%d:%d", &card, &port);
158 errx(1, "Devname must be in form card:port. eg: 0:7");
159 dev.sid_card = card;
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c58 * interface and add an Ethernet-to-HDLC gate array to make a WAN card.
767 /* begin HSSI card code */
926 /* begin DS3 card code */
1353 /* begin SSI card code */
1529 /* begin T1E1 card code */
2270 struct card hssi_card =
2279 struct card t3_card =
2288 struct card ssi_card =
2297 struct card t1_card =
3044 /* Clear pending card interrupt
[all...]
H A Dif_lmc.h87 #define TLP_CSID_HSSI 0x00031376 /* LMC 5200 HSSI card */
88 #define TLP_CSID_T3 0x00041376 /* LMC 5245 T3 card */
89 #define TLP_CSID_SSI 0x00051376 /* LMC 1000 SSI card */
90 #define TLP_CSID_T1E1 0x00061376 /* LMC 1200 T1E1 card */
92 #define TLP_CSID_SDSL 0x00081376 /* LMC 1168 SDSL card */
752 /* sc->status is the READ ONLY status of the card. */
809 /* sc->config is the READ/WRITE configuration of the card. */
1035 /* card-dependent methods */ struct
1036 struct card
1109 struct mtx top_mtx; /* lock card
1116 struct card *card; /* card methods: config, ioctl, watchdog */ member in struct:softc
[all...]
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h65 * The card uses a number of queues for communication with the host.
66 * Parts of the queue are located on the card (pointers to the status
69 * managed * either by the card or the host. For the receive queue the
70 * head is managed by the card (and not used altogether by the host) and the
74 * the command queue) as well as DMA addresses for supply to the card.
77 cardoff_t card; /* corresponding element on card */ member in struct:fqelem
78 bus_addr_t card_ioblk; /* ioblk address to supply to card */
131 * This finally gives the physical address that can be given to the card.
132 * The card ca
[all...]
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh313 * the card, then do that here and add a child for each set of
427 * in case we are looking for an old pre-PNP card.
592 * See if this card is specifically mentioned in our list of known devices.
819 * even in the face of "bogus" data from the card.
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_reg.h412 /* description of the card */
415 unsigned int card_id; /* card id (from #define's) */
484 * BrookTree 848 info structure, one per bt848 card installed.
500 bus_size_t obmemsz; /* size of en card (bytes) */
514 bus_size_t obmemsz; /* size of en card (bytes) */
544 bus_size_t obmemsz;/* Size of card (bytes) */
658 struct CARDTYPE card; member in struct:bktr_softc
710 int card; member in struct:bt848_card_sig
H A Dbktr_core.c84 Jim Lowe's driver for the Matrox Meteor PCI card . The
572 /* and determine the card type */
596 /* defaults for the tuner section of the card */
632 bktr->card.msp3400c = 0;
1009 if ((bktr->card.card_id == CARD_HAUPPAUGE) &&
1115 OUTL(bktr, BKTR_GPIO_OUT_EN, INL(bktr, BKTR_GPIO_OUT_EN) | bktr->card.gpio_mux_bits);
1168 OUTL(bktr, BKTR_GPIO_OUT_EN, INL(bktr, BKTR_GPIO_OUT_EN) & ~bktr->card.gpio_mux_bits);
1981 if ( bktr->card.msp3400c )
1985 if ( bktr->card.dpl3518a )
2023 if ( bktr->card
[all...]
H A Dbktr_os.c112 SYSCTL_INT(_hw_bt848, OID_AUTO, card, CTLFLAG_RW, &bt848_card, -1, "");
1085 /* read the pci id and determine the card type */
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h247 __u8 card[32]; /* i.e. "Hauppauge WinTV" */ member in struct:v4l2_capability
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_structures.h944 uint32_t card; /* index to aac_cards */ member in struct:pqisrc_softstate
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h71 * Supported card ID numbers (Should be somewhere else? We keep
147 * capability, and bit 29 (RO) to indicate that the card supports/
1031 * (line, aux1 and aux2). Since each card manufacturer have assigned
1969 int card; member in struct:oss_card_info
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.c1376 if (ncards++ != si->card)

Completed in 264 milliseconds

12