Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 25 of 125) sorted by relevance

12345

/sound/oss/
Dad1848.h14 int ad1848_init(char *name, struct resource *ports, int irq, int dma_playback,
18 int ad1848_detect (struct resource *ports, int *flags, int *osp);
21 void attach_ms_sound(struct address_info * hw_config, struct resource *ports, struct module * owner…
23 int probe_ms_sound(struct address_info *hw_config, struct resource *ports);
Dmpu401.h9 int probe_mpu401(struct address_info *hw_config, struct resource *ports);
/sound/aoa/soundbus/i2sbus/
Di2sbus.h65 struct resource resources[3];
66 struct resource *allocated_resource[3];
/sound/pci/ymfpci/
Dymfpci.c86 struct resource *r = NULL; in snd_ymfpci_create_gameport()
161 struct resource *r = gameport_get_port_data(chip->gameport); in snd_ymfpci_free_gameport()
179 struct resource *fm_res = NULL; in snd_card_ymfpci_probe()
180 struct resource *mpu_res = NULL; in snd_card_ymfpci_probe()
Dymfpci.h293 struct resource *res_reg_area;
294 struct resource *fm_res;
295 struct resource *mpu_res;
/sound/pcmcia/pdaudiocf/
Dpdaudiocf.c142 link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; in snd_pdacf_probe()
143 link->resource[0]->end = 16; in snd_pdacf_probe()
236 if (snd_pdacf_assign_resources(pdacf, link->resource[0]->start, in pdacf_config()
/sound/pcmcia/vx/
Dvxpocket.c163 link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; in snd_vxpocket_new()
164 link->resource[0]->end = 16; in snd_vxpocket_new()
245 if (snd_vxpocket_assign_resources(chip, link->resource[0]->start, in vxpocket_config()
/sound/drivers/opl4/
Dopl4_local.h175 struct resource *res_fm_port;
176 struct resource *res_pcm_port;
/sound/drivers/
Dml403-ac97cr.c356 struct resource *res_port;
1120 struct resource *resource; local
1139 resource = platform_get_resource(pfdev, IORESOURCE_MEM, 0);
1141 ml403_ac97cr->port = ioremap_nocache(resource->start,
1142 (resource->end) -
1143 (resource->start) + 1);
1147 resource);
/sound/sparc/
Damd7930.c917 of_iounmap(&op->resource[0], amd->regs, in snd_amd7930_free()
918 resource_size(&op->resource[0])); in snd_amd7930_free()
954 amd->regs = of_ioremap(&op->resource[0], 0, in snd_amd7930_create()
955 resource_size(&op->resource[0]), "amd7930"); in snd_amd7930_create()
1007 struct resource *rp = &op->resource[0]; in amd7930_sbus_probe()
Dcs4231.c1788 of_iounmap(&op->resource[0], chip->port, chip->regs_size); in snd_cs4231_sbus_free()
1817 chip->regs_size = resource_size(&op->resource[0]); in snd_cs4231_sbus_create()
1821 chip->port = of_ioremap(&op->resource[0], 0, in snd_cs4231_sbus_create()
1869 struct resource *rp = &op->resource[0]; in cs4231_sbus_probe()
1946 of_iounmap(&op->resource[2], chip->c_dma.ebus_info.regs, 0x10); in snd_cs4231_ebus_free()
1950 of_iounmap(&op->resource[1], chip->p_dma.ebus_info.regs, 0x10); in snd_cs4231_ebus_free()
1954 of_iounmap(&op->resource[0], chip->port, 0x10); in snd_cs4231_ebus_free()
2007 chip->port = of_ioremap(&op->resource[0], 0, 0x10, "cs4231"); in snd_cs4231_ebus_create()
2009 of_ioremap(&op->resource[1], 0, 0x10, "cs4231_pdma"); in snd_cs4231_ebus_create()
2011 of_ioremap(&op->resource[2], 0, 0x10, "cs4231_cdma"); in snd_cs4231_ebus_create()
[all …]
/sound/soc/pxa/
Dmmp-pcm.c30 struct resource *dma_res;
106 struct resource *r; in mmp_pcm_open()
/sound/soc/txx9/
Dtxx9aclc.h46 struct resource *dma_res;
/sound/pci/asihpi/
Dhpioctl.c347 &pci_dev->resource[idx]); in asihpi_adapter_probe()
364 hm.u.s.resource.bus_type = HPI_BUS_PCI; in asihpi_adapter_probe()
365 hm.u.s.resource.r.pci = &pci; in asihpi_adapter_probe()
/sound/soc/nuc900/
Dnuc900-audio.h107 struct resource *res;
/sound/soc/fsl/
Dfsl_utils.c37 struct resource res; in fsl_asoc_get_dma_channel()
/sound/isa/galaxy/
Dgalaxy.c199 struct resource *res_port;
200 struct resource *res_config_port;
201 struct resource *res_wss_port;
/sound/core/
Dmisc.c44 void release_and_free_resource(struct resource *res) in release_and_free_resource()
/sound/soc/samsung/
Dac97.c327 struct resource *mem_res, *irq_res; in s3c_ac97_probe()
410 struct resource *irq_res; in s3c_ac97_remove()
Ds3c2412-i2s.c154 struct resource *res; in s3c2412_iis_dev_probe()
Dspdif.c362 struct resource *mem_res; in spdif_probe()
455 struct resource *mem_res; in spdif_remove()
/sound/soc/jz4740/
Djz4740-i2s.c88 struct resource *mem;
421 struct resource *mem; in jz4740_i2s_dev_probe()
/sound/pci/mixart/
Dmixart.h44 struct resource *res;
/sound/ppc/
Dpmac.h117 struct resource rsrc[3];
/sound/isa/
Dsscape.c149 struct resource *io_res;
150 struct resource *wss_res;
946 struct resource *io_res; in create_sscape()
947 struct resource *wss_res; in create_sscape()

12345