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.c28 struct ines_priv *ines_priv; in ines_line_status() local
68 struct ines_priv *ines_priv = board->private_data; in ines_t1_delay() local
91 static inline unsigned short num_in_fifo_bytes(struct ines_priv *ines_priv) in num_in_fifo_bytes()
96 static ssize_t pio_read(gpib_board_t *board, struct ines_priv *ines_priv, uint8_t *buffer, in pio_read()
141 struct ines_priv *ines_priv = board->private_data; in ines_accel_read() local
189 static inline unsigned short num_out_fifo_bytes(struct ines_priv *ines_priv) in num_out_fifo_bytes()
194 static int ines_write_wait(gpib_board_t *board, struct ines_priv *ines_priv, in ines_write_wait()
223 struct ines_priv *ines_priv = board->private_data; in ines_accel_write() local
676 struct ines_priv *ines_priv; in ines_generic_attach() local
694 void ines_online(struct ines_priv *ines_priv, const gpib_board_t *board, int use_accel) in ines_online()
[all …]
H A Dines.h26 struct ines_priv { struct
27 struct nec7210_priv nec7210_priv;
28 struct pci_dev *pci_device;
30 unsigned long plx_iobase;
32 unsigned long amcc_iobase;
33 unsigned int irq;
34 enum ines_pci_chip pci_chip_type;
35 u8 extend_mode_bits;