Home
last modified time | relevance | path

Searched refs:pnp_request_card_device (Results 1 – 18 of 18) sorted by relevance

/linux-2.6.39/sound/isa/
Dals100.c127 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_als100_pnp()
131 acard->devmpu = pnp_request_card_device(card, id->devs[1].id, acard->dev); in snd_card_als100_pnp()
132 acard->devopl = pnp_request_card_device(card, id->devs[2].id, acard->dev); in snd_card_als100_pnp()
Dazt2320.c109 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_azt2320_pnp()
113 acard->devmpu = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_card_azt2320_pnp()
Dcmi8330.c342 acard->cap = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_cmi8330_pnp()
346 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_cmi8330_pnp()
350 acard->mpu = pnp_request_card_device(card, id->devs[2].id, NULL); in snd_cmi8330_pnp()
Dsscape.c1247 dev = pnp_request_card_device(pcard, pid->devs[0].id, NULL); in sscape_pnp_detect()
Dopl3sa2.c792 pdev = pnp_request_card_device(pcard, id->devs[0].id, NULL); in snd_opl3sa2_pnp_cdetect()
Des18xx.c2080 chip->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_audiodrive_pnpc()
2084 chip->devc = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_audiodrive_pnpc()
/linux-2.6.39/sound/isa/ad1816a/
Dad1816a.c109 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_ad1816a_pnp()
113 acard->devmpu = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_card_ad1816a_pnp()
/linux-2.6.39/sound/isa/wavefront/
Dwavefront.c112 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_wavefront_pnp()
128 acard->mpu = pnp_request_card_device(card, id->devs[2].id, NULL); in snd_wavefront_pnp()
135 acard->synth = pnp_request_card_device(card, id->devs[3].id, NULL); in snd_wavefront_pnp()
/linux-2.6.39/sound/isa/cs423x/
Dcs4236.c324 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_cs423x_pnpc()
327 acard->ctrl = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_card_cs423x_pnpc()
331 acard->mpu = pnp_request_card_device(card, id->devs[2].id, NULL); in snd_card_cs423x_pnpc()
/linux-2.6.39/drivers/pnp/
Dcard.c325 struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, in pnp_request_card_device() function
452 EXPORT_SYMBOL(pnp_request_card_device);
/linux-2.6.39/include/linux/
Dpnp.h449 struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink,
481 static inline struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, const char *id, … in pnp_request_card_device() function
/linux-2.6.39/sound/isa/opti9xx/
Dopti92x-ad1848.c760 pdev = pnp_request_card_device(card, pid->devs[0].id, NULL);
776 devmc = pnp_request_card_device(card, pid->devs[2].id, NULL);
801 devmpu = pnp_request_card_device(card, pid->devs[1].id, NULL);
Dmiro.c1540 pdev = pnp_request_card_device(card, pid->devs[0].id, NULL); in snd_card_miro_pnp()
1544 devmpu = pnp_request_card_device(card, pid->devs[1].id, NULL); in snd_card_miro_pnp()
1548 devmc = pnp_request_card_device(card, pid->devs[2].id, NULL); in snd_card_miro_pnp()
/linux-2.6.39/sound/isa/sb/
Dsb16.c260 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_sb16_pnp()
265 acard->devwt = pnp_request_card_device(card, id->devs[1].id, acard->dev); in snd_card_sb16_pnp()
/linux-2.6.39/sound/oss/
Dsb_card.c244 struct pnp_dev *dev = pnp_request_card_device(card, card_id->devs[0].id, NULL); in sb_pnp_probe()
/linux-2.6.39/sound/isa/es1688/
Des1688.c244 pdev = pnp_request_card_device(pcard, pid->devs[0].id, NULL); in snd_card_es968_pnp()
/linux-2.6.39/sound/isa/gus/
Dinterwave.c569 iwcard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_interwave_pnp()
574 iwcard->devtc = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_interwave_pnp()
/linux-2.6.39/sound/isa/msnd/
Dmsnd_pinnacle.c1104 pnp_dev = pnp_request_card_device(pcard, pid->devs[0].id, NULL); in snd_msnd_pnp_detect()
1108 mpu_dev = pnp_request_card_device(pcard, pid->devs[1].id, NULL); in snd_msnd_pnp_detect()