Lines Matching defs:index
336 size_t index;
352 if (pdata->n++ == pdata->index) {
365 * @index: index of FixedDMA descriptor for @dev
371 size_t index)
383 pdata.index = index;
443 int index;
445 index = device_property_match_string(dev, "dma-names", name);
446 if (index < 0) {
448 index = 0;
450 index = 1;
455 dev_dbg(dev, "Looking for DMA channel \"%s\" at index %d...\n", name, index);
456 return acpi_dma_request_slave_chan_by_index(dev, index);