Lines Matching refs:result
295 int result;
299 result = i2c_smbus_write_byte(client, blinkm_cmds[cmd].cmdbyte);
300 if (result < 0)
301 return result;
308 result = i2c_smbus_write_byte(client, arg[i]);
309 if (result < 0)
310 return result;
317 int result;
322 result = i2c_smbus_read_byte(client);
323 if (result < 0)
324 return result;
325 arg[i] = result;