Home
last modified time | relevance | path

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

/linux/drivers/gpib/include/
H A Dtms9914.h100 int tms9914_enable_eos(struct gpib_board *board, struct tms9914_priv *priv, u8 eos_bytes,
/linux/drivers/gpib/hp_82335/
H A Dhp82335.c96 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in hp82335_enable_eos()
/linux/drivers/gpib/tms9914/
H A Dtms9914.c198 int tms9914_enable_eos(struct gpib_board *board, struct tms9914_priv *priv, u8 eos_byte, in tms9914_enable_eos() function
207 EXPORT_SYMBOL(tms9914_enable_eos);
/linux/drivers/gpib/hp_82341/
H A Dhp_82341.c321 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in hp_82341_enable_eos()
/linux/drivers/gpib/agilent_82350b/
H A Dagilent_82350b.c383 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in agilent_82350b_enable_eos()