Lines Matching refs:auto_restart
264 unsigned char auto_restart: 1; member
306 unsigned char auto_restart; member
368 .auto_restart = 1,
382 .auto_restart = 0,
396 .auto_restart = 0,
410 .auto_restart = 1,
423 .auto_restart = 1,
436 .auto_restart = 1,
449 .auto_restart = 1,
461 .auto_restart = 1,
475 .auto_restart = 1,
488 .auto_restart = 1,
501 .auto_restart = 1,
515 .auto_restart = 1,
1015 if (i2c->auto_restart) in mtk_i2c_do_transfer()
1189 if (!i2c->auto_restart) { in mtk_i2c_do_transfer()
1252 i2c->auto_restart = i2c->dev_comp->auto_restart; in mtk_i2c_transfer()
1255 if (i2c->auto_restart && num == 2) { in mtk_i2c_transfer()
1258 i2c->auto_restart = 0; in mtk_i2c_transfer()
1262 if (i2c->auto_restart && num >= 2 && in mtk_i2c_transfer()
1283 if (!i2c->auto_restart) { in mtk_i2c_transfer()
1309 u16 restart_flag = i2c->auto_restart ? I2C_RS_TRANSFER : 0; in mtk_i2c_irq()