Lines Matching refs:slave_id
296 * That's why we can safely adjust slave_id when the appropriate controller is
312 /* Check if slave_id falls to the range */
313 if (dma_spec->slave_id < adma->base_request_line ||
314 dma_spec->slave_id > adma->end_request_line)
318 * Here we adjust slave_id. It should be a relative number to the base
321 dma_spec->slave_id -= adma->base_request_line;
346 pdata->dma_spec.slave_id = dma->request_lines;
379 dma_spec->slave_id = -1;
388 if (dma_spec->slave_id < 0 || dma_spec->chan_id < 0)
395 * We are not going to call translation function if slave_id
404 * matches the slave_id. See acpi_dma_update_dma_spec()