Lines Matching refs:auto_restart
204 unsigned char auto_restart: 1; member
248 unsigned char auto_restart; member
310 .auto_restart = 1,
324 .auto_restart = 0,
338 .auto_restart = 0,
352 .auto_restart = 1,
365 .auto_restart = 1,
379 .auto_restart = 1,
393 .auto_restart = 1,
829 if (i2c->auto_restart) in mtk_i2c_do_transfer()
981 if (!i2c->auto_restart) { in mtk_i2c_do_transfer()
1043 i2c->auto_restart = i2c->dev_comp->auto_restart; in mtk_i2c_transfer()
1046 if (i2c->auto_restart && num == 2) { in mtk_i2c_transfer()
1049 i2c->auto_restart = 0; in mtk_i2c_transfer()
1053 if (i2c->auto_restart && num >= 2 && i2c->speed_hz > I2C_MAX_FAST_MODE_FREQ) in mtk_i2c_transfer()
1073 if (!i2c->auto_restart) { in mtk_i2c_transfer()
1102 if (i2c->auto_restart) in mtk_i2c_irq()