Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c327 static inline int check_for_eos(struct bb_priv *priv, uint8_t byte);
467 priv->end |= check_for_eos(priv, priv->rbuf[priv->count - 1]); in bb_DAV_interrupt()
1367 static inline int check_for_eos(struct bb_priv *priv, uint8_t byte) in check_for_eos() function
/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c419 static int check_for_eos(struct tms9914_priv *priv, uint8_t byte) in check_for_eos() function
497 if (check_for_eos(priv, buffer[*bytes_read - 1])) in pio_read()