Searched refs:io_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 274 static int io_alloc(struct pci_dev *pdev, u8 **vbuf, in io_alloc() function 296 if (io_alloc(dev->pdev, port->input[0]->vbuf, in ddb_buffers_alloc() 301 if (io_alloc(dev->pdev, port->input[1]->vbuf, in ddb_buffers_alloc() 308 if (io_alloc(dev->pdev, port->input[0]->vbuf, in ddb_buffers_alloc() 313 if (io_alloc(dev->pdev, port->output->vbuf, in ddb_buffers_alloc()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o.h | 558 unsigned int io_alloc:1; /* An I/O resource was allocated */ member
|
D | iop.c | 686 c->io_alloc = 1; in i2o_res_alloc()
|