Lines Matching refs:auto_restart
266 unsigned char auto_restart: 1; member
308 unsigned char auto_restart; member
370 .auto_restart = 1,
384 .auto_restart = 0,
398 .auto_restart = 0,
412 .auto_restart = 1,
425 .auto_restart = 1,
438 .auto_restart = 1,
452 .auto_restart = 1,
465 .auto_restart = 1,
478 .auto_restart = 1,
492 .auto_restart = 1,
990 if (i2c->auto_restart) in mtk_i2c_do_transfer()
1164 if (!i2c->auto_restart) { in mtk_i2c_do_transfer()
1227 i2c->auto_restart = i2c->dev_comp->auto_restart; in mtk_i2c_transfer()
1230 if (i2c->auto_restart && num == 2) { in mtk_i2c_transfer()
1233 i2c->auto_restart = 0; in mtk_i2c_transfer()
1237 if (i2c->auto_restart && num >= 2 && in mtk_i2c_transfer()
1258 if (!i2c->auto_restart) { in mtk_i2c_transfer()
1287 if (i2c->auto_restart) in mtk_i2c_irq()