Searched refs:sx1_i2c_read_byte (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | board-sx1.c | 70 int sx1_i2c_read_byte(u8 devaddr, u8 regoffset, u8 *value) in sx1_i2c_read_byte() function 110 return sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_KEYLIGHT_REG, keylight); in sx1_getkeylight() 123 return sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_BACKLIGHT_REG, in sx1_getbacklight() 131 err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat); in sx1_setmmipower() 146 err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat); in sx1_setusbpower()
|
H A D | board-sx1.h | 44 int sx1_i2c_read_byte(u8 devaddr, u8 regoffset, u8 *value);
|
H A D | board-sx1-mmc.c | 28 err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat); in mmc_set_power()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | board-sx1.c | 69 int sx1_i2c_read_byte(u8 devaddr, u8 regoffset, u8 *value) in sx1_i2c_read_byte() function 109 return sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_KEYLIGHT_REG, keylight); in sx1_getkeylight() 122 return sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_BACKLIGHT_REG, in sx1_getbacklight() 130 err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat); in sx1_setmmipower() 145 err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat); in sx1_setusbpower()
|
H A D | board-sx1-mmc.c | 26 err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat); in mmc_set_power()
|
H A D | board-sx1.h | 37 int sx1_i2c_read_byte(u8 devaddr, u8 regoffset, u8 *value);
|
Completed in 3 milliseconds