Searched refs:strI2c (Results 1 – 1 of 1) sorted by relevance
66 tstrNmI2cDefault strI2c; in nm_i2c_read_reg_with_ret() local73 strI2c.u16Sz = 2; in nm_i2c_read_reg_with_ret()82 strI2c.u16Sz = 6; in nm_i2c_read_reg_with_ret()85 strI2c.pu8Buf = b; in nm_i2c_read_reg_with_ret()87 if(M2M_SUCCESS == nm_bus_ioctl(NM_BUS_IOCTL_W, &strI2c)) in nm_i2c_read_reg_with_ret()89 strI2c.u16Sz = rsz; in nm_i2c_read_reg_with_ret()90 if(M2M_SUCCESS != nm_bus_ioctl(NM_BUS_IOCTL_R, &strI2c)) in nm_i2c_read_reg_with_ret()141 tstrNmI2cDefault strI2c; in nm_i2c_write_reg() local149 strI2c.u16Sz = 3; in nm_i2c_write_reg()161 strI2c.u16Sz = 10; in nm_i2c_write_reg()[all …]