Home
last modified time | relevance | path

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

/linux/drivers/ata/
A Dpata_cs5520.c166 iomap[0] = devm_ioport_map(&pdev->dev, cmd_port[0], 8); in cs5520_init_one()
167 iomap[1] = devm_ioport_map(&pdev->dev, ctl_port[0], 1); in cs5520_init_one()
168 iomap[2] = devm_ioport_map(&pdev->dev, cmd_port[1], 8); in cs5520_init_one()
169 iomap[3] = devm_ioport_map(&pdev->dev, ctl_port[1], 1); in cs5520_init_one()
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()
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()
A Dpata_platform.c159 ap->ioaddr.cmd_addr = devm_ioport_map(dev, io_res->start, in __pata_platform_probe()
161 ap->ioaddr.ctl_addr = devm_ioport_map(dev, ctl_res->start, in __pata_platform_probe()
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()
A Dpata_legacy.c1000 io_addr = devm_ioport_map(&pdev->dev, io, 8); in legacy_init_one()
1001 ctrl_addr = devm_ioport_map(&pdev->dev, io + 0x0206, 1); in legacy_init_one()
/linux/include/linux/
A Dio.h38 void __iomem * devm_ioport_map(struct device *dev, unsigned long port,
42 static inline void __iomem *devm_ioport_map(struct device *dev, in devm_ioport_map() function
/linux/sound/isa/galaxy/
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/
A Dtqmx86_wdt.c86 priv->io_base = devm_ioport_map(dev, res->start, resource_size(res)); in tqmx86_wdt_probe()
A Dwdat_wdt.c362 reg = devm_ioport_map(dev, res->start, 1); in wdat_wdt_probe()
/linux/drivers/misc/pvpanic/
A Dpvpanic-mmio.c82 base = devm_ioport_map(dev, res->start, resource_size(res)); in pvpanic_mmio_probe()
/linux/lib/
A Ddevres.c290 void __iomem *devm_ioport_map(struct device *dev, unsigned long port, in devm_ioport_map() function
308 EXPORT_SYMBOL(devm_ioport_map);
/linux/drivers/mfd/
A Dtqmx86.c204 io_base = devm_ioport_map(dev, TQMX86_IOBASE, TQMX86_IOSIZE); in tqmx86_probe()
A Dkempld-core.c523 pld->io_base = devm_ioport_map(dev, ioport->start, in kempld_probe()
/linux/sound/isa/
A Dsc6000.c579 vport = devm_ioport_map(devptr, port[dev], 0x10); in snd_sc6000_probe()
593 vmss_port = devm_ioport_map(devptr, mss_port[dev], 4); in snd_sc6000_probe()
/linux/scripts/coccinelle/free/
A Ddevm_free.cocci55 x = devm_ioport_map(...)
/linux/drivers/gpio/
A Dgpio-tqmx86.c249 io_base = devm_ioport_map(&pdev->dev, res->start, resource_size(res)); in tqmx86_gpio_probe()
/linux/drivers/char/pcmcia/
A Dscr24x_cs.c258 dev->regs = devm_ioport_map(&link->dev, in scr24x_probe()
/linux/Documentation/driver-api/driver-model/
A Ddevres.rst309 devm_ioport_map()
/linux/drivers/pinctrl/intel/
A Dpinctrl-lynxpoint.c847 regs = devm_ioport_map(dev, io_rc->start, resource_size(io_rc)); in lp_gpio_probe()
/linux/sound/pci/lx6464es/
A Dlx6464es.c953 chip->port_plx_remapped = devm_ioport_map(&pci->dev, chip->port_plx, in snd_lx6464es_create()
/linux/drivers/platform/x86/
A Dmlx-platform.c4808 mlxplat_mlxcpld_regmap_ctx.base = devm_ioport_map(&mlxplat_dev->dev, in mlxplat_init()
/linux/
A Dvmlinux.symvers1625 0x00000000 devm_ioport_map vmlinux EXPORT_SYMBOL
A DSystem.map16760 ffff8000104a0450 T devm_ioport_map
A D.tmp_System.map16760 ffff8000104a0450 T devm_ioport_map

Completed in 377 milliseconds