| /linux-6.15/drivers/staging/gpib/cec/ |
| H A D | cec_gpib.c | 107 static int cec_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in cec_enable_eos() argument 111 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in cec_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/hp_82335/ |
| H A D | hp82335.c | 91 static int hp82335_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in hp82335_enable_eos() argument 95 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in hp82335_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/ines/ |
| H A D | ines.h | 52 int ines_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits);
|
| H A D | ines_gpib.c | 465 int ines_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in ines_enable_eos() argument 469 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in ines_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/pc2/ |
| H A D | pc2_gpib.c | 151 static int pc2_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in pc2_enable_eos() argument 155 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in pc2_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/hp_82341/ |
| H A D | hp_82341.c | 322 static int hp_82341_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in hp_82341_enable_eos() argument 326 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in hp_82341_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 583 u8 eos_byte, in usb_gpib_enable_eos() argument 588 DIA_LOG(1, "enter with %x\n", eos_byte); in usb_gpib_enable_eos() 589 pd->eos = eos_byte; in usb_gpib_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/tms9914/ |
| H A D | tms9914.c | 195 int tms9914_enable_eos(struct gpib_board *board, struct tms9914_priv *priv, uint8_t eos_byte, in tms9914_enable_eos() argument 198 priv->eos = eos_byte; in tms9914_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/agilent_82350b/ |
| H A D | agilent_82350b.c | 376 static int agilent_82350b_enable_eos(struct gpib_board *board, uint8_t eos_byte, in agilent_82350b_enable_eos() argument 381 return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits); in agilent_82350b_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/eastwood/ |
| H A D | fluke_gpib.c | 117 static int fluke_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in fluke_enable_eos() argument 121 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in fluke_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/nec7210/ |
| H A D | nec7210.c | 26 int nec7210_enable_eos(struct gpib_board *board, struct nec7210_priv *priv, uint8_t eos_byte, in nec7210_enable_eos() argument 29 write_byte(priv, eos_byte, EOSR); in nec7210_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/gpio/ |
| H A D | gpib_bitbang.c | 923 static int bb_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in bb_enable_eos() argument 928 priv->eos = eos_byte; in bb_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/cb7210/ |
| H A D | cb7210.c | 609 static int cb7210_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in cb7210_enable_eos() argument 613 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in cb7210_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 674 static int tnt4882_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in tnt4882_enable_eos() argument 678 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in tnt4882_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 835 static int agilent_82357a_enable_eos(struct gpib_board *board, uint8_t eos_byte, in agilent_82357a_enable_eos() argument 845 a_priv->eos_char = eos_byte; in agilent_82357a_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 109 static int fmh_gpib_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in fmh_gpib_enable_eos() argument 113 return nec7210_enable_eos(board, &priv->nec7210_priv, eos_byte, compare_8_bits); in fmh_gpib_enable_eos()
|
| /linux-6.15/drivers/staging/gpib/ni_usb/ |
| H A D | ni_usb_gpib.c | 1179 static int ni_usb_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in ni_usb_enable_eos() argument 1183 ni_priv->eos_char = eos_byte; in ni_usb_enable_eos()
|