Lines Matching defs:data
228 * Program data lines of the nand chip to send data to it
262 * Read data lines of the nand chip to retrieve data
459 * Correct the data using ECC, hw did almost everything for us
591 char *data = dev->sm ? "smartmedia" : "xd";
593 strcpy(buf, data);
594 return strlen(data);
722 static irqreturn_t r852_irq(int irq, void *data)
724 struct r852_device *dev = (struct r852_device *)data;