Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-synquacer.c159 static inline int is_msgend(struct synquacer_i2c *i2c) in is_msgend() function
410 if (!is_msgend(i2c)) { in synquacer_i2c_isr()
456 if (!is_msgend(i2c)) { in synquacer_i2c_isr()
H A Di2c-s3c2410.c371 static inline int is_msgend(struct s3c24xx_i2c *i2c) in is_msgend() function
447 if (!is_msgend(i2c)) { in i2c_s3c_irq_nextbyte()
516 } else if (is_msgend(i2c)) { in i2c_s3c_irq_nextbyte()