Lines Matching defs:data
12 * Link to PC-based configuration tool and data sheet: http://www.azoteq.com/
119 char data[2];
617 * gives the appearance that the data is shifted by one byte; a nonzero
702 static irqreturn_t iqs5xx_irq(int irq, void *data)
704 struct iqs5xx_private *iqs5xx = data;
789 rec = (struct iqs5xx_ihex_rec *)(fw->data + pos);
817 error = hex2bin(rec_data, rec->data, rec_len);
819 dev_err(&client->dev, "Invalid data at record %u\n",
825 rec->data + rec_len * 2, sizeof(rec_chksm));
873 if (*(fw->data + pos) == ':')