Home
last modified time | relevance | path

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

12345678

/linux-6.14.4/drivers/staging/gpib/pc2/
Dpc2_gpib.c67 gpib_board_t *board = arg; in pc2_interrupt() local
80 gpib_board_t *board = arg; in pc2a_interrupt() local
99 static int pc2_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, in pc2_read()
107 static int pc2_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in pc2_write()
115 static int pc2_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written) in pc2_command()
122 static int pc2_take_control(gpib_board_t *board, int synchronous) in pc2_take_control()
129 static int pc2_go_to_standby(gpib_board_t *board) in pc2_go_to_standby()
136 static void pc2_request_system_control(gpib_board_t *board, int request_control) in pc2_request_system_control()
143 static void pc2_interface_clear(gpib_board_t *board, int assert) in pc2_interface_clear()
150 static void pc2_remote_enable(gpib_board_t *board, int enable) in pc2_remote_enable()
[all …]
/linux-6.14.4/drivers/staging/gpib/cec/
Dcec_gpib.c24 gpib_board_t *board = arg; in cec_interrupt() local
44 int cec_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, size_t *bytes_read) in cec_read()
51 int cec_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in cec_write()
59 int cec_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written) in cec_command()
66 int cec_take_control(gpib_board_t *board, int synchronous) in cec_take_control()
73 int cec_go_to_standby(gpib_board_t *board) in cec_go_to_standby()
80 void cec_request_system_control(gpib_board_t *board, int request_control) in cec_request_system_control()
87 void cec_interface_clear(gpib_board_t *board, int assert) in cec_interface_clear()
94 void cec_remote_enable(gpib_board_t *board, int enable) in cec_remote_enable()
101 int cec_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in cec_enable_eos()
[all …]
/linux-6.14.4/drivers/staging/gpib/hp_82335/
Dhp82335.c28 int hp82335_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, size_t *bytes_read) in hp82335_read()
35 int hp82335_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in hp82335_write()
43 int hp82335_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written) in hp82335_command()
50 int hp82335_take_control(gpib_board_t *board, int synchronous) in hp82335_take_control()
57 int hp82335_go_to_standby(gpib_board_t *board) in hp82335_go_to_standby()
64 void hp82335_request_system_control(gpib_board_t *board, int request_control) in hp82335_request_system_control()
71 void hp82335_interface_clear(gpib_board_t *board, int assert) in hp82335_interface_clear()
78 void hp82335_remote_enable(gpib_board_t *board, int enable) in hp82335_remote_enable()
85 int hp82335_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in hp82335_enable_eos()
92 void hp82335_disable_eos(gpib_board_t *board) in hp82335_disable_eos()
[all …]
/linux-6.14.4/drivers/staging/gpib/common/
Diblib.c22 int ibcac(gpib_board_t *board, int sync, int fallback_to_async) in ibcac()
64 static int check_for_command_acceptors(gpib_board_t *board) in check_for_command_acceptors()
106 int ibcmd(gpib_board_t *board, uint8_t *buf, size_t length, size_t *bytes_written) in ibcmd()
143 int ibgts(gpib_board_t *board) in ibgts()
162 static int autospoll_wait_should_wake_up(gpib_board_t *board) in autospoll_wait_should_wake_up()
178 gpib_board_t *board = board_void; in autospoll_thread() local
216 int ibonline(gpib_board_t *board) in ibonline()
256 int iboffline(gpib_board_t *board) in iboffline()
288 int iblines(const gpib_board_t *board, short *lines) in iblines()
315 int ibrd(gpib_board_t *board, uint8_t *buf, size_t length, int *end_flag, size_t *nbytes) in ibrd()
[all …]
Dgpib_os.c82 gpib_board_t *board = from_timer(board, t, timer); in watchdog_timeout() local
89 void os_start_timer(gpib_board_t *board, unsigned int usec_timeout) in os_start_timer()
105 void os_remove_timer(gpib_board_t *board) in os_remove_timer()
112 int io_timed_out(gpib_board_t *board) in io_timed_out()
140 int gpib_request_pseudo_irq(gpib_board_t *board, irqreturn_t (*handler)(int, void *)) in gpib_request_pseudo_irq()
159 void gpib_free_pseudo_irq(gpib_board_t *board) in gpib_free_pseudo_irq()
178 int push_status_byte(gpib_board_t *board, gpib_status_queue_t *device, u8 poll_byte) in push_status_byte()
212 int pop_status_byte(gpib_board_t *board, gpib_status_queue_t *device, u8 *poll_byte) in pop_status_byte()
243 gpib_status_queue_t *get_gpib_status_queue(gpib_board_t *board, unsigned int pad, int sad) in get_gpib_status_queue()
258 int get_serial_poll_byte(gpib_board_t *board, unsigned int pad, int sad, unsigned int usec_timeout, in get_serial_poll_byte()
[all …]
/linux-6.14.4/drivers/staging/gpib/agilent_82350b/
Dagilent_82350b.c23 int agilent_82350b_accel_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, in agilent_82350b_accel_read()
133 static int translate_wait_return_value(gpib_board_t *board, int retval) in translate_wait_return_value()
154 int agilent_82350b_accel_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in agilent_82350b_accel_write()
254 unsigned short read_and_clear_event_status(gpib_board_t *board) in read_and_clear_event_status()
273 gpib_board_t *board = arg; in agilent_82350b_interrupt() local
329 int agilent_82350b_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, in agilent_82350b_read()
338 int agilent_82350b_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in agilent_82350b_write()
347 int agilent_82350b_command(gpib_board_t *board, uint8_t *buffer, size_t length, in agilent_82350b_command()
356 int agilent_82350b_take_control(gpib_board_t *board, int synchronous) in agilent_82350b_take_control()
364 int agilent_82350b_go_to_standby(gpib_board_t *board) in agilent_82350b_go_to_standby()
[all …]
/linux-6.14.4/drivers/staging/gpib/fmh_gpib/
Dfmh_gpib.c43 static int fmh_gpib_read(gpib_board_t *board, uint8_t *buffer, size_t length, in fmh_gpib_read()
51 static int fmh_gpib_write(gpib_board_t *board, uint8_t *buffer, size_t length, in fmh_gpib_write()
59 static int fmh_gpib_command(gpib_board_t *board, uint8_t *buffer, size_t length, in fmh_gpib_command()
67 static int fmh_gpib_take_control(gpib_board_t *board, int synchronous) in fmh_gpib_take_control()
74 static int fmh_gpib_go_to_standby(gpib_board_t *board) in fmh_gpib_go_to_standby()
81 static void fmh_gpib_request_system_control(gpib_board_t *board, int request_control) in fmh_gpib_request_system_control()
89 static void fmh_gpib_interface_clear(gpib_board_t *board, int assert) in fmh_gpib_interface_clear()
96 static void fmh_gpib_remote_enable(gpib_board_t *board, int enable) in fmh_gpib_remote_enable()
103 static int fmh_gpib_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in fmh_gpib_enable_eos()
110 static void fmh_gpib_disable_eos(gpib_board_t *board) in fmh_gpib_disable_eos()
[all …]
/linux-6.14.4/drivers/staging/gpib/eastwood/
Dfluke_gpib.c53 static int fluke_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, in fluke_read()
61 static int fluke_write(gpib_board_t *board, uint8_t *buffer, size_t length, in fluke_write()
69 static int fluke_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written) in fluke_command()
76 static int fluke_take_control(gpib_board_t *board, int synchronous) in fluke_take_control()
83 static int fluke_go_to_standby(gpib_board_t *board) in fluke_go_to_standby()
90 static void fluke_request_system_control(gpib_board_t *board, int request_control) in fluke_request_system_control()
98 static void fluke_interface_clear(gpib_board_t *board, int assert) in fluke_interface_clear()
105 static void fluke_remote_enable(gpib_board_t *board, int enable) in fluke_remote_enable()
112 static int fluke_enable_eos(gpib_board_t *board, uint8_t eos_byte, int compare_8_bits) in fluke_enable_eos()
119 static void fluke_disable_eos(gpib_board_t *board) in fluke_disable_eos()
[all …]
/linux-6.14.4/drivers/staging/gpib/tms9914/
Dtms9914.c29 int tms9914_take_control(gpib_board_t *board, struct tms9914_priv *priv, int synchronous) in tms9914_take_control()
66 int tms9914_take_control_workaround(gpib_board_t *board, struct tms9914_priv *priv, int synchronous) in tms9914_take_control_workaround()
74 int tms9914_go_to_standby(gpib_board_t *board, struct tms9914_priv *priv) in tms9914_go_to_standby()
97 void tms9914_interface_clear(gpib_board_t *board, struct tms9914_priv *priv, int assert) in tms9914_interface_clear()
109 void tms9914_remote_enable(gpib_board_t *board, struct tms9914_priv *priv, int enable) in tms9914_remote_enable()
118 void tms9914_request_system_control(gpib_board_t *board, struct tms9914_priv *priv, in tms9914_request_system_control()
130 unsigned int tms9914_t1_delay(gpib_board_t *board, struct tms9914_priv *priv, in tms9914_t1_delay()
156 void tms9914_return_to_local(const gpib_board_t *board, struct tms9914_priv *priv) in tms9914_return_to_local()
194 int tms9914_enable_eos(gpib_board_t *board, struct tms9914_priv *priv, uint8_t eos_byte, in tms9914_enable_eos()
205 void tms9914_disable_eos(gpib_board_t *board, struct tms9914_priv *priv) in tms9914_disable_eos()
[all …]
/linux-6.14.4/drivers/staging/gpib/cb7210/
Dcb7210.c36 static inline void input_fifo_enable(gpib_board_t *board, int enable) in input_fifo_enable()
72 static int fifo_read(gpib_board_t *board, struct cb7210_priv *cb_priv, uint8_t *buffer, in fifo_read()
168 int cb7210_accel_read(gpib_board_t *board, uint8_t *buffer, in cb7210_accel_read()
228 static inline void output_fifo_enable(gpib_board_t *board, int enable) in output_fifo_enable()
263 static int fifo_write(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written) in fifo_write()
350 int cb7210_accel_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in cb7210_accel_write()
378 int cb7210_line_status(const gpib_board_t *board) in cb7210_line_status()
410 unsigned int cb7210_t1_delay(gpib_board_t *board, unsigned int nano_sec) in cb7210_t1_delay()
436 gpib_board_t *board = arg; in cb_pci_interrupt() local
465 irqreturn_t cb7210_internal_interrupt(gpib_board_t *board) in cb7210_internal_interrupt()
[all …]
/linux-6.14.4/drivers/staging/gpib/nec7210/
Dnec7210.c24 int nec7210_enable_eos(gpib_board_t *board, struct nec7210_priv *priv, uint8_t eos_byte, in nec7210_enable_eos()
38 void nec7210_disable_eos(gpib_board_t *board, struct nec7210_priv *priv) in nec7210_disable_eos()
45 int nec7210_parallel_poll(gpib_board_t *board, struct nec7210_priv *priv, uint8_t *result) in nec7210_parallel_poll()
65 void nec7210_parallel_poll_configure(gpib_board_t *board, in nec7210_parallel_poll_configure()
72 void nec7210_parallel_poll_response(gpib_board_t *board, struct nec7210_priv *priv, int ist) in nec7210_parallel_poll_response()
86 void nec7210_serial_poll_response(gpib_board_t *board, struct nec7210_priv *priv, uint8_t status) in nec7210_serial_poll_response()
103 uint8_t nec7210_serial_poll_status(gpib_board_t *board, struct nec7210_priv *priv) in nec7210_serial_poll_status()
109 int nec7210_primary_address(const gpib_board_t *board, struct nec7210_priv *priv, in nec7210_primary_address()
118 int nec7210_secondary_address(const gpib_board_t *board, struct nec7210_priv *priv, in nec7210_secondary_address()
167 unsigned int nec7210_update_status_nolock(gpib_board_t *board, struct nec7210_priv *priv) in nec7210_update_status_nolock()
[all …]
/linux-6.14.4/drivers/staging/gpib/hp_82341/
Dhp_82341.c20 int hp_82341_accel_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, in hp_82341_accel_read()
141 static int restart_write_fifo(gpib_board_t *board, struct hp_82341_priv *hp_priv) in restart_write_fifo()
166 int hp_82341_accel_write(gpib_board_t *board, uint8_t *buffer, size_t length, in hp_82341_accel_write()
252 int hp_82341_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, size_t *bytes_read) in hp_82341_read()
259 int hp_82341_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in hp_82341_write()
267 int hp_82341_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written) in hp_82341_command()
274 int hp_82341_take_control(gpib_board_t *board, int synchronous) in hp_82341_take_control()
281 int hp_82341_go_to_standby(gpib_board_t *board) in hp_82341_go_to_standby()
288 void hp_82341_request_system_control(gpib_board_t *board, int request_control) in hp_82341_request_system_control()
300 void hp_82341_interface_clear(gpib_board_t *board, int assert) in hp_82341_interface_clear()
[all …]
/linux-6.14.4/drivers/staging/gpib/ines/
Dines_gpib.c24 int ines_line_status(const gpib_board_t *board) in ines_line_status()
66 unsigned int ines_t1_delay(gpib_board_t *board, unsigned int nano_sec) in ines_t1_delay()
96 static ssize_t pio_read(gpib_board_t *board, struct ines_priv *ines_priv, uint8_t *buffer, in pio_read()
137 int ines_accel_read(gpib_board_t *board, uint8_t *buffer, in ines_accel_read()
194 static int ines_write_wait(gpib_board_t *board, struct ines_priv *ines_priv, in ines_write_wait()
218 int ines_accel_write(gpib_board_t *board, uint8_t *buffer, size_t length, in ines_accel_write()
271 gpib_board_t *board = arg; in ines_pci_interrupt() local
286 irqreturn_t ines_interrupt(gpib_board_t *board) in ines_interrupt()
398 int ines_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, size_t *bytes_read) in ines_read()
416 int ines_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in ines_write()
[all …]
/linux-6.14.4/drivers/staging/gpib/tnt4882/
Dtnt4882_gpib.c191 int tnt4882_line_status(const gpib_board_t *board) in tnt4882_line_status()
221 unsigned int tnt4882_t1_delay(gpib_board_t *board, unsigned int nano_sec) in tnt4882_t1_delay()
294 static void tnt4882_release_holdoff(gpib_board_t *board, struct tnt4882_priv *tnt_priv) in tnt4882_release_holdoff()
317 int tnt4882_accel_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, in tnt4882_accel_read()
479 static int write_wait(gpib_board_t *board, struct tnt4882_priv *tnt_priv, in write_wait()
508 static int generic_write(gpib_board_t *board, uint8_t *buffer, size_t length, in generic_write()
599 int tnt4882_accel_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, in tnt4882_accel_write()
605 int tnt4882_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written) in tnt4882_command()
610 irqreturn_t tnt4882_internal_interrupt(gpib_board_t *board) in tnt4882_internal_interrupt()
666 int tnt4882_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, size_t *bytes_read) in tnt4882_read()
[all …]
/linux-6.14.4/drivers/staging/gpib/agilent_82357a/
Dagilent_82357a.c425 static int agilent_82357a_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, in agilent_82357a_read()
536 static ssize_t agilent_82357a_generic_write(gpib_board_t *board, uint8_t *buffer, size_t length, in agilent_82357a_generic_write()
675 static int agilent_82357a_write(gpib_board_t *board, uint8_t *buffer, size_t length, in agilent_82357a_write()
681 int agilent_82357a_command(gpib_board_t *board, uint8_t *buffer, size_t length, in agilent_82357a_command()
687 int agilent_82357a_take_control_internal(gpib_board_t *board, int synchronous) in agilent_82357a_take_control_internal()
706 static int agilent_82357a_take_control(gpib_board_t *board, int synchronous) in agilent_82357a_take_control()
735 static int agilent_82357a_go_to_standby(gpib_board_t *board) in agilent_82357a_go_to_standby()
755 static void agilent_82357a_request_system_control(gpib_board_t *board, int request_control) in agilent_82357a_request_system_control()
787 static void agilent_82357a_interface_clear(gpib_board_t *board, int assert) in agilent_82357a_interface_clear()
809 static void agilent_82357a_remote_enable(gpib_board_t *board, int enable) in agilent_82357a_remote_enable()
[all …]
/linux-6.14.4/drivers/staging/gpib/gpio/
Dgpib_bitbang.c357 static int bb_read(gpib_board_t *board, uint8_t *buffer, size_t length, in bb_read()
429 gpib_board_t *board = arg; in bb_DAV_interrupt() local
495 static int bb_write(gpib_board_t *board, uint8_t *buffer, size_t length, in bb_write()
585 gpib_board_t *board = arg; in bb_NRFD_interrupt() local
658 gpib_board_t *board = arg; in bb_NDAC_interrupt() local
719 gpib_board_t *board = arg; in bb_SRQ_interrupt() local
733 static int bb_command(gpib_board_t *board, uint8_t *buffer, in bb_command()
869 static int bb_take_control(gpib_board_t *board, int synchronous) in bb_take_control()
877 static int bb_go_to_standby(gpib_board_t *board) in bb_go_to_standby()
884 static void bb_request_system_control(gpib_board_t *board, int request_control) in bb_request_system_control()
[all …]
/linux-6.14.4/drivers/staging/gpib/lpvo_usb_gpib/
Dlpvo_usb_gpib.c146 #define SHOW_STATUS(board) { \ argument
265 static int send_command(gpib_board_t *board, char *msg, int leng) in send_command()
313 static int set_control_line(gpib_board_t *board, int line, int value) in set_control_line()
344 static int one_char(gpib_board_t *board, struct char_buf *b) in one_char()
384 static void set_timeout(gpib_board_t *board) in set_timeout()
434 static int usb_gpib_attach(gpib_board_t *board, const gpib_board_config_t *config) in usb_gpib_attach()
556 static void usb_gpib_detach(gpib_board_t *board) in usb_gpib_detach()
584 static int usb_gpib_command(gpib_board_t *board, in usb_gpib_command()
617 static void usb_gpib_disable_eos(gpib_board_t *board) in usb_gpib_disable_eos()
633 static int usb_gpib_enable_eos(gpib_board_t *board, in usb_gpib_enable_eos()
[all …]
/linux-6.14.4/drivers/staging/gpib/ni_usb/
Dni_usb_gpib.c313 static void ni_usb_soft_update_status(gpib_board_t *board, unsigned int ni_usb_ibsta, in ni_usb_soft_update_status()
590 static int ni_usb_read(gpib_board_t *board, uint8_t *buffer, size_t length, in ni_usb_read()
720 static int ni_usb_write(gpib_board_t *board, uint8_t *buffer, size_t length, in ni_usb_write()
823 static int ni_usb_command_chunk(gpib_board_t *board, uint8_t *buffer, size_t length, in ni_usb_command_chunk()
916 static int ni_usb_command(gpib_board_t *board, uint8_t *buffer, size_t length, in ni_usb_command()
933 static int ni_usb_take_control(gpib_board_t *board, int synchronous) in ni_usb_take_control()
994 static int ni_usb_go_to_standby(gpib_board_t *board) in ni_usb_go_to_standby()
1053 static void ni_usb_request_system_control(gpib_board_t *board, int request_control) in ni_usb_request_system_control()
1104 static void ni_usb_interface_clear(gpib_board_t *board, int assert) in ni_usb_interface_clear()
1153 static void ni_usb_remote_enable(gpib_board_t *board, int enable) in ni_usb_remote_enable()
[all …]
/linux-6.14.4/arch/mips/bcm47xx/
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-6.14.4/drivers/comedi/drivers/
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 …]
Dcb_pcidas64.c657 static inline unsigned int ai_dma_ring_count(const struct pcidas64_board *board) in ai_dma_ring_count()
1090 const struct pcidas64_board *board = dev->board_ptr; in se_diff_bit_6xxx() local
1170 const struct pcidas64_board *board = dev->board_ptr; in ai_range_bits_6xxx() local
1178 const struct pcidas64_board *board = dev->board_ptr; in hw_revision() local
1190 const struct pcidas64_board *board = dev->board_ptr; in set_dac_range_bits() local
1202 static inline int ao_cmd_is_supported(const struct pcidas64_board *board) in ao_cmd_is_supported()
1247 const struct pcidas64_board *board = dev->board_ptr; in enable_ai_interrupts() local
1273 const struct pcidas64_board *board = dev->board_ptr; in init_plx9080() local
1356 const struct pcidas64_board *board = dev->board_ptr; in set_ai_fifo_segment_length() local
1387 const struct pcidas64_board *board = dev->board_ptr; in set_ai_fifo_size() local
[all …]
/linux-6.14.4/drivers/media/common/siano/
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-6.14.4/arch/sparc/kernel/
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-6.14.4/drivers/nubus/
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-6.14.4/drivers/tty/serial/8250/
D8250_pci.c130 const struct pciserial_board *board; member
175 const struct pciserial_board *board, in addidata_apci7800_setup()
202 afavlab_setup(struct serial_private *priv, const struct pciserial_board *board, in afavlab_setup()
257 const struct pciserial_board *board, in pci_hp_diva_setup()
426 sbs_setup(struct serial_private *priv, const struct pciserial_board *board, in sbs_setup()
581 const struct pciserial_board *board, in pci_siig_setup()
674 const struct pciserial_board *board, in pci_timedia_setup()
708 const struct pciserial_board *board, in titan_400l_800l_setup()
809 const struct pciserial_board *board, in pci_ni8430_setup()
836 const struct pciserial_board *board, in pci_netmos_9900_setup()
[all …]

12345678