Home
last modified time | relevance | path

Searched refs:eos_byte (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/staging/gpib/hp_82335/
H A Dhp82335.c85 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 Dcec_gpib.c101 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 Dines.h59 int ines_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits);
H A Dines_gpib.c466 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 Dcb7210.h64 int cb7210_enable_eos(gpib_board_t *board, uint8_t eos_byte,
H A Dcb7210.c606 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 Dpc2_gpib.c157 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 Dhp_82341.c314 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 Dlpvo_usb_gpib.c636 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 Dtms9914.c194 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 Dagilent_82350b.c409 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 Dfluke_gpib.c112 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 Dnec7210.c24 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 Dtnt4882_gpib.c68 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 Dgpib_bitbang.c922 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 Dfmh_gpib.c103 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()