Searched refs:devm_iounmap (Results 1 – 19 of 19) sorted by relevance
| /linux/lib/ |
| H A D | devres.c | 116 void devm_iounmap(struct device *dev, void __iomem *addr) in devm_iounmap() function 121 EXPORT_SYMBOL(devm_iounmap);
|
| /linux/drivers/mcb/ |
| H A D | mcb-pci.c | 97 devm_iounmap(&pdev->dev, priv->base); in mcb_pci_probe()
|
| H A D | mcb-lpc.c | 68 devm_iounmap(&pdev->dev, priv->base); in mcb_lpc_probe()
|
| /linux/drivers/bus/fsl-mc/ |
| H A D | mc-io.c | 142 devm_iounmap(mc_io->dev, mc_io->portal_virt_addr); in fsl_destroy_mc_io()
|
| /linux/drivers/platform/x86/intel/pmt/ |
| H A D | discovery.c | 345 devm_iounmap(priv->dev, disc_base); in pmt_feature_get_disc_table() 447 devm_iounmap(priv->dev, feat_base); in pmt_feature_get_feature_table()
|
| /linux/drivers/infiniband/hw/efa/ |
| H A D | efa_main.c | 631 devm_iounmap(&pdev->dev, edev->reg_bar); in efa_probe_device() 653 devm_iounmap(&pdev->dev, edev->reg_bar); in efa_remove_device()
|
| /linux/drivers/ntb/ |
| H A D | msi.c | 73 devm_iounmap(&ntb->dev, ntb->msi->peer_mws[i]); in ntb_msi_init()
|
| /linux/drivers/gpio/ |
| H A D | gpio-lpc18xx.c | 266 devm_iounmap(dev, ic->base); in lpc18xx_gpio_pin_ic_probe()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-mvebu.c | 1517 devm_iounmap(dev, port->base); in mvebu_pcie_probe() 1529 devm_iounmap(dev, port->base); in mvebu_pcie_probe()
|
| /linux/drivers/tty/serial/ |
| H A D | owl-uart.c | 391 devm_iounmap(port->dev, port->membase); in owl_uart_release_port()
|
| H A D | rda-uart.c | 536 devm_iounmap(port->dev, port->membase); in rda_uart_release_port()
|
| H A D | meson_uart.c | 425 devm_iounmap(port->dev, port->membase); in meson_uart_release_port()
|
| H A D | lantiq.c | 503 devm_iounmap(&pdev->dev, port->membase); in lqasc_release_port()
|
| /linux/drivers/soc/qcom/ |
| H A D | smem.c | 1213 devm_iounmap(smem->dev, smem->regions[0].virt_base); in qcom_smem_probe()
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_tpmi_core.c | 1665 devm_iounmap(dev, pd_info[i].sst_base); in tpmi_sst_dev_add()
|
| /linux/drivers/fpga/ |
| H A D | dfl.c | 1283 devm_iounmap(binfo->dev, binfo->ioaddr); in build_info_complete()
|
| /linux/drivers/bus/ |
| H A D | ti-sysc.c | 1761 devm_iounmap(ddata->dev, ddata->module_va); in sysc_quirk_dispc()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.c | 2668 devm_iounmap(&pdev->dev, hdev->hw.hw.mem_base); in hclgevf_pci_uninit()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 11476 devm_iounmap(&pdev->dev, hdev->hw.hw.mem_base); in hclge_pci_uninit()
|