Home
last modified time | relevance | path

Searched refs:tms9914_read (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/staging/gpib/hp_82341/
H A Dhp_82341.c43 return tms9914_read(board, tms_priv, buffer, length, end, bytes_read); in hp_82341_accel_read()
62 retval = tms9914_read(board, tms_priv, buffer, 1, end, &num_bytes); in hp_82341_accel_read()
142 retval = tms9914_read(board, tms_priv, buffer, length, end, &num_bytes); in hp_82341_accel_read()
263 return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read); in hp_82341_read()
/linux-6.15/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.c44 return tms9914_read(board, tms_priv, buffer, length, end, bytes_read); in agilent_82350b_accel_read()
59 retval = tms9914_read(board, tms_priv, buffer, 1, end, &num_bytes); in agilent_82350b_accel_read()
125 retval = tms9914_read(board, tms_priv, buffer, length, end, &num_bytes); in agilent_82350b_accel_read()
305 return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read); in agilent_82350b_read()
/linux-6.15/drivers/staging/gpib/include/
H A Dtms9914.h82 int tms9914_read(struct gpib_board *board, struct tms9914_priv *priv, uint8_t *buffer,
/linux-6.15/drivers/staging/gpib/hp_82335/
H A Dhp82335.c37 return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read); in hp82335_read()
/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c504 int tms9914_read(struct gpib_board *board, struct tms9914_priv *priv, uint8_t *buffer, in tms9914_read() function
542 EXPORT_SYMBOL(tms9914_read);