Lines Matching defs:board

33 static int hp82335_read(struct gpib_board *board, u8 *buffer, size_t length,  in hp82335_read()
41 static int hp82335_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in hp82335_write()
49 static int hp82335_command(struct gpib_board *board, u8 *buffer, size_t length, in hp82335_command()
57 static int hp82335_take_control(struct gpib_board *board, int synchronous) in hp82335_take_control()
64 static int hp82335_go_to_standby(struct gpib_board *board) in hp82335_go_to_standby()
71 static int hp82335_request_system_control(struct gpib_board *board, int request_control) in hp82335_request_system_control()
78 static void hp82335_interface_clear(struct gpib_board *board, int assert) in hp82335_interface_clear()
85 static void hp82335_remote_enable(struct gpib_board *board, int enable) in hp82335_remote_enable()
92 static int hp82335_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in hp82335_enable_eos()
99 static void hp82335_disable_eos(struct gpib_board *board) in hp82335_disable_eos()
106 static unsigned int hp82335_update_status(struct gpib_board *board, unsigned int clear_mask) in hp82335_update_status()
113 static int hp82335_primary_address(struct gpib_board *board, unsigned int address) in hp82335_primary_address()
120 static int hp82335_secondary_address(struct gpib_board *board, unsigned int address, int enable) in hp82335_secondary_address()
127 static int hp82335_parallel_poll(struct gpib_board *board, u8 *result) in hp82335_parallel_poll()
134 static void hp82335_parallel_poll_configure(struct gpib_board *board, u8 config) in hp82335_parallel_poll_configure()
141 static void hp82335_parallel_poll_response(struct gpib_board *board, int ist) in hp82335_parallel_poll_response()
148 static void hp82335_serial_poll_response(struct gpib_board *board, u8 status) in hp82335_serial_poll_response()
155 static u8 hp82335_serial_poll_status(struct gpib_board *board) in hp82335_serial_poll_status()
162 static int hp82335_line_status(const struct gpib_board *board) in hp82335_line_status()
169 static int hp82335_t1_delay(struct gpib_board *board, unsigned int nano_sec) in hp82335_t1_delay()
176 static void hp82335_return_to_local(struct gpib_board *board) in hp82335_return_to_local()
211 static int hp82335_allocate_private(struct gpib_board *board) in hp82335_allocate_private()
219 static void hp82335_free_private(struct gpib_board *board) in hp82335_free_private()
247 static int hp82335_attach(struct gpib_board *board, const struct gpib_board_config *config) in hp82335_attach()
311 static void hp82335_detach(struct gpib_board *board) in hp82335_detach()
358 struct gpib_board *board = arg; in hp82335_interrupt() local