Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/ata/
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()
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()
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()
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()
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()
Dpata_legacy.c1001 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.6.21/include/linux/
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-6.6.21/drivers/gpio/
Dgpio-gpio-mm.c74 regs = devm_ioport_map(dev, base[id], GPIOMM_EXTENT); in gpiomm_probe()
Dgpio-104-idio-16.c99 regs = devm_ioport_map(dev, base[id], IDIO_16_EXTENT); in idio_16_probe()
Dgpio-104-idi-48.c141 regs = devm_ioport_map(dev, base[id], IDI_48_EXTENT); in idi_48_probe()
Dgpio-104-dio-48e.c245 regs = devm_ioport_map(dev, base[id], DIO48E_EXTENT); in dio48e_probe()
Dgpio-ws16c48.c265 regs = devm_ioport_map(dev, base[id], WS16C48_EXTENT); in ws16c48_probe()
Dgpio-tqmx86.c267 io_base = devm_ioport_map(&pdev->dev, res->start, resource_size(res)); in tqmx86_gpio_probe()
/linux-6.6.21/sound/isa/galaxy/
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-6.6.21/drivers/misc/pvpanic/
Dpvpanic-mmio.c82 base = devm_ioport_map(dev, res->start, resource_size(res)); in pvpanic_mmio_probe()
/linux-6.6.21/drivers/watchdog/
Dtqmx86_wdt.c86 priv->io_base = devm_ioport_map(dev, res->start, resource_size(res)); in tqmx86_wdt_probe()
Dwdat_wdt.c361 reg = devm_ioport_map(dev, res->start, 1); in wdat_wdt_probe()
/linux-6.6.21/drivers/iio/dac/
Dcio-dac.c131 regs = devm_ioport_map(dev, base[id], CIO_DAC_EXTENT); in cio_dac_probe()
/linux-6.6.21/lib/
Ddevres.c276 void __iomem *devm_ioport_map(struct device *dev, unsigned long port, in devm_ioport_map() function
295 EXPORT_SYMBOL(devm_ioport_map);
/linux-6.6.21/drivers/mfd/
Dtqmx86.c204 io_base = devm_ioport_map(dev, TQMX86_IOBASE, TQMX86_IOSIZE); in tqmx86_probe()
Dkempld-core.c522 pld->io_base = devm_ioport_map(dev, ioport->start, in kempld_probe()
/linux-6.6.21/scripts/coccinelle/free/
Ddevm_free.cocci55 x = devm_ioport_map(...)
/linux-6.6.21/sound/isa/
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-6.6.21/drivers/iio/addac/
Dstx104.c390 stx104_base = devm_ioport_map(dev, base[id], STX104_EXTENT); in stx104_probe()
/linux-6.6.21/Documentation/driver-api/driver-model/
Ddevres.rst314 devm_ioport_map()

12