Home
last modified time | relevance | path

Searched refs:devm_ioport_map (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/ata/
H A Dpata_isapnp.c70 cmd_addr = devm_ioport_map(&idev->dev, pnp_port_start(idev, 0), 8); in isapnp_init_one()
83 ctl_addr = devm_ioport_map(&idev->dev, in isapnp_init_one()
H A Dpata_mpiix.c187 cmd_addr = devm_ioport_map(&dev->dev, cmd, 8); in mpiix_init_one()
188 ctl_addr = devm_ioport_map(&dev->dev, ctl, 1); in mpiix_init_one()
H A Dpata_platform.c161 ap->ioaddr.cmd_addr = devm_ioport_map(dev, io_res->start, in __pata_platform_probe()
163 ap->ioaddr.ctl_addr = devm_ioport_map(dev, ctl_res->start, in __pata_platform_probe()
H A Dpata_pcmcia.c226 io_addr = devm_ioport_map(&pdev->dev, io_base, 8); in pcmcia_init_one()
227 ctl_addr = devm_ioport_map(&pdev->dev, ctl_base, 1); in pcmcia_init_one()
H A Dpata_legacy.c999 io_addr = devm_ioport_map(&pdev->dev, io, 8); in legacy_init_one()
1000 ctrl_addr = devm_ioport_map(&pdev->dev, io + 0x0206, 1); in legacy_init_one()
/linux/drivers/misc/pvpanic/
H A Dpvpanic-mmio.c38 base = devm_ioport_map(dev, res->start, resource_size(res)); in pvpanic_mmio_probe()
/linux/lib/
H A Ddevres.c270 * devm_ioport_map - Managed ioport_map()
280 void __iomem *devm_ioport_map(struct device *dev, unsigned long port, in devm_ioport_map() function
299 EXPORT_SYMBOL(devm_ioport_map);
307 * devm_ioport_map().
/linux/drivers/gpio/
H A Dgpio-gpio-mm.c74 regs = devm_ioport_map(dev, base[id], GPIOMM_EXTENT); in gpiomm_probe()
H A Dgpio-104-idio-16.c99 regs = devm_ioport_map(dev, base[id], IDIO_16_EXTENT); in idio_16_probe()
H A Dgpio-104-idi-48.c141 regs = devm_ioport_map(dev, base[id], IDI_48_EXTENT); in idi_48_probe()
H A Dgpio-104-dio-48e.c245 regs = devm_ioport_map(dev, base[id], DIO48E_EXTENT); in dio48e_probe()
H A Dgpio-ws16c48.c265 regs = devm_ioport_map(dev, base[id], WS16C48_EXTENT); in ws16c48_probe()
H A Dgpio-sch.c340 regs = devm_ioport_map(dev, res->start, resource_size(res)); in sch_gpio_probe()
H A Dgpio-tqmx86.c344 io_base = devm_ioport_map(&pdev->dev, res->start, resource_size(res)); in tqmx86_gpio_probe()
/linux/sound/isa/galaxy/
H A Dgalaxy.c503 galaxy->port = devm_ioport_map(dev, port[n], 16); in __snd_galaxy_probe()
524 devm_ioport_map(dev, port[n] + GALAXY_PORT_CONFIG, 16); in __snd_galaxy_probe()
535 galaxy->wss_port = devm_ioport_map(dev, wss_port[n], 4); in __snd_galaxy_probe()
/linux/drivers/watchdog/
H A Dtqmx86_wdt.c86 priv->io_base = devm_ioport_map(dev, res->start, resource_size(res)); in tqmx86_wdt_probe()
H A Dwdat_wdt.c361 reg = devm_ioport_map(dev, res->start, 1); in wdat_wdt_probe()
/linux/drivers/mfd/
H A Dcgbc-core.c252 cgbc->io_session = devm_ioport_map(dev, ioport->start, resource_size(ioport)); in cgbc_map()
260 cgbc->io_cmd = devm_ioport_map(dev, ioport->start, resource_size(ioport)); in cgbc_map()
H A Dtqmx86.c249 io_base = devm_ioport_map(dev, TQMX86_IOBASE, TQMX86_IOSIZE); in tqmx86_probe()
H A Dkempld-core.c450 pld->io_base = devm_ioport_map(dev, ioport->start, in kempld_probe()
/linux/drivers/iio/dac/
H A Dcio-dac.c131 regs = devm_ioport_map(dev, base[id], CIO_DAC_EXTENT); in cio_dac_probe()
/linux/scripts/coccinelle/free/
H A Ddevm_free.cocci55 x = devm_ioport_map(...)
/linux/sound/isa/
H A Dsc6000.c585 vport = devm_ioport_map(devptr, port[dev], 0x10); in __snd_sc6000_probe()
598 vmss_port = devm_ioport_map(devptr, mss_port[dev], 4); in __snd_sc6000_probe()
/linux/drivers/i2c/busses/
H A Di2c-isch.c288 priv->smba = devm_ioport_map(dev, res->start, resource_size(res)); in smbus_sch_probe()
/linux/drivers/iio/addac/
H A Dstx104.c435 stx104_base = devm_ioport_map(dev, base[id], STX104_EXTENT); in stx104_probe()

12