Lines Matching refs:stat
418 int stat = 0;
430 stat = fe->ops.i2c_gate_ctrl(fe, 1);
431 if (!stat) {
435 if (fe->ops.i2c_gate_ctrl && !stat)
437 return stat;
515 int stat = 0;
524 stat = fe->ops.i2c_gate_ctrl(fe, 1);
525 if (!stat)
527 if (fe->ops.i2c_gate_ctrl && !stat)
574 int stat = 0;
577 stat = fe->ops.i2c_gate_ctrl(fe, 1);
578 if (!stat) {
584 if (fe->ops.i2c_gate_ctrl && !stat)
653 int stat = -ENODEV;
667 stat = attach_init(state);
670 if (stat < 0) {