Lines Matching defs:result
285 int result;
291 result = xc_send_i2c_data(priv, buf, 4);
293 return result;
300 int i, nbytes_to_send, result;
335 result = xc_send_i2c_data(priv, buf,
338 if (result != 0)
339 return result;
412 int result;
416 result = xc4000_readreg(priv, XREG_FREQ_ERROR, ®Data);
417 if (result != 0)
418 return result;
423 return result;
436 int result;
438 result = xc4000_readreg(priv, XREG_VERSION, &data);
439 if (result != 0)
440 return result;
453 int result;
455 result = xc4000_readreg(priv, XREG_HSYNC_FREQ, ®Data);
456 if (result != 0)
457 return result;
460 return result;
501 int result;
507 result = xc_set_rf_frequency(priv, freq_hz);
510 if (result != 0)