Lines Matching defs:data
318 * If length isn't 4 byte aligned, rest of the data if put to a fifo
409 /* Transfers actual data using PIO. */
421 r592_write_fifo_pio(dev, dev->req->data,
425 r592_read_fifo_pio(dev, dev->req->data,
451 /* Executes one TPC (data is read/written from small or large fifo) */
467 /* Ensure that FIFO can hold the input data */
494 /* Transfer write data */
529 /* Read data from FIFO */
562 static int r592_process_thread(void *data)
565 struct r592_device *dev = (struct r592_device *)data;
623 static irqreturn_t r592_irq(int irq, void *data)
625 struct r592_device *dev = (struct r592_device *)data;