Lines Matching refs:auto_restart
210 unsigned char auto_restart: 1; member
255 unsigned char auto_restart; member
317 .auto_restart = 1,
331 .auto_restart = 0,
345 .auto_restart = 0,
359 .auto_restart = 1,
372 .auto_restart = 1,
386 .auto_restart = 1,
400 .auto_restart = 1,
862 if (i2c->auto_restart) in mtk_i2c_do_transfer()
1014 if (!i2c->auto_restart) { in mtk_i2c_do_transfer()
1076 i2c->auto_restart = i2c->dev_comp->auto_restart; in mtk_i2c_transfer()
1079 if (i2c->auto_restart && num == 2) { in mtk_i2c_transfer()
1082 i2c->auto_restart = 0; in mtk_i2c_transfer()
1086 if (i2c->auto_restart && num >= 2 && in mtk_i2c_transfer()
1107 if (!i2c->auto_restart) { in mtk_i2c_transfer()
1136 if (i2c->auto_restart) in mtk_i2c_irq()