Lines Matching defs:board
33 static int agilent_82350b_accel_read(struct gpib_board *board, u8 *buffer, in agilent_82350b_accel_read()
135 static int translate_wait_return_value(struct gpib_board *board, int retval) in translate_wait_return_value()
150 static int agilent_82350b_accel_write(struct gpib_board *board, u8 *buffer, in agilent_82350b_accel_write()
235 static unsigned short read_and_clear_event_status(struct gpib_board *board) in read_and_clear_event_status()
253 struct gpib_board *board = arg; in agilent_82350b_interrupt() local
304 static int agilent_82350b_read(struct gpib_board *board, u8 *buffer, in agilent_82350b_read()
312 static int agilent_82350b_write(struct gpib_board *board, u8 *buffer, in agilent_82350b_write()
321 static int agilent_82350b_command(struct gpib_board *board, u8 *buffer, in agilent_82350b_command()
330 static int agilent_82350b_take_control(struct gpib_board *board, int synchronous) in agilent_82350b_take_control()
338 static int agilent_82350b_go_to_standby(struct gpib_board *board) in agilent_82350b_go_to_standby()
346 static int agilent_82350b_request_system_control(struct gpib_board *board, int request_control) in agilent_82350b_request_system_control()
363 static void agilent_82350b_interface_clear(struct gpib_board *board, int assert) in agilent_82350b_interface_clear()
371 static void agilent_82350b_remote_enable(struct gpib_board *board, int enable) in agilent_82350b_remote_enable()
378 static int agilent_82350b_enable_eos(struct gpib_board *board, u8 eos_byte, in agilent_82350b_enable_eos()
386 static void agilent_82350b_disable_eos(struct gpib_board *board) in agilent_82350b_disable_eos()
393 static unsigned int agilent_82350b_update_status(struct gpib_board *board, in agilent_82350b_update_status()
401 static int agilent_82350b_primary_address(struct gpib_board *board, in agilent_82350b_primary_address()
409 static int agilent_82350b_secondary_address(struct gpib_board *board, in agilent_82350b_secondary_address()
417 static int agilent_82350b_parallel_poll(struct gpib_board *board, u8 *result) in agilent_82350b_parallel_poll()
424 static void agilent_82350b_parallel_poll_configure(struct gpib_board *board, in agilent_82350b_parallel_poll_configure()
432 static void agilent_82350b_parallel_poll_response(struct gpib_board *board, int ist) in agilent_82350b_parallel_poll_response()
439 static void agilent_82350b_serial_poll_response(struct gpib_board *board, u8 status) in agilent_82350b_serial_poll_response()
446 static u8 agilent_82350b_serial_poll_status(struct gpib_board *board) in agilent_82350b_serial_poll_status()
453 static int agilent_82350b_line_status(const struct gpib_board *board) in agilent_82350b_line_status()
460 static int agilent_82350b_t1_delay(struct gpib_board *board, unsigned int nanosec) in agilent_82350b_t1_delay()
475 static void agilent_82350b_return_to_local(struct gpib_board *board) in agilent_82350b_return_to_local()
482 static int agilent_82350b_allocate_private(struct gpib_board *board) in agilent_82350b_allocate_private()
490 static void agilent_82350b_free_private(struct gpib_board *board) in agilent_82350b_free_private()
496 static int init_82350a_hardware(struct gpib_board *board, in init_82350a_hardware()
562 static int test_sram(struct gpib_board *board) in test_sram()
591 static int agilent_82350b_generic_attach(struct gpib_board *board, in agilent_82350b_generic_attach()
734 static int agilent_82350b_unaccel_attach(struct gpib_board *board, in agilent_82350b_unaccel_attach()
740 static int agilent_82350b_accel_attach(struct gpib_board *board, in agilent_82350b_accel_attach()
746 static void agilent_82350b_detach(struct gpib_board *board) in agilent_82350b_detach()