Lines Matching refs:result
239 int result = kstrtol(buf, 10, &val);
240 if (result < 0)
241 return result;
261 int result = kstrtol(buf, 10, &val);
262 if (result < 0)
263 return result;
382 int result = kstrtoul(buf, 10, &rpm_target);
383 if (result < 0)
384 return result;
428 int result = kstrtol(buf, 10, &new_value);
429 if (result < 0)
430 return result;
445 result = read_u8_from_i2c(client, REG_FAN_CONF1, &conf_reg);
446 if (result < 0) {
447 count = result;