Searched refs:totalBytes (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
H A Dddk750_hwi2c.c100 unsigned int totalBytes = 0; hwI2CWriteData() local
136 totalBytes += (count + 1); hwI2CWriteData()
140 return totalBytes; hwI2CWriteData()
167 unsigned int totalBytes = 0; hwI2CReadData() local
203 totalBytes += (count + 1); hwI2CReadData()
207 return totalBytes; hwI2CReadData()

Completed in 54 milliseconds