Searched refs:sx1_i2c_write_byte (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/arm/mach-omap1/ |
D | board-sx1.c | 44 int sx1_i2c_write_byte(u8 devaddr, u8 regoffset, u8 value) in sx1_i2c_write_byte() function 103 return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_KEYLIGHT_REG, keylight); in sx1_setkeylight() 115 return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_BACKLIGHT_REG, in sx1_setbacklight() 136 return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, dat); in sx1_setmmipower() 151 return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, dat); in sx1_setusbpower()
|
D | board-sx1.h | 38 int sx1_i2c_write_byte(u8 devaddr, u8 regoffset, u8 value);
|
D | board-sx1-mmc.c | 36 return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, dat); in mmc_set_power()
|