/linux/drivers/staging/gpib/hp_82335/ |
H A D | hp82335.c | 85 int hp82335_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in hp82335_enable_eos() argument 89 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in hp82335_enable_eos()
|
/linux/drivers/staging/gpib/cec/ |
H A D | cec_gpib.c | 101 int cec_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in cec_enable_eos() argument 105 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in cec_enable_eos()
|
/linux/drivers/staging/gpib/ines/ |
H A D | ines.h | 59 int ines_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits);
|
H A D | ines_gpib.c | 466 int ines_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in ines_enable_eos() argument 470 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in ines_enable_eos()
|
/linux/drivers/staging/gpib/cb7210/ |
H A D | cb7210.h | 64 int cb7210_enable_eos(gpib_board_t *board, uint8_t eos_byte,
|
H A D | cb7210.c | 606 int cb7210_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in cb7210_enable_eos() argument 610 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in cb7210_enable_eos()
|
/linux/drivers/staging/gpib/pc2/ |
H A D | pc2_gpib.c | 157 static int pc2_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in pc2_enable_eos() argument 161 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in pc2_enable_eos()
|
/linux/drivers/staging/gpib/hp_82341/ |
H A D | hp_82341.c | 314 int hp_82341_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in hp_82341_enable_eos() argument 318 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in hp_82341_enable_eos()
|
/linux/drivers/staging/gpib/lpvo_usb_gpib/ |
H A D | lpvo_usb_gpib.c | 636 u8 eos_byte, in usb_gpib_enable_eos() argument 641 DIA_LOG(1, "enter with %x\n", eos_byte); in usb_gpib_enable_eos() 642 pd->eos = eos_byte; in usb_gpib_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() argument 197 priv->eos = eos_byte; in tms9914_enable_eos()
|
/linux/drivers/staging/gpib/agilent_82350b/ |
H A D | agilent_82350b.c | 409 int agilent_82350b_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in agilent_82350b_enable_eos() argument 414 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in agilent_82350b_enable_eos()
|
/linux/drivers/staging/gpib/eastwood/ |
H A D | fluke_gpib.c | 112 static int fluke_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in fluke_enable_eos() argument 116 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in fluke_enable_eos()
|
/linux/drivers/staging/gpib/nec7210/ |
H A D | nec7210.c | 24 int nec7210_enable_eos(gpib_board_t *board, struct nec7210_priv *priv, uint8_t eos_byte, in nec7210_enable_eos() argument 27 write_byte(priv, eos_byte, EOSR); in nec7210_enable_eos()
|
/linux/drivers/staging/gpib/tnt4882/ |
H A D | tnt4882_gpib.c | 68 static int tnt4882_enable_eos(gpib_board_t *board, uint8_t eos_byte, int 744 int tnt4882_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in tnt4882_enable_eos() argument 748 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in tnt4882_enable_eos()
|
/linux/drivers/staging/gpib/gpio/ |
H A D | gpib_bitbang.c | 922 static int bb_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in bb_enable_eos() argument 927 priv->eos = eos_byte; in bb_enable_eos()
|
/linux/drivers/staging/gpib/fmh_gpib/ |
H A D | fmh_gpib.c | 103 static int fmh_gpib_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in fmh_gpib_enable_eos() argument 107 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in fmh_gpib_enable_eos()
|