| /linux-6.15/drivers/staging/gpib/ines/ |
| H A D | ines.h | 41 int send_eoi, size_t *bytes_written); 45 int send_eoi, size_t *bytes_written);
|
| H A D | ines_gpib.c | 217 int send_eoi, size_t *bytes_written) in ines_accel_write() argument 236 if (send_eoi) in ines_accel_write() 415 int ines_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in ines_write() argument 420 return nec7210_write(board, &priv->nec7210_priv, buffer, length, send_eoi, bytes_written); in ines_write()
|
| /linux-6.15/drivers/staging/gpib/agilent_82350b/ |
| H A D | agilent_82350b.c | 31 size_t length, int send_eoi, size_t *bytes_written); 149 size_t length, int send_eoi, in agilent_82350b_accel_write() argument 162 if (send_eoi) in agilent_82350b_accel_write() 221 if (send_eoi) { in agilent_82350b_accel_write() 222 retval = agilent_82350b_write(board, buffer + fifotransferlength, 1, send_eoi, in agilent_82350b_accel_write() 309 size_t length, int send_eoi, size_t *bytes_written) in agilent_82350b_write() argument 314 return tms9914_write(board, &priv->tms9914_priv, buffer, length, send_eoi, bytes_written); in agilent_82350b_write()
|
| /linux-6.15/drivers/staging/gpib/hp_82341/ |
| H A D | hp_82341.c | 28 static int hp_82341_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, 176 int send_eoi, size_t *bytes_written) in hp_82341_accel_write() argument 186 if (send_eoi) in hp_82341_accel_write() 242 if (send_eoi) { in hp_82341_accel_write() 266 static int hp_82341_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in hp_82341_write() argument 271 return tms9914_write(board, &priv->tms9914_priv, buffer, length, send_eoi, bytes_written); in hp_82341_write()
|
| /linux-6.15/drivers/staging/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 58 int send_eoi, size_t *bytes_written) in fmh_gpib_write() argument 62 return nec7210_write(board, &priv->nec7210_priv, buffer, length, send_eoi, bytes_written); in fmh_gpib_write() 473 size_t length, int send_eoi, size_t *bytes_written) in fmh_gpib_accel_write() argument 495 if (send_eoi) in fmh_gpib_accel_write() 520 if (send_eoi) { in fmh_gpib_accel_write() 588 size_t length, int send_eoi, size_t *bytes_written) in fmh_gpib_fifo_write_countable() argument 616 if (send_eoi && remainder == 1) in fmh_gpib_fifo_write_countable() 654 int send_eoi, size_t *bytes_written) in fmh_gpib_fifo_write() argument 687 last_pass && send_eoi, &num_bytes); in fmh_gpib_fifo_write()
|
| /linux-6.15/drivers/staging/gpib/include/ |
| H A D | gpib_proto.h | 49 int ibwrt(struct gpib_board *board, uint8_t *buf, size_t cnt, int send_eoi, size_t *bytes_written);
|
| H A D | gpib_types.h | 78 int (*write)(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi,
|
| H A D | nec7210.h | 84 size_t length, int send_eoi, size_t *bytes_written);
|
| H A D | tms9914.h | 85 size_t length, int send_eoi, size_t *bytes_written);
|
| /linux-6.15/drivers/staging/gpib/cec/ |
| H A D | cec_gpib.c | 56 static int cec_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in cec_write() argument 61 return nec7210_write(board, &priv->nec7210_priv, buffer, length, send_eoi, bytes_written); in cec_write()
|
| /linux-6.15/drivers/staging/gpib/hp_82335/ |
| H A D | hp82335.c | 40 static int hp82335_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in hp82335_write() argument 45 return tms9914_write(board, &priv->tms9914_priv, buffer, length, send_eoi, bytes_written); in hp82335_write()
|
| /linux-6.15/drivers/staging/gpib/eastwood/ |
| H A D | fluke_gpib.c | 66 int send_eoi, size_t *bytes_written) in fluke_write() argument 70 return nec7210_write(board, &priv->nec7210_priv, buffer, length, send_eoi, bytes_written); in fluke_write() 460 int send_eoi, size_t *bytes_written) in fluke_accel_write() argument 480 if (send_eoi) in fluke_accel_write() 505 if (send_eoi) { in fluke_accel_write()
|
| /linux-6.15/drivers/staging/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 452 int send_eoi, int send_commands, size_t *bytes_written) in generic_write() argument 477 if (send_eoi) { in generic_write() 542 …tic int tnt4882_accel_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in tnt4882_accel_write() argument 545 return generic_write(board, buffer, length, send_eoi, 0, bytes_written); in tnt4882_accel_write() 615 static int tnt4882_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in tnt4882_write() argument 620 return nec7210_write(board, &priv->nec7210_priv, buffer, length, send_eoi, bytes_written); in tnt4882_write()
|
| /linux-6.15/drivers/staging/gpib/common/ |
| H A D | iblib.c | 680 int ibwrt(struct gpib_board *board, uint8_t *buf, size_t cnt, int send_eoi, size_t *bytes_written) in ibwrt() argument 694 ret = board->interface->write(board, buf, cnt, send_eoi, bytes_written); in ibwrt()
|
| H A D | gpib_os.c | 1053 int send_eoi; in write_ioctl() local 1056 send_eoi = remain <= board->buffer_length && write_cmd.end; in write_ioctl() 1064 board->buffer_length : remain, send_eoi, &bytes_written); in write_ioctl()
|
| /linux-6.15/drivers/staging/gpib/gpio/ |
| H A D | gpib_bitbang.c | 495 int send_eoi, size_t *bytes_written) in bb_write() argument 510 bb_buffer_print(board, buffer, length, priv->cmd, send_eoi); in bb_write() 516 priv->end = send_eoi; in bb_write() 550 priv->w_cnt, length, priv->phase, LINVAL, send_eoi); in bb_write()
|
| /linux-6.15/drivers/staging/gpib/tms9914/ |
| H A D | tms9914.c | 589 int send_eoi, size_t *bytes_written) in tms9914_write() argument 600 if (send_eoi) in tms9914_write() 611 if (send_eoi) { in tms9914_write()
|
| /linux-6.15/drivers/staging/gpib/pc2/ |
| H A D | pc2_gpib.c | 101 static int pc2_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in pc2_write() argument 106 return nec7210_write(board, &priv->nec7210_priv, buffer, length, send_eoi, bytes_written); in pc2_write()
|
| /linux-6.15/drivers/staging/gpib/cb7210/ |
| H A D | cb7210.c | 354 size_t length, int send_eoi, size_t *bytes_written) in cb7210_accel_write() argument 376 send_eoi, &num_bytes); in cb7210_accel_write() 552 int send_eoi, size_t *bytes_written) in cb7210_write() argument 556 return nec7210_write(board, &priv->nec7210_priv, buffer, length, send_eoi, bytes_written); in cb7210_write()
|
| /linux-6.15/drivers/staging/gpib/nec7210/ |
| H A D | nec7210.c | 770 uint8_t *buffer, size_t length, int send_eoi, in nec7210_write() argument 779 if (send_eoi) in nec7210_write() 805 if (send_eoi) { in nec7210_write()
|
| /linux-6.15/drivers/staging/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 539 int send_commands, int send_eoi, in agilent_82357a_generic_write() argument 569 if (send_eoi) in agilent_82357a_generic_write() 679 size_t length, int send_eoi, size_t *bytes_written) in agilent_82357a_write() argument 681 return agilent_82357a_generic_write(board, buffer, length, 0, send_eoi, bytes_written); in agilent_82357a_write()
|
| /linux-6.15/drivers/staging/gpib/ni_usb/ |
| H A D | ni_usb_gpib.c | 720 int send_eoi, size_t *bytes_written) in ni_usb_write() argument 751 if (send_eoi) in ni_usb_write()
|
| /linux-6.15/drivers/staging/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 959 int send_eoi, in usb_gpib_write() argument
|