Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/ines/
H A Dines_gpib.c188 static inline unsigned short num_out_fifo_bytes(struct ines_priv *ines_priv) in num_out_fifo_bytes() function
200 num_out_fifo_bytes(ines_priv) < fifo_threshold || in ines_write_wait()
246 num_bytes = out_fifo_size - num_out_fifo_bytes(ines_priv); in ines_accel_write()
255 *bytes_written = length - num_out_fifo_bytes(ines_priv); in ines_accel_write()
262 *bytes_written = length - num_out_fifo_bytes(ines_priv); in ines_accel_write()