Searched refs:tms9914_enable_eos (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/staging/gpib/include/ |
H A D | tms9914.h | 99 int tms9914_enable_eos(gpib_board_t *board, struct tms9914_priv *priv, uint8_t eos_bytes,
|
/linux/drivers/staging/gpib/hp_82335/ |
H A D | hp82335.c | 89 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in hp82335_enable_eos()
|
/linux/drivers/staging/gpib/tms9914/ |
H A D | tms9914.c | 194 int tms9914_enable_eos(gpib_board_t *board, struct tms9914_priv *priv, uint8_t eos_byte, in tms9914_enable_eos() function 203 EXPORT_SYMBOL(tms9914_enable_eos);
|
/linux/drivers/staging/gpib/hp_82341/ |
H A D | hp_82341.c | 318 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in hp_82341_enable_eos()
|
/linux/drivers/staging/gpib/agilent_82350b/ |
H A D | agilent_82350b.c | 414 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in agilent_82350b_enable_eos()
|