Lines Matching refs:slave_id
304 * That's why we can safely adjust slave_id when the appropriate controller is
320 /* Check if slave_id falls to the range */
321 if (dma_spec->slave_id < adma->base_request_line ||
322 dma_spec->slave_id > adma->end_request_line)
326 * Here we adjust slave_id. It should be a relative number to the base
329 dma_spec->slave_id -= adma->base_request_line;
354 pdata->dma_spec.slave_id = dma->request_lines;
387 dma_spec->slave_id = -1;
396 if (dma_spec->slave_id < 0 || dma_spec->chan_id < 0)
403 * We are not going to call translation function if slave_id
412 * matches the slave_id. See acpi_dma_update_dma_spec()