Lines Matching defs:index
328 size_t index;
344 if (pdata->n++ == pdata->index) {
357 * @index: index of FixedDMA descriptor for @dev
363 size_t index)
375 pdata.index = index;
435 int index;
437 index = device_property_match_string(dev, "dma-names", name);
438 if (index < 0) {
440 index = 0;
442 index = 1;
447 dev_dbg(dev, "Looking for DMA channel \"%s\" at index %d...\n", name, index);
448 return acpi_dma_request_slave_chan_by_index(dev, index);