Lines Matching defs:board
28 struct gpib_board *board = arg; in cec_interrupt() local
48 static int cec_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in cec_read()
56 static int cec_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in cec_write()
64 static int cec_command(struct gpib_board *board, u8 *buffer, in cec_command()
72 static int cec_take_control(struct gpib_board *board, int synchronous) in cec_take_control()
79 static int cec_go_to_standby(struct gpib_board *board) in cec_go_to_standby()
86 static int cec_request_system_control(struct gpib_board *board, int request_control) in cec_request_system_control()
93 static void cec_interface_clear(struct gpib_board *board, int assert) in cec_interface_clear()
100 static void cec_remote_enable(struct gpib_board *board, int enable) in cec_remote_enable()
107 static int cec_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in cec_enable_eos()
114 static void cec_disable_eos(struct gpib_board *board) in cec_disable_eos()
121 static unsigned int cec_update_status(struct gpib_board *board, unsigned int clear_mask) in cec_update_status()
128 static int cec_primary_address(struct gpib_board *board, unsigned int address) in cec_primary_address()
135 static int cec_secondary_address(struct gpib_board *board, unsigned int address, int enable) in cec_secondary_address()
142 static int cec_parallel_poll(struct gpib_board *board, u8 *result) in cec_parallel_poll()
149 static void cec_parallel_poll_configure(struct gpib_board *board, u8 config) in cec_parallel_poll_configure()
156 static void cec_parallel_poll_response(struct gpib_board *board, int ist) in cec_parallel_poll_response()
163 static void cec_serial_poll_response(struct gpib_board *board, u8 status) in cec_serial_poll_response()
170 static u8 cec_serial_poll_status(struct gpib_board *board) in cec_serial_poll_status()
177 static int cec_t1_delay(struct gpib_board *board, unsigned int nano_sec) in cec_t1_delay()
184 static void cec_return_to_local(struct gpib_board *board) in cec_return_to_local()
219 static int cec_allocate_private(struct gpib_board *board) in cec_allocate_private()
232 static void cec_free_private(struct gpib_board *board) in cec_free_private()
238 static int cec_generic_attach(struct gpib_board *board) in cec_generic_attach()
256 static void cec_init(struct cec_priv *cec_priv, const struct gpib_board *board) in cec_init()
268 static int cec_pci_attach(struct gpib_board *board, const struct gpib_board_config *config) in cec_pci_attach()
326 static void cec_pci_detach(struct gpib_board *board) in cec_pci_detach()