Home
last modified time | relevance | path

Searched defs:board (Results 1 – 25 of 174) 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/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/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/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/common/
H A Diblib.c24 int ibcac(struct gpib_board *board, int sync, int fallback_to_async) in ibcac()
66 static int check_for_command_acceptors(struct gpib_board *board) in check_for_command_acceptors()
101 int ibcmd(struct gpib_board *board, u8 *buf, size_t length, size_t *bytes_written) in ibcmd()
136 int ibgts(struct gpib_board *board) in ibgts()
151 static int autospoll_wait_should_wake_up(struct gpib_board *board) in autospoll_wait_should_wake_up()
167 struct gpib_board *board = board_void; in autospoll_thread() local
204 int ibonline(struct gpib_board *board) in ibonline()
244 int iboffline(struct gpib_board *board) in iboffline()
276 int iblines(const struct gpib_board *board, short *lines) in iblines()
303 int ibrd(struct gpib_board *board, u8 *buf, size_t length, int *end_flag, size_t *nbytes) in ibrd()
[all …]
H A Dgpib_os.c88 struct gpib_board *board = timer_container_of(board, t, timer); in watchdog_timeout() local
95 void os_start_timer(struct gpib_board *board, unsigned int usec_timeout) in os_start_timer()
111 void os_remove_timer(struct gpib_board *board) in os_remove_timer()
118 int io_timed_out(struct gpib_board *board) in io_timed_out()
148 int gpib_request_pseudo_irq(struct gpib_board *board, irqreturn_t (*handler)(int, void *)) in gpib_request_pseudo_irq()
167 void gpib_free_pseudo_irq(struct gpib_board *board) in gpib_free_pseudo_irq()
186 int push_status_byte(struct gpib_board *board, struct gpib_status_queue *device, u8 poll_byte) in push_status_byte()
220 int pop_status_byte(struct gpib_board *board, struct gpib_status_queue *device, u8 *poll_byte) in pop_status_byte()
251 struct gpib_status_queue *get_gpib_status_queue(struct gpib_board *board, unsigned int pad, int sad) in get_gpib_status_queue()
266 int get_serial_poll_byte(struct gpib_board *board, unsigned int pad, int sad, in get_serial_poll_byte()
[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()
70 static int ines_t1_delay(struct gpib_board *board, unsigned int nano_sec) in ines_t1_delay()
100 static ssize_t pio_read(struct gpib_board *board, struct ines_priv *ines_priv, u8 *buffer, in pio_read()
138 static int ines_accel_read(struct gpib_board *board, u8 *buffer, in ines_accel_read()
195 static int ines_write_wait(struct gpib_board *board, struct ines_priv *ines_priv, in ines_write_wait()
218 static int ines_accel_write(struct gpib_board *board, u8 *buffer, size_t length, in ines_accel_write()
271 struct gpib_board *board = arg; in ines_pci_interrupt() local
286 static irqreturn_t ines_interrupt(struct gpib_board *board) in ines_interrupt()
398 static int ines_read(struct gpib_board *board, u8 *buffer, size_t length, in ines_read()
417 static int ines_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in ines_write()
[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/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()
539 static ssize_t agilent_82357a_generic_write(struct gpib_board *board, in agilent_82357a_generic_write()
680 static int agilent_82357a_write(struct gpib_board *board, u8 *buffer, in agilent_82357a_write()
686 int agilent_82357a_command(struct gpib_board *board, u8 *buffer, size_t length, in agilent_82357a_command()
692 int agilent_82357a_take_control_internal(struct gpib_board *board, int synchronous) in agilent_82357a_take_control_internal()
711 static int agilent_82357a_take_control(struct gpib_board *board, int synchronous) in agilent_82357a_take_control()
741 static int agilent_82357a_go_to_standby(struct gpib_board *board) in agilent_82357a_go_to_standby()
760 static int agilent_82357a_request_system_control(struct gpib_board *board, int request_control) in agilent_82357a_request_system_control()
790 static void agilent_82357a_interface_clear(struct gpib_board *board, int assert) in agilent_82357a_interface_clear()
812 static void agilent_82357a_remote_enable(struct gpib_board *board, int enable) in agilent_82357a_remote_enable()
[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.c153 static void show_status(struct gpib_board *board) in show_status()
233 static int send_command(struct gpib_board *board, char *msg, int leng) in send_command()
272 static int set_control_line(struct gpib_board *board, int line, int value) in set_control_line()
303 static int one_char(struct gpib_board *board, struct char_buf *b) in one_char()
337 static void set_timeout(struct gpib_board *board) in set_timeout()
385 static int usb_gpib_attach(struct gpib_board *board, const struct gpib_board_config *config) in usb_gpib_attach()
506 static void usb_gpib_detach(struct gpib_board *board) in usb_gpib_detach()
533 static int usb_gpib_command(struct gpib_board *board, in usb_gpib_command()
566 static void usb_gpib_disable_eos(struct gpib_board *board) in usb_gpib_disable_eos()
582 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()
596 static int ni_usb_read(struct gpib_board *board, u8 *buffer, size_t length, in ni_usb_read()
731 static int ni_usb_write(struct gpib_board *board, u8 *buffer, size_t length, in ni_usb_write()
835 static int ni_usb_command_chunk(struct gpib_board *board, u8 *buffer, size_t length, in ni_usb_command_chunk()
929 static int ni_usb_command(struct gpib_board *board, u8 *buffer, size_t length, in ni_usb_command()
946 static int ni_usb_take_control(struct gpib_board *board, int synchronous) in ni_usb_take_control()
1007 static int ni_usb_go_to_standby(struct gpib_board *board) in ni_usb_go_to_standby()
1066 static int ni_usb_request_system_control(struct gpib_board *board, int request_control) in ni_usb_request_system_control()
1117 static void ni_usb_interface_clear(struct gpib_board *board, int assert) in ni_usb_interface_clear()
1166 static void ni_usb_remote_enable(struct gpib_board *board, int enable) in ni_usb_remote_enable()
[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/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/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/nubus/
H A Dnubus.c226 int nubus_get_root_dir(const struct nubus_board *board, in nubus_get_root_dir()
246 int nubus_get_board_dir(const struct nubus_board *board, in nubus_get_board_dir()
345 static int __init nubus_get_block_rsrc_dir(struct nubus_board *board, in nubus_get_block_rsrc_dir()
365 static int __init nubus_get_display_vidmode(struct nubus_board *board, in nubus_get_display_vidmode()
497 nubus_get_functional_resource(struct nubus_board *board, int slot, in nubus_get_functional_resource()
592 static int __init nubus_get_icon(struct nubus_board *board, in nubus_get_icon()
611 static int __init nubus_get_vendorinfo(struct nubus_board *board, in nubus_get_vendorinfo()
638 static int __init nubus_get_board_resource(struct nubus_board *board, int slot, in nubus_get_board_resource()
726 struct nubus_board *board; in nubus_add_board() local
/linux/drivers/tty/serial/8250/
H A D8250_pci.c135 const struct pciserial_board *board; member
188 const struct pciserial_board *board, in addidata_apci7800_setup()
215 afavlab_setup(struct serial_private *priv, const struct pciserial_board *board, in afavlab_setup()
270 const struct pciserial_board *board, in pci_hp_diva_setup()
439 sbs_setup(struct serial_private *priv, const struct pciserial_board *board, in sbs_setup()
594 const struct pciserial_board *board, in pci_siig_setup()
687 const struct pciserial_board *board, in pci_timedia_setup()
721 const struct pciserial_board *board, in titan_400l_800l_setup()
822 const struct pciserial_board *board, in pci_ni8430_setup()
849 const struct pciserial_board *board, in pci_netmos_9900_setup()
[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

1234567