/linux-6.1.9/drivers/ata/ |
D | pata_cs5520.c | 166 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()
|
D | pata_isapnp.c | 70 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()
|
D | pata_mpiix.c | 187 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()
|
D | pata_platform.c | 161 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()
|
D | pata_pcmcia.c | 226 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()
|
D | pata_legacy.c | 1001 io_addr = devm_ioport_map(&pdev->dev, io, 8); in legacy_init_one() 1002 ctrl_addr = devm_ioport_map(&pdev->dev, io + 0x0206, 1); in legacy_init_one()
|
/linux-6.1.9/include/linux/ |
D | io.h | 38 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-6.1.9/sound/isa/galaxy/ |
D | galaxy.c | 503 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-6.1.9/drivers/misc/pvpanic/ |
D | pvpanic-mmio.c | 82 base = devm_ioport_map(dev, res->start, resource_size(res)); in pvpanic_mmio_probe()
|
/linux-6.1.9/drivers/watchdog/ |
D | tqmx86_wdt.c | 86 priv->io_base = devm_ioport_map(dev, res->start, resource_size(res)); in tqmx86_wdt_probe()
|
D | wdat_wdt.c | 362 reg = devm_ioport_map(dev, res->start, 1); in wdat_wdt_probe()
|
/linux-6.1.9/drivers/iio/dac/ |
D | cio-dac.c | 109 priv->base = devm_ioport_map(dev, base[id], CIO_DAC_EXTENT); in cio_dac_probe()
|
/linux-6.1.9/lib/ |
D | devres.c | 276 void __iomem *devm_ioport_map(struct device *dev, unsigned long port, in devm_ioport_map() function 295 EXPORT_SYMBOL(devm_ioport_map);
|
/linux-6.1.9/drivers/mfd/ |
D | tqmx86.c | 204 io_base = devm_ioport_map(dev, TQMX86_IOBASE, TQMX86_IOSIZE); in tqmx86_probe()
|
D | kempld-core.c | 523 pld->io_base = devm_ioport_map(dev, ioport->start, in kempld_probe()
|
/linux-6.1.9/drivers/gpio/ |
D | gpio-gpio-mm.c | 154 gpiommgpio->ppi = devm_ioport_map(dev, base[id], GPIOMM_EXTENT); in gpiomm_probe()
|
D | gpio-104-idi-48.c | 259 idi48gpio->reg = devm_ioport_map(dev, base[id], IDI_48_EXTENT); in idi_48_probe()
|
D | gpio-104-dio-48e.c | 311 dio48egpio->reg = devm_ioport_map(dev, base[id], DIO48E_EXTENT); in dio48e_probe()
|
D | gpio-104-idio-16.c | 287 idio16gpio->reg = devm_ioport_map(dev, base[id], IDIO_16_EXTENT); in idio_16_probe()
|
D | gpio-tqmx86.c | 249 io_base = devm_ioport_map(&pdev->dev, res->start, resource_size(res)); in tqmx86_gpio_probe()
|
D | gpio-ws16c48.c | 452 ws16c48gpio->reg = devm_ioport_map(dev, base[id], WS16C48_EXTENT); in ws16c48_probe()
|
/linux-6.1.9/scripts/coccinelle/free/ |
D | devm_free.cocci | 55 x = devm_ioport_map(...)
|
/linux-6.1.9/sound/isa/ |
D | sc6000.c | 579 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-6.1.9/drivers/iio/addac/ |
D | stx104.c | 336 priv->reg = devm_ioport_map(dev, base[id], STX104_EXTENT); in stx104_probe()
|
/linux-6.1.9/drivers/char/pcmcia/ |
D | scr24x_cs.c | 258 dev->regs = devm_ioport_map(&link->dev, in scr24x_probe()
|