Lines Matching defs:data
159 * command and data out on the bus. The command byte and data are taken as
166 u8 data[LM8323_MAX_DATA];
177 data[i] = va_arg(ap, int);
182 * If the host is asleep while we send the data, we can get a NACK
185 ret = i2c_master_send(lm->client, data, len);
187 ret = i2c_master_send(lm->client, data, len);
197 * then access the chip in read mode, at which point it will send the data.
317 /* The docs say we must pass 0xAA as the data byte. */
627 u8 data[2];
670 while (lm8323_read(lm, LM8323_CMD_READ_INT, data, 1) == 1) {
671 if (data[0] & INT_NOINIT)
686 if (lm8323_read_id(lm, data) != 0) {