Home
last modified time | relevance | path

Searched defs:board (Results 1 – 25 of 165) sorted by relevance

1234567

/linux/drivers/gpib/pc2/
H A Dpc2_gpib.c61 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()
[all …]
/linux/drivers/gpib/hp_82335/
H A Dhp82335.c33 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()
[all …]
/linux/drivers/gpib/cec/
H A Dcec_gpib.c28 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()
[all …]
/linux/drivers/gpib/agilent_82350b/
H A Dagilent_82350b.c33 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()
[all …]
/linux/drivers/gpib/fmh_gpib/
H A Dfmh_gpib.c51 static int fmh_gpib_read(struct gpib_board *board, u8 *buffer, size_t length, in fmh_gpib_read()
59 static int fmh_gpib_write(struct gpib_board *board, u8 *buffer, size_t length, in fmh_gpib_write()
67 static int fmh_gpib_command(struct gpib_board *board, u8 *buffer, size_t length, in fmh_gpib_command()
75 static int fmh_gpib_take_control(struct gpib_board *board, int synchronous) in fmh_gpib_take_control()
82 static int fmh_gpib_go_to_standby(struct gpib_board *board) in fmh_gpib_go_to_standby()
89 static int fmh_gpib_request_system_control(struct gpib_board *board, int request_control) in fmh_gpib_request_system_control()
97 static void fmh_gpib_interface_clear(struct gpib_board *board, int assert) in fmh_gpib_interface_clear()
104 static void fmh_gpib_remote_enable(struct gpib_board *board, int enable) in fmh_gpib_remote_enable()
111 static int fmh_gpib_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in fmh_gpib_enable_eos()
118 static void fmh_gpib_disable_eos(struct gpib_board *board) in fmh_gpib_disable_eos()
[all …]
/linux/drivers/gpib/eastwood/
H A Dfluke_gpib.c59 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()
[all …]
/linux/drivers/gpib/ines/
H A Dines_gpib.c30 static int ines_line_status(const struct gpib_board *board) in ines_line_status() argument
100 struct ines_priv *ines_priv = board->private_data; in pio_read() argument
70 ines_t1_delay(struct gpib_board * board,unsigned int nano_sec) ines_t1_delay() argument
138 ines_accel_read(struct gpib_board * board,u8 * buffer,size_t length,int * end,size_t * bytes_read) ines_accel_read() argument
195 ines_write_wait(struct gpib_board * board,struct ines_priv * ines_priv,unsigned int fifo_threshold) ines_write_wait() argument
218 ines_accel_write(struct gpib_board * board,u8 * buffer,size_t length,int send_eoi,size_t * bytes_written) ines_accel_write() argument
271 struct gpib_board *board = arg; ines_pci_interrupt() local
286 ines_interrupt(struct gpib_board * board) ines_interrupt() argument
398 ines_read(struct gpib_board * board,u8 * buffer,size_t length,int * end,size_t * bytes_read) ines_read() argument
417 ines_write(struct gpib_board * board,u8 * buffer,size_t length,int send_eoi,size_t * bytes_written) ines_write() argument
425 ines_command(struct gpib_board * board,u8 * buffer,size_t length,size_t * bytes_written) ines_command() argument
432 ines_take_control(struct gpib_board * board,int synchronous) ines_take_control() argument
439 ines_go_to_standby(struct gpib_board * board) ines_go_to_standby() argument
446 ines_request_system_control(struct gpib_board * board,int request_control) ines_request_system_control() argument
453 ines_interface_clear(struct gpib_board * board,int assert) ines_interface_clear() argument
460 ines_remote_enable(struct gpib_board * board,int enable) ines_remote_enable() argument
467 ines_enable_eos(struct gpib_board * board,u8 eos_byte,int compare_8_bits) ines_enable_eos() argument
474 ines_disable_eos(struct gpib_board * board) ines_disable_eos() argument
481 ines_update_status(struct gpib_board * board,unsigned int clear_mask) ines_update_status() argument
488 ines_primary_address(struct gpib_board * board,unsigned int address) ines_primary_address() argument
495 ines_secondary_address(struct gpib_board * board,unsigned int address,int enable) ines_secondary_address() argument
502 ines_parallel_poll(struct gpib_board * board,u8 * result) ines_parallel_poll() argument
509 ines_parallel_poll_configure(struct gpib_board * board,u8 config) ines_parallel_poll_configure() argument
516 ines_parallel_poll_response(struct gpib_board * board,int ist) ines_parallel_poll_response() argument
523 ines_serial_poll_response(struct gpib_board * board,u8 status) ines_serial_poll_response() argument
530 ines_serial_poll_status(struct gpib_board * board) ines_serial_poll_status() argument
537 ines_return_to_local(struct gpib_board * board) ines_return_to_local() argument
656 ines_allocate_private(struct gpib_board * board) ines_allocate_private() argument
668 ines_free_private(struct gpib_board * board) ines_free_private() argument
674 ines_generic_attach(struct gpib_board * board) ines_generic_attach() argument
696 ines_online(struct ines_priv * ines_priv,const struct gpib_board * board,int use_accel) ines_online() argument
730 ines_common_pci_attach(struct gpib_board * board,const struct gpib_board_config * config) ines_common_pci_attach() argument
858 ines_pci_attach(struct gpib_board * board,const struct gpib_board_config * config) ines_pci_attach() argument
873 ines_pci_accel_attach(struct gpib_board * board,const struct gpib_board_config * config) ines_pci_accel_attach() argument
890 ines_isa_attach(struct gpib_board * board,const struct gpib_board_config * config) ines_isa_attach() argument
921 ines_pci_detach(struct gpib_board * board) ines_pci_detach() argument
955 ines_isa_detach(struct gpib_board * board) ines_isa_detach() argument
1306 struct gpib_board *board = arg; ines_pcmcia_interrupt() local
1311 ines_common_pcmcia_attach(struct gpib_board * board) ines_common_pcmcia_attach() argument
1350 ines_pcmcia_attach(struct gpib_board * board,const struct gpib_board_config * config) ines_pcmcia_attach() argument
1365 ines_pcmcia_accel_attach(struct gpib_board * board,const struct gpib_board_config * config) ines_pcmcia_accel_attach() argument
1381 ines_pcmcia_detach(struct gpib_board * board) ines_pcmcia_detach() argument
[all...]
/linux/drivers/gpib/cb7210/
H A Dcb7210.c43 static inline void input_fifo_enable(struct gpib_board *board, int enable) in input_fifo_enable()
79 static int fifo_read(struct gpib_board *board, struct cb7210_priv *cb_priv, u8 *buffer, in fifo_read()
173 static int cb7210_accel_read(struct gpib_board *board, u8 *buffer, in cb7210_accel_read()
232 static inline void output_fifo_enable(struct gpib_board *board, int enable) in output_fifo_enable()
267 static int fifo_write(struct gpib_board *board, u8 *buffer, size_t length, in fifo_write()
353 static int cb7210_accel_write(struct gpib_board *board, u8 *buffer, in cb7210_accel_write()
381 static int cb7210_line_status(const struct gpib_board *board) in cb7210_line_status()
411 static int cb7210_t1_delay(struct gpib_board *board, unsigned int nano_sec) in cb7210_t1_delay()
437 struct gpib_board *board = arg; in cb_pci_interrupt() local
466 static irqreturn_t cb7210_internal_interrupt(struct gpib_board *board) in cb7210_internal_interrupt()
[all …]
/linux/drivers/gpib/tms9914/
H A Dtms9914.c32 int tms9914_take_control(struct gpib_board *board, struct tms9914_priv *priv, int synchronous) in tms9914_take_control()
70 int tms9914_take_control_workaround(struct gpib_board *board, in tms9914_take_control_workaround()
79 int tms9914_go_to_standby(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_go_to_standby()
100 void tms9914_interface_clear(struct gpib_board *board, struct tms9914_priv *priv, int assert) in tms9914_interface_clear()
112 void tms9914_remote_enable(struct gpib_board *board, struct tms9914_priv *priv, int enable) in tms9914_remote_enable()
121 int tms9914_request_system_control(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_request_system_control()
134 unsigned int tms9914_t1_delay(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_t1_delay()
160 void tms9914_return_to_local(const struct gpib_board *board, struct tms9914_priv *priv) in tms9914_return_to_local()
198 int tms9914_enable_eos(struct gpib_board *board, struct tms9914_priv *priv, u8 eos_byte, in tms9914_enable_eos()
209 void tms9914_disable_eos(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_disable_eos()
[all …]
/linux/drivers/gpib/common/
H A Dgpib_os.c88 struct gpib_board *board = timer_container_of(board, t, timer); watchdog_timeout() local
95 os_start_timer(struct gpib_board * board,unsigned int usec_timeout) os_start_timer() argument
111 os_remove_timer(struct gpib_board * board) os_remove_timer() argument
118 io_timed_out(struct gpib_board * board) io_timed_out() argument
148 gpib_request_pseudo_irq(struct gpib_board * board,irqreturn_t (* handler)(int,void *)) gpib_request_pseudo_irq() argument
167 gpib_free_pseudo_irq(struct gpib_board * board) gpib_free_pseudo_irq() argument
186 push_status_byte(struct gpib_board * board,struct gpib_status_queue * device,u8 poll_byte) push_status_byte() argument
220 pop_status_byte(struct gpib_board * board,struct gpib_status_queue * device,u8 * poll_byte) pop_status_byte() argument
251 get_gpib_status_queue(struct gpib_board * board,unsigned int pad,int sad) get_gpib_status_queue() argument
266 get_serial_poll_byte(struct gpib_board * board,unsigned int pad,int sad,unsigned int usec_timeout,u8 * poll_byte) get_serial_poll_byte() argument
278 autopoll_all_devices(struct gpib_board * board) autopoll_all_devices() argument
310 setup_serial_poll(struct gpib_board * board,unsigned int usec_timeout) setup_serial_poll() argument
342 read_serial_poll_byte(struct gpib_board * board,unsigned int pad,int sad,unsigned int usec_timeout,u8 * result) read_serial_poll_byte() argument
387 cleanup_serial_poll(struct gpib_board * board,unsigned int usec_timeout) cleanup_serial_poll() argument
413 serial_poll_single(struct gpib_board * board,unsigned int pad,int sad,unsigned int usec_timeout,u8 * result) serial_poll_single() argument
431 serial_poll_all(struct gpib_board * board,unsigned int usec_timeout) serial_poll_all() argument
478 dvrsp(struct gpib_board * board,unsigned int pad,int sad,unsigned int usec_timeout,u8 * result) dvrsp() argument
530 struct gpib_board *board; ibopen() local
568 struct gpib_board *board; ibclose() local
614 struct gpib_board *board; ibioctl() local
820 board_type_ioctl(struct gpib_file_private * file_priv,struct gpib_board * board,unsigned long arg) board_type_ioctl() argument
872 read_ioctl(struct gpib_file_private * file_priv,struct gpib_board * board,unsigned long arg) read_ioctl() argument
957 command_ioctl(struct gpib_file_private * file_priv,struct gpib_board * board,unsigned long arg) command_ioctl() argument
1050 write_ioctl(struct gpib_file_private * file_priv,struct gpib_board * board,unsigned long arg) write_ioctl() argument
1130 status_bytes_ioctl(struct gpib_board * board,unsigned long arg) status_bytes_ioctl() argument
1153 increment_open_device_count(struct gpib_board * board,struct list_head * head,unsigned int pad,int sad) increment_open_device_count() argument
1189 subtract_open_device_count(struct gpib_board * board,struct list_head * head,unsigned int pad,int sad,unsigned int count) subtract_open_device_count() argument
1218 decrement_open_device_count(struct gpib_board * board,struct list_head * head,unsigned int pad,int sad) decrement_open_device_count() argument
1224 cleanup_open_devices(struct gpib_file_private * file_priv,struct gpib_board * board) cleanup_open_devices() argument
1249 open_dev_ioctl(struct file * filep,struct gpib_board * board,unsigned long arg) open_dev_ioctl() argument
1300 close_dev_ioctl(struct file * filep,struct gpib_board * board,unsigned long arg) close_dev_ioctl() argument
1338 serial_poll_ioctl(struct gpib_board * board,unsigned long arg) serial_poll_ioctl() argument
1359 wait_ioctl(struct gpib_file_private * file_priv,struct gpib_board * board,unsigned long arg) wait_ioctl() argument
1399 parallel_poll_ioctl(struct gpib_board * board,unsigned long arg) parallel_poll_ioctl() argument
1415 online_ioctl(struct gpib_board * board,unsigned long arg) online_ioctl() argument
1459 remote_enable_ioctl(struct gpib_board * board,unsigned long arg) remote_enable_ioctl() argument
1471 take_control_ioctl(struct gpib_board * board,unsigned long arg) take_control_ioctl() argument
1483 line_status_ioctl(struct gpib_board * board,unsigned long arg) line_status_ioctl() argument
1499 pad_ioctl(struct gpib_board * board,struct gpib_file_private * file_priv,unsigned long arg) pad_ioctl() argument
1535 sad_ioctl(struct gpib_board * board,struct gpib_file_private * file_priv,unsigned long arg) sad_ioctl() argument
1570 eos_ioctl(struct gpib_board * board,unsigned long arg) eos_ioctl() argument
1582 request_service_ioctl(struct gpib_board * board,unsigned long arg) request_service_ioctl() argument
1594 request_service2_ioctl(struct gpib_board * board,unsigned long arg) request_service2_ioctl() argument
1661 autospoll_ioctl(struct gpib_board * board,struct gpib_file_private * file_priv,unsigned long arg) autospoll_ioctl() argument
1699 mutex_ioctl(struct gpib_board * board,struct gpib_file_private * file_priv,unsigned long arg) mutex_ioctl() argument
1739 timeout_ioctl(struct gpib_board * board,unsigned long arg) timeout_ioctl() argument
1754 ppc_ioctl(struct gpib_board * board,unsigned long arg) ppc_ioctl() argument
1780 set_local_ppoll_mode_ioctl(struct gpib_board * board,unsigned long arg) set_local_ppoll_mode_ioctl() argument
1797 get_local_ppoll_mode_ioctl(struct gpib_board * board,unsigned long arg) get_local_ppoll_mode_ioctl() argument
1810 query_board_rsv_ioctl(struct gpib_board * board,unsigned long arg) query_board_rsv_ioctl() argument
1824 board_info_ioctl(const struct gpib_board * board,unsigned long arg) board_info_ioctl() argument
1847 interface_clear_ioctl(struct gpib_board * board,unsigned long arg) interface_clear_ioctl() argument
1911 push_gpib_event_nolock(struct gpib_board * board,short event_type) push_gpib_event_nolock() argument
1949 push_gpib_event(struct gpib_board * board,short event_type) push_gpib_event() argument
1967 pop_gpib_event_nolock(struct gpib_board * board,struct gpib_event_queue * queue,short * event_type) pop_gpib_event_nolock() argument
2002 pop_gpib_event(struct gpib_board * board,struct gpib_event_queue * queue,short * event_type) pop_gpib_event() argument
2013 event_ioctl(struct gpib_board * board,unsigned long arg) event_ioctl() argument
2032 request_system_control_ioctl(struct gpib_board * board,unsigned long arg) request_system_control_ioctl() argument
2044 t1_delay_ioctl(struct gpib_board * board,unsigned long arg) t1_delay_ioctl() argument
2112 struct gpib_board *board = &board_array[i]; gpib_unregister_driver() local
2142 init_gpib_board(struct gpib_board * board) init_gpib_board() argument
2177 gpib_allocate_board(struct gpib_board * board) gpib_allocate_board() argument
2190 gpib_deallocate_board(struct gpib_board * board) gpib_deallocate_board() argument
[all...]
/linux/drivers/gpib/nec7210/
H A Dnec7210.c26 int nec7210_enable_eos(struct gpib_board *board, struct nec7210_priv *priv, u8 eos_byte, in nec7210_enable_eos()
40 void nec7210_disable_eos(struct gpib_board *board, struct nec7210_priv *priv) in nec7210_disable_eos()
47 int nec7210_parallel_poll(struct gpib_board *board, struct nec7210_priv *priv, u8 *result) in nec7210_parallel_poll()
67 void nec7210_parallel_poll_configure(struct gpib_board *board, in nec7210_parallel_poll_configure()
74 void nec7210_parallel_poll_response(struct gpib_board *board, struct nec7210_priv *priv, int ist) in nec7210_parallel_poll_response()
89 void nec7210_serial_poll_response(struct gpib_board *board, in nec7210_serial_poll_response()
107 u8 nec7210_serial_poll_status(struct gpib_board *board, struct nec7210_priv *priv) in nec7210_serial_poll_status()
113 int nec7210_primary_address(const struct gpib_board *board, struct nec7210_priv *priv, in nec7210_primary_address()
122 int nec7210_secondary_address(const struct gpib_board *board, struct nec7210_priv *priv, in nec7210_secondary_address()
171 unsigned int nec7210_update_status_nolock(struct gpib_board *board, struct nec7210_priv *priv) in nec7210_update_status_nolock()
[all …]
/linux/drivers/gpib/hp_82341/
H A Dhp_82341.c32 static int hp_82341_accel_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in hp_82341_accel_read()
148 static int restart_write_fifo(struct gpib_board *board, struct hp_82341_priv *hp_priv) in restart_write_fifo()
173 static int hp_82341_accel_write(struct gpib_board *board, u8 *buffer, size_t length, in hp_82341_accel_write()
253 static int hp_82341_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in hp_82341_read()
261 static int hp_82341_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in hp_82341_write()
269 static int hp_82341_command(struct gpib_board *board, u8 *buffer, size_t length, in hp_82341_command()
277 static int hp_82341_take_control(struct gpib_board *board, int synchronous) in hp_82341_take_control()
284 static int hp_82341_go_to_standby(struct gpib_board *board) in hp_82341_go_to_standby()
291 static int hp_82341_request_system_control(struct gpib_board *board, int request_control) in hp_82341_request_system_control()
303 static void hp_82341_interface_clear(struct gpib_board *board, int assert) in hp_82341_interface_clear()
[all …]
/linux/drivers/gpib/tnt4882/
H A Dtnt4882_gpib.c151 static int tnt4882_line_status(const struct gpib_board *board) in tnt4882_line_status()
181 static int tnt4882_t1_delay(struct gpib_board *board, unsigned int nano_sec) in tnt4882_t1_delay()
254 static void tnt4882_release_holdoff(struct gpib_board *board, struct tnt4882_priv *tnt_priv) in tnt4882_release_holdoff()
278 static int tnt4882_accel_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in tnt4882_accel_read()
431 static int write_wait(struct gpib_board *board, struct tnt4882_priv *tnt_priv, in write_wait()
453 static int generic_write(struct gpib_board *board, u8 *buffer, size_t length, in generic_write()
545 static int tnt4882_accel_write(struct gpib_board *board, u8 *buffer, in tnt4882_accel_write()
551 static int tnt4882_command(struct gpib_board *board, u8 *buffer, size_t length, in tnt4882_command()
557 static irqreturn_t tnt4882_internal_interrupt(struct gpib_board *board) in tnt4882_internal_interrupt()
598 static int tnt4882_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in tnt4882_read()
[all …]
/linux/drivers/gpib/agilent_82357a/
H A Dagilent_82357a.c427 static int agilent_82357a_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in agilent_82357a_read() argument
539 agilent_82357a_generic_write(struct gpib_board * board,u8 * buffer,size_t length,int send_commands,int send_eoi,size_t * bytes_written) agilent_82357a_generic_write() argument
680 agilent_82357a_write(struct gpib_board * board,u8 * buffer,size_t length,int send_eoi,size_t * bytes_written) agilent_82357a_write() argument
686 agilent_82357a_command(struct gpib_board * board,u8 * buffer,size_t length,size_t * bytes_written) agilent_82357a_command() argument
692 agilent_82357a_take_control_internal(struct gpib_board * board,int synchronous) agilent_82357a_take_control_internal() argument
711 agilent_82357a_take_control(struct gpib_board * board,int synchronous) agilent_82357a_take_control() argument
741 agilent_82357a_go_to_standby(struct gpib_board * board) agilent_82357a_go_to_standby() argument
760 agilent_82357a_request_system_control(struct gpib_board * board,int request_control) agilent_82357a_request_system_control() argument
790 agilent_82357a_interface_clear(struct gpib_board * board,int assert) agilent_82357a_interface_clear() argument
812 agilent_82357a_remote_enable(struct gpib_board * board,int enable) agilent_82357a_remote_enable() argument
834 agilent_82357a_enable_eos(struct gpib_board * board,u8 eos_byte,int compare_8_bits) agilent_82357a_enable_eos() argument
849 agilent_82357a_disable_eos(struct gpib_board * board) agilent_82357a_disable_eos() argument
856 agilent_82357a_update_status(struct gpib_board * board,unsigned int clear_mask) agilent_82357a_update_status() argument
919 agilent_82357a_primary_address(struct gpib_board * board,unsigned int address) agilent_82357a_primary_address() argument
940 agilent_82357a_secondary_address(struct gpib_board * board,unsigned int address,int enable) agilent_82357a_secondary_address() argument
948 agilent_82357a_parallel_poll(struct gpib_board * board,u8 * result) agilent_82357a_parallel_poll() argument
990 agilent_82357a_parallel_poll_configure(struct gpib_board * board,u8 config) agilent_82357a_parallel_poll_configure() argument
996 agilent_82357a_parallel_poll_response(struct gpib_board * board,int ist) agilent_82357a_parallel_poll_response() argument
1002 agilent_82357a_serial_poll_response(struct gpib_board * board,u8 status) agilent_82357a_serial_poll_response() argument
1008 agilent_82357a_serial_poll_status(struct gpib_board * board) agilent_82357a_serial_poll_status() argument
1014 agilent_82357a_return_to_local(struct gpib_board * board) agilent_82357a_return_to_local() argument
1020 agilent_82357a_line_status(const struct gpib_board * board) agilent_82357a_line_status() argument
1073 agilent_82357a_t1_delay(struct gpib_board * board,unsigned int nanosec) agilent_82357a_t1_delay() argument
1093 struct gpib_board *board = urb->context; agilent_82357a_interrupt_complete() local
1131 agilent_82357a_setup_urbs(struct gpib_board * board) agilent_82357a_setup_urbs() argument
1195 agilent_82357a_allocate_private(struct gpib_board * board) agilent_82357a_allocate_private() argument
1210 agilent_82357a_free_private(struct gpib_board * board) agilent_82357a_free_private() argument
1217 agilent_82357a_init(struct gpib_board * board) agilent_82357a_init() argument
1307 agilent_82357a_attach(struct gpib_board * board,const struct gpib_board_config * config) agilent_82357a_attach() argument
1383 agilent_82357a_go_idle(struct gpib_board * board) agilent_82357a_go_idle() argument
1412 agilent_82357a_detach(struct gpib_board * board) agilent_82357a_detach() argument
1518 struct gpib_board *board = usb_get_intfdata(interface); agilent_82357a_driver_disconnect() local
1553 struct gpib_board *board = usb_get_intfdata(interface); agilent_82357a_driver_suspend() local
1589 struct gpib_board *board; agilent_82357a_driver_resume() local
[all...]
/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c350 static int bb_read(struct gpib_board *board, u8 *buffer, size_t length, in bb_read()
422 struct gpib_board *board = arg; in bb_DAV_interrupt() local
488 static int bb_write(struct gpib_board *board, u8 *buffer, size_t length, in bb_write()
577 struct gpib_board *board = arg; in bb_NRFD_interrupt() local
651 struct gpib_board *board = arg; in bb_NDAC_interrupt() local
712 struct gpib_board *board = arg; in bb_SRQ_interrupt() local
726 static int bb_command(struct gpib_board *board, u8 *buffer, in bb_command()
807 static void bb_buffer_print(struct gpib_board *board, unsigned char *buffer, size_t length, in bb_buffer_print()
840 static void set_atn(struct gpib_board *board, int atn_asserted) in set_atn()
865 static int bb_take_control(struct gpib_board *board, int synchronous) in bb_take_control()
[all …]
/linux/drivers/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c154 static void show_status(struct gpib_board *board) in show_status()
230 static int send_command(struct gpib_board *board, char *msg, int leng) in send_command()
269 static int set_control_line(struct gpib_board *board, int line, int value) in set_control_line()
300 static int one_char(struct gpib_board *board, struct char_buf *b) in one_char()
334 static void set_timeout(struct gpib_board *board) in set_timeout()
382 static int usb_gpib_attach(struct gpib_board *board, const struct gpib_board_config *config) in usb_gpib_attach()
503 static void usb_gpib_detach(struct gpib_board *board) in usb_gpib_detach()
530 static int usb_gpib_command(struct gpib_board *board, in usb_gpib_command()
563 static void usb_gpib_disable_eos(struct gpib_board *board) in usb_gpib_disable_eos()
579 static int usb_gpib_enable_eos(struct gpib_board *board, in usb_gpib_enable_eos()
[all …]
/linux/drivers/gpib/ni_usb/
H A Dni_usb_gpib.c317 static void ni_usb_soft_update_status(struct gpib_board *board, unsigned int ni_usb_ibsta, in ni_usb_soft_update_status() argument
596 ni_usb_read(struct gpib_board * board,u8 * buffer,size_t length,int * end,size_t * bytes_read) ni_usb_read() argument
731 ni_usb_write(struct gpib_board * board,u8 * buffer,size_t length,int send_eoi,size_t * bytes_written) ni_usb_write() argument
835 ni_usb_command_chunk(struct gpib_board * board,u8 * buffer,size_t length,size_t * command_bytes_written) ni_usb_command_chunk() argument
929 ni_usb_command(struct gpib_board * board,u8 * buffer,size_t length,size_t * bytes_written) ni_usb_command() argument
946 ni_usb_take_control(struct gpib_board * board,int synchronous) ni_usb_take_control() argument
1007 ni_usb_go_to_standby(struct gpib_board * board) ni_usb_go_to_standby() argument
1066 ni_usb_request_system_control(struct gpib_board * board,int request_control) ni_usb_request_system_control() argument
1117 ni_usb_interface_clear(struct gpib_board * board,int assert) ni_usb_interface_clear() argument
1166 ni_usb_remote_enable(struct gpib_board * board,int enable) ni_usb_remote_enable() argument
1193 ni_usb_enable_eos(struct gpib_board * board,u8 eos_byte,int compare_8_bits) ni_usb_enable_eos() argument
1206 ni_usb_disable_eos(struct gpib_board * board) ni_usb_disable_eos() argument
1217 ni_usb_update_status(struct gpib_board * board,unsigned int clear_mask) ni_usb_update_status() argument
1272 ni_usb_primary_address(struct gpib_board * board,unsigned int address) ni_usb_primary_address() argument
1330 ni_usb_secondary_address(struct gpib_board * board,unsigned int address,int enable) ni_usb_secondary_address() argument
1352 ni_usb_parallel_poll(struct gpib_board * board,u8 * result) ni_usb_parallel_poll() argument
1407 ni_usb_parallel_poll_configure(struct gpib_board * board,u8 config) ni_usb_parallel_poll_configure() argument
1432 ni_usb_parallel_poll_response(struct gpib_board * board,int ist) ni_usb_parallel_poll_response() argument
1460 ni_usb_serial_poll_response(struct gpib_board * board,u8 status) ni_usb_serial_poll_response() argument
1485 ni_usb_serial_poll_status(struct gpib_board * board) ni_usb_serial_poll_status() argument
1490 ni_usb_return_to_local(struct gpib_board * board) ni_usb_return_to_local() argument
1515 ni_usb_line_status(const struct gpib_board * board) ni_usb_line_status() argument
1634 ni_usb_t1_delay(struct gpib_board * board,unsigned int nano_sec) ni_usb_t1_delay() argument
1658 ni_usb_allocate_private(struct gpib_board * board) ni_usb_allocate_private() argument
1680 ni_usb_setup_init(struct gpib_board * board,struct ni_usb_register * writes) ni_usb_setup_init() argument
1787 ni_usb_init(struct gpib_board * board) ni_usb_init() argument
1818 struct gpib_board *board = urb->context; ni_usb_interrupt_complete() local
1854 ni_usb_set_interrupt_monitor(struct gpib_board * board,unsigned int monitored_bits) ni_usb_set_interrupt_monitor() argument
1885 ni_usb_setup_urbs(struct gpib_board * board) ni_usb_setup_urbs() argument
2227 ni_usb_attach(struct gpib_board * board,const struct gpib_board_config * config) ni_usb_attach() argument
2360 ni_usb_detach(struct gpib_board * board) ni_usb_detach() argument
2466 struct gpib_board *board = usb_get_intfdata(interface); ni_usb_driver_disconnect() local
2494 struct gpib_board *board; ni_usb_driver_suspend() local
2538 struct gpib_board *board; ni_usb_driver_resume() local
[all...]
/linux/drivers/comedi/drivers/
H A Damplc_dio200_common.c156 const struct dio200_board *board = dev->board_ptr; in dio200_read8() local
167 const struct dio200_board *board = dev->board_ptr; in dio200_write8() local
178 const struct dio200_board *board = dev->board_ptr; in dio200_read32() local
189 const struct dio200_board *board = dev->board_ptr; in dio200_write32() local
200 const struct dio200_board *board = dev->board_ptr; in dio200_subdev_8254_offset() local
223 const struct dio200_board *board = dev->board_ptr; in dio200_subdev_intr_insn_bits() local
240 const struct dio200_board *board = dev->board_ptr; in dio200_stop_intr() local
252 const struct dio200_board *board = dev->board_ptr; in dio200_start_intr() local
317 const struct dio200_board *board = dev->board_ptr; in dio200_handle_read_intr() local
476 const struct dio200_board *board = dev->board_ptr; in dio200_subdev_intr_init() local
[all …]
/linux/arch/mips/bcm47xx/
H A Dboard.c9 const enum bcm47xx_board board; member
14 struct bcm47xx_board_type board; member
19 struct bcm47xx_board_type board; member
25 struct bcm47xx_board_type board; member
32 enum bcm47xx_board board; member
/linux/arch/sparc/kernel/
H A Dsun4d_irq.c38 static unsigned int sun4d_encode_irq(int board, int lvl, int slot) in sun4d_encode_irq()
260 int board = of_getintprop_default(dp, "board#", 0); in sun4d_distribute_irqs() local
291 unsigned int board) in _sun4d_build_device_irq()
333 int board, slot; in sun4d_build_device_irq() local
387 static unsigned int sun4d_build_timer_irq(unsigned int board, in sun4d_build_timer_irq()
425 int board; in sun4d_init_timers() local
492 int board = of_getintprop_default(dp, "board#", 0); in sun4d_init_sbi_irq() local
/linux/drivers/media/common/siano/
H A Dsms-cards.c260 struct sms_board *board = sms_get_board(board_id); in sms_board_setup() local
282 struct sms_board *board = sms_get_board(board_id); in sms_board_power() local
304 struct sms_board *board = sms_get_board(board_id); in sms_board_led_feedback() local
327 struct sms_board *board = sms_get_board(board_id); in sms_board_lna_control() local
/linux/drivers/nubus/
H A Dnubus.c230 nubus_get_root_dir(const struct nubus_board * board,struct nubus_dir * dir) nubus_get_root_dir() argument
250 nubus_get_board_dir(const struct nubus_board * board,struct nubus_dir * dir) nubus_get_board_dir() argument
349 nubus_get_block_rsrc_dir(struct nubus_board * board,struct proc_dir_entry * procdir,const struct nubus_dirent * parent) nubus_get_block_rsrc_dir() argument
369 nubus_get_display_vidmode(struct nubus_board * board,struct proc_dir_entry * procdir,const struct nubus_dirent * parent) nubus_get_display_vidmode() argument
501 nubus_get_functional_resource(struct nubus_board * board,int slot,const struct nubus_dirent * parent) nubus_get_functional_resource() argument
596 nubus_get_icon(struct nubus_board * board,struct proc_dir_entry * procdir,const struct nubus_dirent * ent) nubus_get_icon() argument
615 nubus_get_vendorinfo(struct nubus_board * board,struct proc_dir_entry * procdir,const struct nubus_dirent * parent) nubus_get_vendorinfo() argument
642 nubus_get_board_resource(struct nubus_board * board,int slot,const struct nubus_dirent * parent) nubus_get_board_resource() argument
730 struct nubus_board *board; nubus_add_board() local
[all...]
/linux/drivers/tty/serial/8250/
H A D8250_pci.c137 const struct pciserial_board *board; member
194 addidata_apci7800_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) addidata_apci7800_setup() argument
221 afavlab_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) afavlab_setup() argument
276 pci_hp_diva_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_hp_diva_setup() argument
445 sbs_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) sbs_setup() argument
600 pci_siig_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_siig_setup() argument
693 pci_timedia_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_timedia_setup() argument
727 titan_400l_800l_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) titan_400l_800l_setup() argument
828 pci_ni8430_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_ni8430_setup() argument
855 pci_netmos_9900_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_netmos_9900_setup() argument
1307 pci_oxsemi_tornado_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * up,int idx) pci_oxsemi_tornado_setup() argument
1547 pci_quatech_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_quatech_setup() argument
1564 pci_default_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_default_setup() argument
1586 ce4100_serial_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) ce4100_serial_setup() argument
1602 pci_omegapci_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_omegapci_setup() argument
1610 pci_brcm_trumanage_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_brcm_trumanage_setup() argument
1662 pci_fintek_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_fintek_setup() argument
1775 pci_fintek_f815xxa_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_fintek_f815xxa_setup() argument
1835 skip_tx_en_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) skip_tx_en_setup() argument
1882 kt_serial_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) kt_serial_setup() argument
1905 pci_wch_ch353_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_wch_ch353_setup() argument
1918 pci_wch_ch355_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_wch_ch355_setup() argument
1931 pci_wch_ch38x_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_wch_ch38x_setup() argument
1984 pci_sunix_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_sunix_setup() argument
2121 pci_moxa_setup(struct serial_private * priv,const struct pciserial_board * board,struct uart_8250_port * port,int idx) pci_moxa_setup() argument
4105 serial_pci_guess_board(struct pci_dev * dev,struct pciserial_board * board) serial_pci_guess_board() argument
4169 serial_pci_matches(const struct pciserial_board * board,const struct pciserial_board * guessed) serial_pci_matches() argument
4181 pciserial_init_ports(struct pci_dev * dev,const struct pciserial_board * board) pciserial_init_ports() argument
4340 const struct pciserial_board *board; pciserial_init_one() local
[all...]
/linux/drivers/net/can/sja1000/
H A Dkvaser_pci.c120 struct kvaser_pci *board = priv->priv; in kvaser_pci_disable_irq() local
132 struct kvaser_pci *board = priv->priv; in kvaser_pci_enable_irq() local
163 struct kvaser_pci *board; in kvaser_pci_del_chan() local
204 struct kvaser_pci *board; in kvaser_pci_add_chan() local
284 struct kvaser_pci *board; in kvaser_pci_init_one() local
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c90 struct falcon_board *board = falcon_board(efx); in ef4_init_lm87() local
403 struct falcon_board *board = falcon_board(efx); in sfe4001_fini() local
452 struct falcon_board *board = falcon_board(efx); in sfe4001_init() local
557 struct falcon_board *board = falcon_board(efx); in sfe4002_check_hw() local
665 struct falcon_board *board = falcon_board(efx); in sfe4003_set_id_led() local
678 struct falcon_board *board = falcon_board(efx); in sfe4003_init_phy() local
690 struct falcon_board *board = falcon_board(efx); in sfe4003_check_hw() local
743 struct falcon_board *board = falcon_board(efx); in falcon_probe_board() local

1234567