Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1246 dev = pnp_request_card_device(pcard, pid->devs[0].id, NULL); in sscape_pnp_detect()
Dopl3sa2.c791 pdev = pnp_request_card_device(pcard, id->devs[0].id, NULL); in snd_opl3sa2_pnp_cdetect()
Des18xx.c2090 chip->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_audiodrive_pnpc()
2094 chip->devc = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_audiodrive_pnpc()
/linux-4.4.14/sound/isa/ad1816a/
Dad1816a.c103 pdev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_ad1816a_pnp()
119 pdev = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_card_ad1816a_pnp()
/linux-4.4.14/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-4.4.14/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-4.4.14/drivers/pnp/
Dcard.c327 struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, in pnp_request_card_device() function
454 EXPORT_SYMBOL(pnp_request_card_device);
/linux-4.4.14/include/linux/
Dpnp.h457 struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink,
489 static inline struct pnp_dev *pnp_request_card_device(struct pnp_card_link *clink, const char *id, … in pnp_request_card_device() function
/linux-4.4.14/sound/isa/opti9xx/
Dopti92x-ad1848.c742 pdev = pnp_request_card_device(card, pid->devs[0].id, NULL);
759 devmc = pnp_request_card_device(card, pid->devs[2].id, NULL);
784 devmpu = pnp_request_card_device(card, pid->devs[1].id, NULL);
Dmiro.c1520 pdev = pnp_request_card_device(card, pid->devs[0].id, NULL); in snd_card_miro_pnp()
1524 devmpu = pnp_request_card_device(card, pid->devs[1].id, NULL); in snd_card_miro_pnp()
1528 devmc = pnp_request_card_device(card, pid->devs[2].id, NULL); in snd_card_miro_pnp()
/linux-4.4.14/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-4.4.14/sound/isa/es1688/
Des1688.c240 pdev = pnp_request_card_device(pcard, pid->devs[0].id, NULL); in snd_card_es968_pnp()
/linux-4.4.14/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-4.4.14/sound/isa/gus/
Dinterwave.c561 iwcard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_interwave_pnp()
566 iwcard->devtc = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_interwave_pnp()
/linux-4.4.14/sound/isa/msnd/
Dmsnd_pinnacle.c1101 pnp_dev = pnp_request_card_device(pcard, pid->devs[0].id, NULL); in snd_msnd_pnp_detect()
1105 mpu_dev = pnp_request_card_device(pcard, pid->devs[1].id, NULL); in snd_msnd_pnp_detect()