Home
last modified time | relevance | path

Searched defs:ines_priv (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/gpib/ines/
H A Dines_gpib.c34 struct ines_priv *ines_priv; in ines_line_status() local
72 struct ines_priv *ines_priv = board->private_data; in ines_t1_delay() local
95 static inline unsigned short num_in_fifo_bytes(struct ines_priv *ines_priv) in num_in_fifo_bytes()
100 static ssize_t pio_read(struct gpib_board *board, struct ines_priv *ines_priv, u8 *buffer, in pio_read()
142 struct ines_priv *ines_priv = board->private_data; in ines_accel_read() local
190 static inline unsigned short num_out_fifo_bytes(struct ines_priv *ines_priv) in num_out_fifo_bytes()
195 static int ines_write_wait(struct gpib_board *board, struct ines_priv *ines_priv, in ines_write_wait()
223 struct ines_priv *ines_priv = board->private_data; in ines_accel_write() local
677 struct ines_priv *ines_priv; in ines_generic_attach() local
695 static void ines_online(struct ines_priv *ines_priv, const struct gpib_board *board, int use_accel) in ines_online()
[all …]
H A Dines.h26 struct ines_priv { struct
39 static inline unsigned int ines_inb(struct ines_priv *priv, unsigned int register_number) in ines_inb() argument