Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/staging/gpib/hp_82341/
Dhp_82341.c31 return tms9914_read(board, tms_priv, buffer, length, end, bytes_read); in hp_82341_accel_read()
50 retval = tms9914_read(board, tms_priv, buffer, 1, end, &num_bytes); in hp_82341_accel_read()
133 retval = tms9914_read(board, tms_priv, buffer, length, end, &num_bytes); in hp_82341_accel_read()
256 return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read); in hp_82341_read()
/linux-6.14.4/drivers/staging/gpib/agilent_82350b/
Dagilent_82350b.c34 return tms9914_read(board, tms_priv, buffer, length, end, bytes_read); in agilent_82350b_accel_read()
49 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()
335 return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read); in agilent_82350b_read()
/linux-6.14.4/drivers/staging/gpib/include/
Dtms9914.h82 int tms9914_read(gpib_board_t *board, struct tms9914_priv *priv, uint8_t *buffer,
/linux-6.14.4/drivers/staging/gpib/hp_82335/
Dhp82335.c32 return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read); in hp82335_read()
/linux-6.14.4/drivers/staging/gpib/tms9914/
Dtms9914.c504 int tms9914_read(gpib_board_t *board, struct tms9914_priv *priv, uint8_t *buffer, in tms9914_read() function
542 EXPORT_SYMBOL(tms9914_read);