Searched refs:tms9914_command (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/staging/gpib/include/ |
| H A D | tms9914.h | 86 int tms9914_command(struct gpib_board *board, struct tms9914_priv *priv, uint8_t *buffer,
|
| /linux-6.15/drivers/staging/gpib/hp_82335/ |
| H A D | hp82335.c | 53 return tms9914_command(board, &priv->tms9914_priv, buffer, length, bytes_written); in hp82335_command()
|
| /linux-6.15/drivers/staging/gpib/tms9914/ |
| H A D | tms9914.c | 658 int tms9914_command(struct gpib_board *board, struct tms9914_priv *priv, uint8_t *buffer, in tms9914_command() function 693 EXPORT_SYMBOL(tms9914_command);
|
| /linux-6.15/drivers/staging/gpib/hp_82341/ |
| H A D | hp_82341.c | 279 return tms9914_command(board, &priv->tms9914_priv, buffer, length, bytes_written); in hp_82341_command()
|
| /linux-6.15/drivers/staging/gpib/agilent_82350b/ |
| H A D | agilent_82350b.c | 323 return tms9914_command(board, &priv->tms9914_priv, buffer, length, bytes_written); in agilent_82350b_command()
|