Home
last modified time | relevance | path

Searched refs:acard (Results 1 – 13 of 13) sorted by relevance

/linux/sound/isa/wavefront/
H A Dwavefront.c88 snd_wavefront_pnp (int dev, snd_wavefront_card_t *acard, struct pnp_card_link *card, in snd_wavefront_pnp() argument
98 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_wavefront_pnp()
99 if (acard->wss == NULL) in snd_wavefront_pnp()
114 acard->mpu = pnp_request_card_device(card, id->devs[2].id, NULL); in snd_wavefront_pnp()
115 if (acard->mpu == NULL) in snd_wavefront_pnp()
121 acard->synth = pnp_request_card_device(card, id->devs[3].id, NULL); in snd_wavefront_pnp()
122 if (acard->synth == NULL) in snd_wavefront_pnp()
127 pdev = acard->wss; in snd_wavefront_pnp()
155 pdev = acard->synth; in snd_wavefront_pnp()
173 pdev = acard in snd_wavefront_pnp()
206 snd_wavefront_card_t *acard; snd_wavefront_ics2115_interrupt() local
223 snd_wavefront_new_synth(struct snd_card * card,int hw_dev,snd_wavefront_card_t * acard) snd_wavefront_new_synth() argument
248 snd_wavefront_new_fx(struct snd_card * card,int hw_dev,snd_wavefront_card_t * acard,unsigned long port) snd_wavefront_new_fx() argument
274 snd_wavefront_new_midi(struct snd_card * card,int midi_dev,snd_wavefront_card_t * acard,unsigned long port,snd_wavefront_mpu_id mpu) snd_wavefront_new_midi() argument
316 snd_wavefront_card_t *acard; snd_wavefront_card_new() local
339 snd_wavefront_card_t *acard = card->private_data; snd_wavefront_probe() local
[all...]
H A Dwavefront_fx.c157 snd_wavefront_card_t *acard; in snd_wavefront_fx_ioctl() local
170 acard = card->private_data; in snd_wavefront_fx_ioctl()
171 dev = &acard->wavefront; in snd_wavefront_fx_ioctl()
H A Dwavefront_midi.c94 snd_wavefront_card_t *acard; in get_wavefront_midi() local
107 acard = card->private_data; in get_wavefront_midi()
109 return &acard->wavefront.midi; in get_wavefront_midi()
H A Dwavefront_synth.c1519 wavefront_synth_control (snd_wavefront_card_t *acard, in wavefront_synth_control()
1523 snd_wavefront_t *dev = &acard->wavefront; in wavefront_synth_control()
1633 snd_wavefront_midi_disable_virtual (acard); in wavefront_synth_control()
1637 snd_wavefront_midi_enable_virtual (acard); in wavefront_synth_control()
1670 snd_wavefront_card_t *acard; in snd_wavefront_synth_ioctl()
1682 acard = card->private_data; in snd_wavefront_synth_ioctl()
1683 dev = &acard->wavefront; in snd_wavefront_synth_ioctl()
1697 if (wavefront_synth_control (acard, wc) < 0) in snd_wavefront_synth_ioctl()
1516 wavefront_synth_control(snd_wavefront_card_t * acard,wavefront_control * wc) wavefront_synth_control() argument
1667 snd_wavefront_card_t *acard; snd_wavefront_synth_ioctl() local
/linux/sound/isa/
H A Dcmi8330.c295 static int snd_cmi8330_mixer(struct snd_card *card, struct snd_cmi8330 *acard) in snd_cmi8330_mixer() argument
300 strscpy(card->mixername, (acard->type == CMI8329) ? "CMI8329" : "CMI8330/C3D"); in snd_cmi8330_mixer()
305 acard->wss)); in snd_cmi8330_mixer()
311 err = cmi8330_add_sb_mixers(acard->sb); in snd_cmi8330_mixer()
319 static int snd_cmi8330_pnp(int dev, struct snd_cmi8330 *acard, in snd_cmi8330_pnp() argument
327 acard->type = (id->devs[3].id[0]) ? CMI8329 : CMI8330; in snd_cmi8330_pnp()
329 acard->cap = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_cmi8330_pnp()
330 if (acard->cap == NULL) in snd_cmi8330_pnp()
333 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_cmi8330_pnp()
334 if (acard in snd_cmi8330_pnp()
471 struct snd_cmi8330 *acard = card->private_data; snd_cmi8330_suspend() local
481 struct snd_cmi8330 *acard = card->private_data; snd_cmi8330_resume() local
505 struct snd_cmi8330 *acard; snd_cmi8330_card_new() local
522 struct snd_cmi8330 *acard; snd_cmi8330_probe() local
[all...]
H A Dals100.c95 static int snd_card_als100_pnp(int dev, struct snd_card_als100 *acard, in snd_card_als100_pnp() argument
102 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_als100_pnp()
103 if (acard->dev == NULL) in snd_card_als100_pnp()
106 acard->devmpu = pnp_request_card_device(card, id->devs[1].id, acard->dev); in snd_card_als100_pnp()
107 acard->devopl = pnp_request_card_device(card, id->devs[2].id, acard->dev); in snd_card_als100_pnp()
109 pdev = acard->dev; in snd_card_als100_pnp()
125 pdev = acard->devmpu; in snd_card_als100_pnp()
138 acard in snd_card_als100_pnp()
168 struct snd_card_als100 *acard; snd_card_als100_probe() local
282 struct snd_card_als100 *acard = card->private_data; snd_als100_pnp_suspend() local
293 struct snd_card_als100 *acard = card->private_data; snd_als100_pnp_resume() local
[all...]
H A Dazt2320.c83 static int snd_card_azt2320_pnp(int dev, struct snd_card_azt2320 *acard, in snd_card_azt2320_pnp() argument
90 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_azt2320_pnp()
91 if (acard->dev == NULL) in snd_card_azt2320_pnp()
94 acard->devmpu = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_card_azt2320_pnp()
96 pdev = acard->dev; in snd_card_azt2320_pnp()
110 pdev = acard->devmpu; in snd_card_azt2320_pnp()
123 acard->devmpu = NULL; in snd_card_azt2320_pnp()
166 struct snd_card_azt2320 *acard; in snd_card_azt2320_probe() local
175 acard = card->private_data; in snd_card_azt2320_probe()
177 error = snd_card_azt2320_pnp(dev, acard, pcar in snd_card_azt2320_probe()
262 struct snd_card_azt2320 *acard = card->private_data; snd_azt2320_pnp_suspend() local
273 struct snd_card_azt2320 *acard = card->private_data; snd_azt2320_pnp_resume() local
[all...]
/linux/sound/pci/
H A Dals4000.c738 static int snd_als4000_create_gameport(struct snd_card_als4000 *acard, int dev) in snd_als4000_create_gameport() argument
749 r = devm_request_region(&acard->pci->dev, io_port, 8, in snd_als4000_create_gameport()
756 r = devm_request_region(&acard->pci->dev, io_port, 8, in snd_als4000_create_gameport()
761 dev_warn(&acard->pci->dev, "cannot reserve joystick ports\n"); in snd_als4000_create_gameport()
765 acard->gameport = gp = gameport_allocate_port(); in snd_als4000_create_gameport()
767 dev_err(&acard->pci->dev, "cannot allocate memory for gameport\n"); in snd_als4000_create_gameport()
772 gameport_set_phys(gp, "pci%s/gameport0", pci_name(acard->pci)); in snd_als4000_create_gameport()
773 gameport_set_dev_parent(gp, &acard->pci->dev); in snd_als4000_create_gameport()
777 snd_als4000_set_addr(acard->iobase, 0, 0, 0, 1); in snd_als4000_create_gameport()
779 gameport_register_port(acard in snd_als4000_create_gameport()
784 snd_als4000_free_gameport(struct snd_card_als4000 * acard) snd_als4000_free_gameport() argument
795 snd_als4000_create_gameport(struct snd_card_als4000 * acard,int dev) snd_als4000_create_gameport() argument
796 snd_als4000_free_gameport(struct snd_card_als4000 * acard) snd_als4000_free_gameport() argument
801 struct snd_card_als4000 *acard = card->private_data; snd_card_als4000_free() local
814 struct snd_card_als4000 *acard; __snd_card_als4000_probe() local
942 struct snd_card_als4000 *acard = card->private_data; snd_als4000_suspend() local
954 struct snd_card_als4000 *acard = card->private_data; snd_als4000_resume() local
[all...]
/linux/sound/isa/cs423x/
H A Dcs4236.c259 static int snd_card_cs423x_pnp(int dev, struct snd_card_cs4236 *acard, in snd_card_cs423x_pnp() argument
263 acard->wss = pdev; in snd_card_cs423x_pnp()
264 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0) in snd_card_cs423x_pnp()
273 static int snd_card_cs423x_pnpc(int dev, struct snd_card_cs4236 *acard, in snd_card_cs423x_pnpc() argument
277 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_cs423x_pnpc()
278 if (acard->wss == NULL) in snd_card_cs423x_pnpc()
280 acard->ctrl = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_card_cs423x_pnpc()
281 if (acard->ctrl == NULL) in snd_card_cs423x_pnpc()
284 acard->mpu = pnp_request_card_device(card, id->devs[2].id, NULL); in snd_card_cs423x_pnpc()
285 if (acard in snd_card_cs423x_pnpc()
329 struct snd_card_cs4236 *acard; snd_cs423x_probe() local
454 struct snd_card_cs4236 *acard = card->private_data; snd_cs423x_suspend() local
462 struct snd_card_cs4236 *acard = card->private_data; snd_cs423x_resume() local
[all...]
/linux/sound/isa/sb/
H A Dsb16.c225 static int snd_card_sb16_pnp(int dev, struct snd_card_sb16 *acard, in snd_card_sb16_pnp() argument
232 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_sb16_pnp()
233 if (acard->dev == NULL) in snd_card_sb16_pnp()
237 acard->devwt = pnp_request_card_device(card, id->devs[1].id, acard->dev); in snd_card_sb16_pnp()
240 pdev = acard->dev; in snd_card_sb16_pnp()
259 pdev = acard->devwt; in snd_card_sb16_pnp()
274 acard->devwt = NULL; in snd_card_sb16_pnp()
307 struct snd_card_sb16 *acard = card->private_data; in snd_sb16_probe() local
325 acard in snd_sb16_probe()
440 struct snd_card_sb16 *acard = card->private_data; snd_sb16_suspend() local
450 struct snd_card_sb16 *acard = card->private_data; snd_sb16_resume() local
462 struct snd_card_sb16 *acard; snd_sb16_isa_probe1() local
[all...]
H A Dsb8.c77 struct snd_sb8 *acard; in snd_sb8_probe() local
85 acard = card->private_data; in snd_sb8_probe()
92 acard->fm_res = devm_request_region(card->dev, 0x388, 4, in snd_sb8_probe()
123 acard->chip = chip; in snd_sb8_probe()
186 struct snd_sb8 *acard = card->private_data; in snd_sb8_suspend() local
187 struct snd_sb *chip = acard->chip; in snd_sb8_suspend()
197 struct snd_sb8 *acard = card->private_data; in snd_sb8_resume() local
198 struct snd_sb *chip = acard->chip; in snd_sb8_resume()
H A Djazz16.c339 struct snd_card_jazz16 *acard = card->private_data; in snd_jazz16_suspend() local
340 struct snd_sb *chip = acard->chip; in snd_jazz16_suspend()
350 struct snd_card_jazz16 *acard = card->private_data; in snd_jazz16_resume() local
351 struct snd_sb *chip = acard->chip; in snd_jazz16_resume()
/linux/drivers/ata/
H A DMakefile7 obj-$(CONFIG_SATA_ACARD_AHCI) += acard-ahci.o libahci.o