Home
last modified time | relevance | path

Searched refs:t_halt (Results 1 – 1 of 1) sorted by relevance

/drivers/i2c/busses/
Di2c-img-scb.c394 bool t_halt; member
508 i2c->t_halt = false; in img_i2c_soft_reset()
515 static void img_i2c_transaction_halt(struct img_i2c *i2c, bool t_halt) in img_i2c_transaction_halt() argument
519 if (i2c->t_halt == t_halt) in img_i2c_transaction_halt()
521 i2c->t_halt = t_halt; in img_i2c_transaction_halt()
523 if (t_halt) in img_i2c_transaction_halt()