Lines Matching defs:board
59 static int fluke_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in fluke_read()
67 static int fluke_write(struct gpib_board *board, u8 *buffer, size_t length, in fluke_write()
75 static int fluke_command(struct gpib_board *board, u8 *buffer, in fluke_command()
83 static int fluke_take_control(struct gpib_board *board, int synchronous) in fluke_take_control()
90 static int fluke_go_to_standby(struct gpib_board *board) in fluke_go_to_standby()
97 static int fluke_request_system_control(struct gpib_board *board, int request_control) in fluke_request_system_control()
105 static void fluke_interface_clear(struct gpib_board *board, int assert) in fluke_interface_clear()
112 static void fluke_remote_enable(struct gpib_board *board, int enable) in fluke_remote_enable()
119 static int fluke_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in fluke_enable_eos()
126 static void fluke_disable_eos(struct gpib_board *board) in fluke_disable_eos()
133 static unsigned int fluke_update_status(struct gpib_board *board, unsigned int clear_mask) in fluke_update_status()
140 static int fluke_primary_address(struct gpib_board *board, unsigned int address) in fluke_primary_address()
147 static int fluke_secondary_address(struct gpib_board *board, unsigned int address, int enable) in fluke_secondary_address()
154 static int fluke_parallel_poll(struct gpib_board *board, u8 *result) in fluke_parallel_poll()
161 static void fluke_parallel_poll_configure(struct gpib_board *board, u8 configuration) in fluke_parallel_poll_configure()
168 static void fluke_parallel_poll_response(struct gpib_board *board, int ist) in fluke_parallel_poll_response()
175 static void fluke_serial_poll_response(struct gpib_board *board, u8 status) in fluke_serial_poll_response()
182 static u8 fluke_serial_poll_status(struct gpib_board *board) in fluke_serial_poll_status()
189 static void fluke_return_to_local(struct gpib_board *board) in fluke_return_to_local()
199 static int fluke_line_status(const struct gpib_board *board) in fluke_line_status()
229 static int fluke_t1_delay(struct gpib_board *board, unsigned int nano_sec) in fluke_t1_delay()
246 static int lacs_or_read_ready(struct gpib_board *board) in lacs_or_read_ready()
263 static int wait_for_read(struct gpib_board *board) in wait_for_read()
322 static int wait_for_data_out_ready(struct gpib_board *board) in wait_for_data_out_ready()
341 static int wait_for_sids_or_sgns(struct gpib_board *board) in wait_for_sids_or_sgns()
362 struct gpib_board *board = arg; in fluke_dma_callback() local
379 static int fluke_dma_write(struct gpib_board *board, u8 *buffer, size_t length, in fluke_dma_write()
465 static int fluke_accel_write(struct gpib_board *board, u8 *buffer, size_t length, in fluke_accel_write()
556 static int fluke_dma_read(struct gpib_board *board, u8 *buffer, in fluke_dma_read()
674 static int fluke_accel_read(struct gpib_board *board, u8 *buffer, size_t length, in fluke_accel_read()
805 irqreturn_t fluke_gpib_internal_interrupt(struct gpib_board *board) in fluke_gpib_internal_interrupt()
842 struct gpib_board *board = arg; in fluke_gpib_interrupt() local
852 static int fluke_allocate_private(struct gpib_board *board) in fluke_allocate_private()
869 static void fluke_generic_detach(struct gpib_board *board) in fluke_generic_detach()
881 static int fluke_generic_attach(struct gpib_board *board) in fluke_generic_attach()
901 static int fluke_config_dma(struct gpib_board *board, int output) in fluke_config_dma()
926 static int fluke_init(struct fluke_priv *e_priv, struct gpib_board *board, int handshake_mode) in fluke_init()
963 static int fluke_attach_impl(struct gpib_board *board, const struct gpib_board_config *config, in fluke_attach_impl()
1069 int fluke_attach_holdoff_all(struct gpib_board *board, const struct gpib_board_config *config) in fluke_attach_holdoff_all()
1074 int fluke_attach_holdoff_end(struct gpib_board *board, const struct gpib_board_config *config) in fluke_attach_holdoff_end()
1079 void fluke_detach(struct gpib_board *board) in fluke_detach()