Searched refs:i2cRegDataLen (Results 1 – 4 of 4) sorted by relevance
507 msgs[0].len = i2cTransferParam->i2cRegDataLen + 1; in CodecI2cMsgFill()512 msgBuf = OsalMemCalloc(i2cTransferParam->i2cRegDataLen + 1); in CodecI2cMsgFill()518 if (i2cTransferParam->i2cRegDataLen == I2C_MSG_BUF_SIZE_1) { in CodecI2cMsgFill()520 } else if (i2cTransferParam->i2cRegDataLen == I2C_MSG_BUF_SIZE_2) { in CodecI2cMsgFill()530 msgBuf = OsalMemCalloc(i2cTransferParam->i2cRegDataLen); in CodecI2cMsgFill()539 msgs[1].len = i2cTransferParam->i2cRegDataLen; in CodecI2cMsgFill()582 if (i2cTransferParam->i2cRegDataLen == I2C_MSG_BUF_SIZE_1) { in CodecI2cTransfer()584 } else if (i2cTransferParam->i2cRegDataLen == I2C_MSG_BUF_SIZE_2) { in CodecI2cTransfer()
55 uint16_t i2cRegDataLen; // default 16 bit member
690 g_transferParam.i2cRegDataLen = TFA9879_I2C_REG_DATA_LEN;