Home
last modified time | relevance | path

Searched refs:io_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/pci/ddbridge/
Dddbridge-core.c274 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/
Di2o.h558 unsigned int io_alloc:1; /* An I/O resource was allocated */ member
Diop.c686 c->io_alloc = 1; in i2o_res_alloc()