Lines Matching defs:data
67 /* actual data passed by the caller */
68 uint8_t *data;
69 /* Size of data buffer passed */
217 * This function copies data to SMBus's Tx FIFO. Valid for write transactions
238 * transaction data in to Tx FIFO. Refer to section 5.5 of SMBus spec
243 /* No additional data to be written */
292 * Copy actual data from caller. In general, for reads,
293 * no data is copied.
298 info->data[i] | SMB_MSTRWRSTS_MASK : info->data[i];
342 /* Function to initiate data send and verify completion status */
373 * Function to initiate data receive, verify completion status,
421 /* Read Rx FIFO for data bytes */
424 info->data[i] = regval & SMB_MSTRRDDATA_MASK;
427 /* 1 Byte data */
428 *info->data = regval & SMB_MSTRRDDATA_MASK;
470 info->data = value;
614 * This function reads I2C data from a device without specifying
649 * This function send I2C data to a device without specifying
706 * This function reads I2C data from a device with a designated
778 * This function write I2C data to a device with a designated