Lines Matching defs:result
349 int result;
355 result = i2c_transfer(priv->i2c, &msg, 1);
356 if (result != 1)
358 __func__, result);
420 int result;
425 result = i2c_transfer(priv->i2c, &msg, 1);
426 if (result != 1)
428 __func__, result);
653 int result;
657 if ((result = i2c_transfer(priv->i2c, &msg, 1)) != 1) {
658 return result;
674 int result;
680 result = dvb_pll_configure(fe, buf, c->frequency);
681 if (result < 0)
682 return result;
684 frequency = result;
688 if ((result = i2c_transfer(priv->i2c, &msg, 1)) != 1) {
689 return result;
703 int result;
709 result = dvb_pll_configure(fe, buf + 1, c->frequency);
710 if (result < 0)
711 return result;
713 frequency = result;
750 int result;
753 result = i2c_transfer(priv->i2c, &msg, 1);
754 if (result != 1)
755 return result;
761 result = i2c_transfer(priv->i2c, &msg, 1);
762 if (result != 1)
763 return result;