Searched refs:nec7210_read (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpib/include/ |
| H A D | nec7210.h | 81 int nec7210_read(struct gpib_board *board, struct nec7210_priv *priv, u8 *buffer,
|
| /linux/drivers/gpib/nec7210/ |
| H A D | nec7210.c | 602 int nec7210_read(struct gpib_board *board, struct nec7210_priv *priv, u8 *buffer, in nec7210_read() function 621 EXPORT_SYMBOL(nec7210_read);
|
| /linux/drivers/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/drivers/gpib/eastwood/ |
| H A D | fluke_gpib.c | 63 return nec7210_read(board, &priv->nec7210_priv, buffer, length, end, bytes_read); in fluke_read()
|