Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/include/
H A Dgpib_types.h54 struct gpib_interface_struct { struct
56 char *name;
58 int (*attach)(gpib_board_t *board, const gpib_board_config_t *config);
60 void (*detach)(gpib_board_t *board);
71 int (*read)(gpib_board_t *board, uint8_t *buffer, size_t length, int *end,
78 int (*write)(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi,
83 int (*command)(gpib_board_t *board, uint8_t *buffer, size_t length,
91 int (*take_control)(gpib_board_t *board, int asyncronous);
94 int (*go_to_standby)(gpib_board_t *board);
96 void (*request_system_control)(gpib_board_t *board, int request_control);
[all …]