Lines Matching refs:result
298 int i, nbytes_to_send, result;
333 result = xc_send_i2c_data(priv, buf,
336 if (result != 0)
337 return result;
410 int result;
414 result = xc4000_readreg(priv, XREG_FREQ_ERROR, ®Data);
415 if (result != 0)
416 return result;
421 return result;
434 int result;
436 result = xc4000_readreg(priv, XREG_VERSION, &data);
437 if (result != 0)
438 return result;
451 int result;
453 result = xc4000_readreg(priv, XREG_HSYNC_FREQ, ®Data);
454 if (result != 0)
455 return result;
458 return result;
499 int result;
505 result = xc_set_rf_frequency(priv, freq_hz);
508 if (result != 0)