Home
last modified time | relevance | path

Searched refs:swI2CWriteByte (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_swi2c.c252 static long swI2CWriteByte(unsigned char data) in swI2CWriteByte() function
468 swI2CWriteByte(deviceAddress); in swI2CReadReg()
471 swI2CWriteByte(registerIndex); in swI2CReadReg()
475 swI2CWriteByte(deviceAddress + 1); in swI2CReadReg()
511 if ((swI2CWriteByte(deviceAddress) != 0) || in swI2CWriteReg()
512 (swI2CWriteByte(registerIndex) != 0) || in swI2CWriteReg()
513 (swI2CWriteByte(data) != 0)) in swI2CWriteReg()