Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dstk8baxx.c287 static s32 stk8baxx_smbus_write_byte_data(u8 command, u8 value) in stk8baxx_smbus_write_byte_data() function
308 result = stk8baxx_smbus_write_byte_data(STK8BAXX_SWRST, STK8BAXX_SWRST_VAL); in stk8baxx_chk_for_addr()
314 result = stk8baxx_smbus_write_byte_data(STK8BAXX_POWMODE, STK8BAXX_MD_NORMAL); in stk8baxx_chk_for_addr()
322 result = stk8baxx_smbus_write_byte_data(STK8BAXX_SWRST, STK8BAXX_SWRST_VAL); in stk8baxx_chk_for_addr()
387 result = stk8baxx_smbus_write_byte_data(STK8BAXX_POWMODE, STK8BAXX_MD_NORMAL); in stk8baxx_reg_init()
430 result = stk8baxx_smbus_write_byte_data(STK8BAXX_INTMAP2, 0x01); in stk8baxx_reg_init()
436 result = stk8baxx_smbus_write_byte_data(STK8BAXX_INTEN2, 0x10); in stk8baxx_reg_init()
442 result = stk8baxx_smbus_write_byte_data(STK8BAXX_INTCFG2, 0x00); in stk8baxx_reg_init()
448 result = stk8baxx_smbus_write_byte_data(STK8BAXX_DATASRC, 0x00); in stk8baxx_reg_init()
454 result = stk8baxx_smbus_write_byte_data(STK8BAXX_INTCFG1, 0x01); in stk8baxx_reg_init()
[all …]