Searched refs:nec7210_read (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/staging/gpib/include/ |
| H A D | nec7210.h | 81 int nec7210_read(struct gpib_board *board, struct nec7210_priv *priv, uint8_t *buffer,
|
| /linux-6.15/drivers/staging/gpib/cec/ |
| H A D | cec_gpib.c | 53 return nec7210_read(board, &priv->nec7210_priv, buffer, length, end, bytes_read); in cec_read()
|
| /linux-6.15/drivers/staging/gpib/nec7210/ |
| H A D | nec7210.c | 598 int nec7210_read(struct gpib_board *board, struct nec7210_priv *priv, uint8_t *buffer, in nec7210_read() function 617 EXPORT_SYMBOL(nec7210_read);
|
| /linux-6.15/drivers/staging/gpib/pc2/ |
| H A D | pc2_gpib.c | 98 return nec7210_read(board, &priv->nec7210_priv, buffer, length, end, bytes_read); in pc2_read()
|
| /linux-6.15/drivers/staging/gpib/eastwood/ |
| H A D | fluke_gpib.c | 62 return nec7210_read(board, &priv->nec7210_priv, buffer, length, end, bytes_read); in fluke_read()
|
| /linux-6.15/drivers/staging/gpib/ines/ |
| H A D | ines_gpib.c | 404 retval = nec7210_read(board, &priv->nec7210_priv, buffer, length, end, bytes_read); in ines_read()
|
| /linux-6.15/drivers/staging/gpib/cb7210/ |
| H A D | cb7210.c | 548 return nec7210_read(board, &priv->nec7210_priv, buffer, length, end, bytes_read); in cb7210_read()
|
| /linux-6.15/drivers/staging/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 603 retval = nec7210_read(board, &priv->nec7210_priv, buffer, length, end, bytes_read); in tnt4882_read()
|
| /linux-6.15/drivers/staging/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 54 return nec7210_read(board, &priv->nec7210_priv, buffer, length, end, bytes_read); in fmh_gpib_read()
|