Lines Matching refs:stat
427 int stat = 0;
439 stat = fe->ops.i2c_gate_ctrl(fe, 1);
440 if (!stat) {
444 if (fe->ops.i2c_gate_ctrl && !stat)
446 return stat;
524 int stat = 0;
533 stat = fe->ops.i2c_gate_ctrl(fe, 1);
534 if (!stat)
536 if (fe->ops.i2c_gate_ctrl && !stat)
583 int stat = 0;
586 stat = fe->ops.i2c_gate_ctrl(fe, 1);
587 if (!stat) {
593 if (fe->ops.i2c_gate_ctrl && !stat)
662 int stat = -ENODEV;
676 stat = attach_init(state);
679 if (stat < 0) {