Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dpata_cs5520.c160 iomap[0] = devm_ioport_map(&pdev->dev, cmd_port[0], 8); in cs5520_init_one()
161 iomap[1] = devm_ioport_map(&pdev->dev, ctl_port[0], 1); in cs5520_init_one()
162 iomap[2] = devm_ioport_map(&pdev->dev, cmd_port[1], 8); in cs5520_init_one()
163 iomap[3] = devm_ioport_map(&pdev->dev, ctl_port[1], 1); in cs5520_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_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()
/linux/drivers/misc/pvpanic/
H A Dpvpanic-mmio.c37 base = devm_ioport_map(dev, res->start, resource_size(res)); in pvpanic_mmio_probe()
/linux/lib/
H A Ddevres.c280 void __iomem *devm_ioport_map(struct device *dev, unsigned long port, in devm_ioport_map() function
299 EXPORT_SYMBOL(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.c100 regs = devm_ioport_map(dev, base[id], IDIO_16_EXTENT); in idio_16_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()
/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()
/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.c615 vport = devm_ioport_map(devptr, port[dev], 0x10); in __snd_sc6000_probe()
628 vmss_port = devm_ioport_map(devptr, mss_port[dev], 4); in __snd_sc6000_probe()
/linux/drivers/mfd/
H A Dkempld-core.c447 pld->io_base = devm_ioport_map(dev, ioport->start, in kempld_probe()
/linux/drivers/i2c/busses/
H A Di2c-ocores.c610 i2c->base = devm_ioport_map(&pdev->dev, res->start, in ocores_i2c_probe()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst314 devm_ioport_map()
/linux/sound/pci/lx6464es/
H A Dlx6464es.c937 chip->port_plx_remapped = devm_ioport_map(&pci->dev, chip->port_plx, in snd_lx6464es_create()
/linux/drivers/counter/
H A D104-quad-8.c1302 regs = devm_ioport_map(dev, base[id], QUAD8_EXTENT); in quad8_probe()
/linux/drivers/platform/mellanox/
H A Dmlx-platform.c8142 mlxplat_mlxcpld_regmap_ctx.base = devm_ioport_map(&mlxplat_dev->dev, in mlxplat_lpc_cpld_device_init()