Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c324 static inline int check_for_eos(struct bb_priv *priv, uint8_t byte);
468 priv->end |= check_for_eos(priv, priv->rbuf[priv->count - 1]); in bb_DAV_interrupt()
1377 static inline int check_for_eos(struct bb_priv *priv, uint8_t byte) in check_for_eos() function
/linux/drivers/staging/gpib/tms9914/
H A Dtms9914.c418 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()