Lines Matching defs:result
321 int result;
327 result = xc_send_i2c_data(priv, buf, 4);
328 if (result == 0) {
330 while ((watch_dog_timer > 0) && (result == 0)) {
331 result = xc5000_readreg(priv, XREG_BUSY, (u16 *)buf);
332 if (result == 0) {
344 result = -EREMOTEIO;
346 return result;
353 int i, nbytes_to_send, result;
363 result = xc5000_tuner_reset(fe);
365 if (result != 0)
366 return result;
389 result = xc_send_i2c_data(priv, buf,
392 if (result != 0)
393 return result;
483 int result;
487 result = xc5000_readreg(priv, XREG_FREQ_ERROR, ®_data);
488 if (result != 0)
489 return result;
493 return result;
506 int result;
508 result = xc5000_readreg(priv, XREG_VERSION, &data);
509 if (result != 0)
510 return result;
528 int result;
530 result = xc5000_readreg(priv, XREG_HSYNC_FREQ, ®_data);
531 if (result != 0)
532 return result;
535 return result;