Searched refs:i2o_dma_free (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/i2o/ |
D | pci.c | 61 i2o_dma_free(dev, &c->out_queue); in i2o_pci_free() 62 i2o_dma_free(dev, &c->status_block); in i2o_pci_free() 64 i2o_dma_free(dev, &c->dlct); in i2o_pci_free() 65 i2o_dma_free(dev, &c->hrt); in i2o_pci_free() 66 i2o_dma_free(dev, &c->status); in i2o_pci_free()
|
D | memory.c | 221 void i2o_dma_free(struct device *dev, struct i2o_dma *addr) in i2o_dma_free() function 232 EXPORT_SYMBOL_GPL(i2o_dma_free); 249 i2o_dma_free(dev, addr); in i2o_dma_realloc()
|
D | i2o_config.c | 274 i2o_dma_free(&c->pdev->dev, &buffer); in i2o_cfg_swdl() 297 i2o_dma_free(&c->pdev->dev, &buffer); in i2o_cfg_swdl() 369 i2o_dma_free(&c->pdev->dev, &buffer); in i2o_cfg_swul() 378 i2o_dma_free(&c->pdev->dev, &buffer); in i2o_cfg_swul() 742 i2o_dma_free(&c->pdev->dev, &sg_list[i]); in i2o_cfg_passthru32() 983 i2o_dma_free(&c->pdev->dev, &sg_list[i]); in i2o_cfg_passthru()
|
D | device.c | 483 i2o_dma_free(dev, &res); in i2o_parm_issue() 508 i2o_dma_free(dev, &res); in i2o_parm_issue()
|
D | exec-osm.c | 254 i2o_dma_free(dev, &wait->dma); in i2o_msg_post_wait_complete()
|
D | i2o.h | 704 extern void i2o_dma_free(struct device *dev, struct i2o_dma *addr);
|