Searched refs:card (Results 251 - 275 of 619) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-cdev.c125 spin_lock_irqsave(&device->card->lock, flags);
127 spin_unlock_irqrestore(&device->card->lock, flags);
203 struct fw_card *card = client->device->card; local
208 event->local_node_id = card->local_node->node_id;
210 event->irm_node_id = card->irm_node->node_id;
211 event->root_node_id = card->root_node->node_id;
212 event->generation = card->generation;
219 struct fw_card *card = device->card; local
344 complete_transaction(struct fw_card *card, int rcode, void *payload, size_t length, void *data) argument
442 handle_request(struct fw_card *card, struct fw_request *r, int tcode, int destination, int source, int generation, int speed, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
H A Dfw-device.c177 * Take the card lock so we don't set this to NULL while a
180 spin_lock_irqsave(&device->card->lock, flags);
182 spin_unlock_irqrestore(&device->card->lock, flags);
185 fw_card_put(device->card);
192 return device->card->driver->enable_phys_dma(device->card,
383 complete_transaction(struct fw_card *card, int rcode, argument
403 fw_send_request(device->card, &t, TCODE_READ_QUADLET_REQUEST,
637 if (device->node == device->card->root_node)
638 schedule_delayed_work(&device->card
728 fw_node_event(struct fw_card *card, struct fw_node *node, int event) argument
[all...]
H A Dfw-sbp2.c269 sbp2_status_write(struct fw_card *card, struct fw_request *request, argument
283 fw_send_response(card, request, RCODE_TYPE_ERROR);
293 fw_send_response(card, request, RCODE_COMPLETE);
298 spin_lock_irqsave(&card->lock, flags);
307 spin_unlock_irqrestore(&card->lock, flags);
314 fw_send_response(card, request, RCODE_COMPLETE);
318 complete_transaction(struct fw_card *card, int rcode, argument
326 spin_lock_irqsave(&card->lock, flags);
328 spin_unlock_irqrestore(&card->lock, flags);
345 spin_lock_irqsave(&device->card
489 complete_agent_reset_write(struct fw_card *card, int rcode, void *payload, size_t length, void *data) argument
[all...]
H A Dfw-topology.h86 fw_destroy_nodes(struct fw_card *card);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dinfo.c65 if (!strncmp(str, "card", 4))
609 * create a card proc file
612 int snd_info_card_create(struct snd_card *card) argument
617 snd_assert(card != NULL, return -ENXIO);
619 sprintf(str, "card%i", card->number);
620 if ((entry = snd_info_create_module_entry(card->module, str, NULL)) == NULL)
627 card->proc_root = entry;
632 * register the card proc file
635 int snd_info_card_register(struct snd_card *card) argument
655 snd_info_card_disconnect(struct snd_card *card) argument
672 snd_info_card_free(struct snd_card *card) argument
824 snd_info_create_card_entry(struct snd_card *card, const char *name, struct snd_info_entry * parent) argument
890 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_lib.c165 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4,
193 int snd_opl4_create(struct snd_card *card, argument
222 opl4->card = card;
235 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops);
241 err = snd_opl3_create(card, fm_port, fm_port + 2, opl4->hardware, 1, &opl3);
243 snd_device_free(card, opl4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Defxmgr.h44 #define WRITE_EFX(a, b, c) sblive_writeptr((a), emu_efx_info[card->is_audigy].instruction_start + (b), 0, (c))
47 do { WRITE_EFX(card, (pc) * 2, ((x) << emu_efx_info[card->is_audigy].high_operand_shift) | (y)); \
48 WRITE_EFX(card, (pc) * 2 + 1, ((op) << emu_efx_info[card->is_audigy].opcode_shift ) | ((z) << emu_efx_info[card->is_audigy].high_operand_shift) | (w)); \
266 sblive_writeptr(card, g, 0, b); \
H A Dmidi.h46 struct emu10k1_card *card; member in struct:emu10k1_mididevice
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_seq.c68 snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index) argument
74 emu->client = snd_seq_create_kernel_client(card, index,
277 if (!try_module_get(emu->card->module)) {
293 module_put(emu->card->module);
347 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card) argument
362 if (snd_virmidi_new(card, emu->midi_devidx + i, &rmidi) < 0)
369 if (snd_device_register(card, rmidi) < 0) {
370 snd_device_free(card, rmidi);
393 snd_device_free(emu->card, emu->vmidi[i]);
H A Demux_hwdep.c145 if ((err = snd_hwdep_new(emu->card, SNDRV_EMUX_HWDEP_NAME, emu->hwdep_idx, &hw)) < 0)
155 if ((err = snd_card_register(emu->card)) < 0)
169 snd_device_free(emu->card, emu->hwdep);
H A Demux_proc.c70 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device) argument
76 entry = snd_info_create_card_entry(card, name, card->proc_root);
H A Demux_voice.h32 int snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index);
42 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card);
87 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsnd_wavefront.h98 struct snd_card *card; member in struct:_snd_wavefront
111 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card);
116 extern int snd_wavefront_detect (snd_wavefront_card_t *card);
H A Drawmidi.h118 struct snd_card *card; member in struct:snd_rawmidi
149 int snd_rawmidi_new(struct snd_card *card, char *id, int device,
170 int snd_rawmidi_info_select(struct snd_card *card, struct snd_rawmidi_info *info);
171 int snd_rawmidi_kernel_open(struct snd_card *card, int device, int subdevice,
H A Duda1341.h122 int __init snd_chip_uda1341_mixer_new(struct snd_card *card, struct l3_client **clnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_virmidi.c276 if (!try_module_get(rdev->card->module))
292 module_put(rdev->card->module);
306 if (!try_module_get(rdev->card->module))
322 module_put(rdev->card->module);
362 client = snd_seq_create_kernel_client(rdev->card, rdev->device,
364 rdev->card->number,
375 sprintf(pinfo->name, "VirMIDI %d-%d", rdev->card->number, rdev->device);
481 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi) argument
488 if ((err = snd_rawmidi_new(card, "VirMidi", device,
496 snd_device_free(card, rmid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_device.c128 if ((por & ZR36057_POR_POTime) && !zr->card.gws_not_connected) {
260 GPIO(zr, zr->card.gpio[GPIO_JPEG_SLEEP], !sleep);
282 if (zr->card.gpcs[GPCS_JPEG_RESET] != 0xff) {
283 post_office_write(zr, zr->card.gpcs[GPCS_JPEG_RESET], 0,
287 GPIO(zr, zr->card.gpio[GPIO_JPEG_RESET], 0);
289 GPIO(zr, zr->card.gpio[GPIO_JPEG_RESET], 1);
315 if ((reg & (1 << 10)) && zr->card.type != LML33R10) {
324 (zr->card.type == LML33R10 &&
330 if (!(reg & (1 << 10)) && zr->card.type != LML33R10) {
405 if (zr->card
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dad1889.c91 struct snd_card *card; member in struct:snd_ad1889
634 err = snd_pcm_new(chip->card, chip->card->driver, device, 1, 1, &pcm);
645 strcpy(pcm->name, chip->card->shortname);
753 if (!snd_card_proc_new(chip->card, chip->card->driver, &entry))
819 err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus);
896 snd_ad1889_create(struct snd_card *card, argument
926 chip->card = card;
987 struct snd_card *card; local
[all...]
H A Dals4000.c2 * card-als4000.c - driver for Avance Logic ALS4000 based soundcards.
7 * Framework borrowed from Massimo Piccioni's card-als100.c.
63 * - power management? (card can do voice wakeup according to datasheet!!)
92 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
93 static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
512 if ((err = snd_pcm_new(chip->card, "ALS4000 DSP", device, 1, 1, &pcm)) < 0)
638 static void snd_card_als4000_free( struct snd_card *card )
640 struct snd_card_als4000 * acard = (struct snd_card_als4000 *)card->private_data;
654 struct snd_card *card; local
691 card
780 struct snd_card *card = pci_get_drvdata(pci); local
797 struct snd_card *card = pci_get_drvdata(pci); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco_pci.c5 * The card contains only one PCI region, which contains all the usual
56 /* Offset of the COR register of the PCI card */
59 /* Bitmask to reset the card */
70 * Do a soft reset of the card using the Configuration Option Register
88 /* Assert the reset until the card notices */
92 /* Give time for the card to recover from this hard effort */
96 /* The card is ready when it's no longer busy */
118 struct orinoco_pci_card *card; local
142 dev = alloc_orinocodev(sizeof(*card), orinoco_pci_cor_reset);
150 card
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demuproc.c552 snd_card_proc_new(emu->card, "emu1010_regs", &entry)) {
555 if (! snd_card_proc_new(emu->card, "io_regs", &entry)) {
560 if (! snd_card_proc_new(emu->card, "ptr_regs00a", &entry)) {
565 if (! snd_card_proc_new(emu->card, "ptr_regs00b", &entry)) {
570 if (! snd_card_proc_new(emu->card, "ptr_regs20a", &entry)) {
575 if (! snd_card_proc_new(emu->card, "ptr_regs20b", &entry)) {
580 if (! snd_card_proc_new(emu->card, "ptr_regs20c", &entry)) {
587 if (! snd_card_proc_new(emu->card, "emu10k1", &entry))
591 if (! snd_card_proc_new(emu->card, "spdif-in", &entry))
595 if (! snd_card_proc_new(emu->card, "captur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/other/
H A Dak4114.c72 int snd_ak4114_create(struct snd_card *card, argument
88 chip->card = card;
104 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0)
475 err = snd_ctl_add(ak4114->card, kctl);
494 snd_ctl_notify(ak4114->card, SNDRV_CTL_EVENT_MASK_VALUE,
497 snd_ctl_notify(ak4114->card, SNDRV_CTL_EVENT_MASK_VALUE,
500 snd_ctl_notify(ak4114->card, SNDRV_CTL_EVENT_MASK_VALUE,
503 snd_ctl_notify(ak4114->card, SNDRV_CTL_EVENT_MASK_VALUE,
508 snd_ctl_notify(ak4114->card, SNDRV_CTL_EVENT_MASK_VALU
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_mixer.c24 if ((err = snd_ac97_bus(vortex->card, 0, &ops, NULL, &pbus)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca_midi.h66 int ca_midi_init(void *card, struct snd_ca_midi *midi, int device, char *name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Davm_a1.c182 setup_avm_a1(struct IsdnCard *card) argument
185 struct IsdnCardState *cs = card->cs;
193 cs->hw.avm.cfg_reg = card->para[1] + 0x1800;
194 cs->hw.avm.isac = card->para[1] + 0x1400 - 0x20;
195 cs->hw.avm.hscx[0] = card->para[1] + 0x400 - 0x20;
196 cs->hw.avm.hscx[1] = card->para[1] + 0xc00 - 0x20;
197 cs->hw.avm.isacfifo = card->para[1] + 0x1000;
198 cs->hw.avm.hscxfifo[0] = card->para[1];
199 cs->hw.avm.hscxfifo[1] = card->para[1] + 0x800;
200 cs->irq = card
[all...]

Completed in 318 milliseconds

<<11121314151617181920>>