Lines Matching defs:board

61 	struct gpib_board *board = arg;  in pc2_interrupt()  local
74 struct gpib_board *board = arg; in pc2a_interrupt() local
93 static int pc2_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in pc2_read()
101 static int pc2_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in pc2_write()
109 static int pc2_command(struct gpib_board *board, u8 *buffer, in pc2_command()
117 static int pc2_take_control(struct gpib_board *board, int synchronous) in pc2_take_control()
124 static int pc2_go_to_standby(struct gpib_board *board) in pc2_go_to_standby()
131 static int pc2_request_system_control(struct gpib_board *board, int request_control) in pc2_request_system_control()
138 static void pc2_interface_clear(struct gpib_board *board, int assert) in pc2_interface_clear()
145 static void pc2_remote_enable(struct gpib_board *board, int enable) in pc2_remote_enable()
152 static int pc2_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in pc2_enable_eos()
159 static void pc2_disable_eos(struct gpib_board *board) in pc2_disable_eos()
166 static unsigned int pc2_update_status(struct gpib_board *board, unsigned int clear_mask) in pc2_update_status()
173 static int pc2_primary_address(struct gpib_board *board, unsigned int address) in pc2_primary_address()
180 static int pc2_secondary_address(struct gpib_board *board, unsigned int address, int enable) in pc2_secondary_address()
187 static int pc2_parallel_poll(struct gpib_board *board, u8 *result) in pc2_parallel_poll()
194 static void pc2_parallel_poll_configure(struct gpib_board *board, u8 config) in pc2_parallel_poll_configure()
201 static void pc2_parallel_poll_response(struct gpib_board *board, int ist) in pc2_parallel_poll_response()
208 static void pc2_serial_poll_response(struct gpib_board *board, u8 status) in pc2_serial_poll_response()
215 static u8 pc2_serial_poll_status(struct gpib_board *board) in pc2_serial_poll_status()
222 static int pc2_t1_delay(struct gpib_board *board, unsigned int nano_sec) in pc2_t1_delay()
229 static void pc2_return_to_local(struct gpib_board *board) in pc2_return_to_local()
236 static int allocate_private(struct gpib_board *board) in allocate_private()
249 static void free_private(struct gpib_board *board) in free_private()
255 static int pc2_generic_attach(struct gpib_board *board, const struct gpib_board_config *config, in pc2_generic_attach()
299 static int pc2_attach(struct gpib_board *board, const struct gpib_board_config *config) in pc2_attach()
343 static void pc2_detach(struct gpib_board *board) in pc2_detach()
370 static int pc2a_common_attach(struct gpib_board *board, const struct gpib_board_config *config, in pc2a_common_attach()
464 static int pc2a_attach(struct gpib_board *board, const struct gpib_board_config *config) in pc2a_attach()
469 static int pc2a_cb7210_attach(struct gpib_board *board, const struct gpib_board_config *config) in pc2a_cb7210_attach()
474 static int pc2_2a_attach(struct gpib_board *board, const struct gpib_board_config *config) in pc2_2a_attach()
479 static void pc2a_common_detach(struct gpib_board *board, unsigned int num_registers) in pc2a_common_detach()
512 static void pc2a_detach(struct gpib_board *board) in pc2a_detach()
517 static void pc2_2a_detach(struct gpib_board *board) in pc2_2a_detach()