Searched defs:gpib_interface (Results 1 – 1 of 1) sorted by relevance
56 struct gpib_interface { struct58 char *name;62 void (*detach)(struct gpib_board *board);101 int (*go_to_standby)(struct gpib_board *board);122 void (*disable_eos)(struct gpib_board *board);126 int (*parallel_poll)(struct gpib_board *board, u8 *result);136 int (*line_status)(const struct gpib_board *board);188 u8 (*serial_poll_status)(struct gpib_board *board);192 void (*return_to_local)(struct gpib_board *board);194 unsigned no_7_bit_eos : 1;[all …]
Completed in 4 milliseconds