Home
last modified time | relevance | path

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

/Linux-v5.15/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.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()
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.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-v5.15/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-v5.15/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-v5.15/drivers/watchdog/
Dtqmx86_wdt.c86 priv->io_base = devm_ioport_map(dev, res->start, resource_size(res)); in tqmx86_wdt_probe()
Dwdat_wdt.c362 reg = devm_ioport_map(dev, res->start, 1); in wdat_wdt_probe()
/Linux-v5.15/drivers/misc/pvpanic/
Dpvpanic-mmio.c83 base = devm_ioport_map(dev, res->start, resource_size(res)); in pvpanic_mmio_probe()
/Linux-v5.15/lib/
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-v5.15/drivers/mfd/
Dtqmx86.c204 io_base = devm_ioport_map(dev, TQMX86_IOBASE, TQMX86_IOSIZE); in tqmx86_probe()
Dkempld-core.c523 pld->io_base = devm_ioport_map(dev, ioport->start, in kempld_probe()
/Linux-v5.15/scripts/coccinelle/free/
Ddevm_free.cocci55 x = devm_ioport_map(...)
/Linux-v5.15/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-v5.15/drivers/char/pcmcia/
Dscr24x_cs.c258 dev->regs = devm_ioport_map(&link->dev, in scr24x_probe()
/Linux-v5.15/drivers/gpio/
Dgpio-tqmx86.c249 io_base = devm_ioport_map(&pdev->dev, res->start, resource_size(res)); in tqmx86_gpio_probe()
/Linux-v5.15/Documentation/driver-api/driver-model/
Ddevres.rst308 devm_ioport_map()
/Linux-v5.15/drivers/pinctrl/intel/
Dpinctrl-lynxpoint.c847 regs = devm_ioport_map(dev, io_rc->start, resource_size(io_rc)); in lp_gpio_probe()
/Linux-v5.15/sound/pci/lx6464es/
Dlx6464es.c953 chip->port_plx_remapped = devm_ioport_map(&pci->dev, chip->port_plx, in snd_lx6464es_create()
/Linux-v5.15/drivers/platform/x86/
Dmlx-platform.c2856 mlxplat_mlxcpld_regmap_ctx.base = devm_ioport_map(&mlxplat_dev->dev, in mlxplat_init()