Lines Matching refs:auto_restart
210 unsigned char auto_restart: 1; member
254 unsigned char auto_restart; member
316 .auto_restart = 1,
330 .auto_restart = 0,
344 .auto_restart = 0,
358 .auto_restart = 1,
371 .auto_restart = 1,
385 .auto_restart = 1,
399 .auto_restart = 1,
860 if (i2c->auto_restart) in mtk_i2c_do_transfer()
1012 if (!i2c->auto_restart) { in mtk_i2c_do_transfer()
1074 i2c->auto_restart = i2c->dev_comp->auto_restart; in mtk_i2c_transfer()
1077 if (i2c->auto_restart && num == 2) { in mtk_i2c_transfer()
1080 i2c->auto_restart = 0; in mtk_i2c_transfer()
1084 if (i2c->auto_restart && num >= 2 && in mtk_i2c_transfer()
1105 if (!i2c->auto_restart) { in mtk_i2c_transfer()
1134 if (i2c->auto_restart) in mtk_i2c_irq()