Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-nuc900.c168 static inline int is_lastmsg(struct nuc900_i2c *i2c) in is_lastmsg() function
237 if (is_lastmsg(i2c) && i2c->msg->len == 0) { in i2c_nuc900_irq_nextbyte()
270 } else if (!is_lastmsg(i2c)) { in i2c_nuc900_irq_nextbyte()
318 if (is_lastmsg(i2c)) in i2c_nuc900_irq_nextbyte()
327 if (is_lastmsg(i2c)) { in i2c_nuc900_irq_nextbyte()
Di2c-s3c2410.c237 static inline int is_lastmsg(struct s3c24xx_i2c *i2c) in is_lastmsg() function
306 if (is_lastmsg(i2c) && i2c->msg->len == 0) { in i2c_s3c_irq_nextbyte()
345 } else if (!is_lastmsg(i2c)) { in i2c_s3c_irq_nextbyte()
392 if (is_lastmsg(i2c)) in i2c_s3c_irq_nextbyte()
399 if (is_lastmsg(i2c)) { in i2c_s3c_irq_nextbyte()