Home
last modified time | relevance | path

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

12345678

/linux-6.15/drivers/staging/gpib/pc2/
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, uint8_t *buffer, size_t length, int *end, in pc2_read()
101 static int pc2_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in pc2_write()
109 static int pc2_command(struct gpib_board *board, uint8_t *buffer, size_t length, size_t *bytes_writ… in pc2_command()
116 static int pc2_take_control(struct gpib_board *board, int synchronous) in pc2_take_control()
123 static int pc2_go_to_standby(struct gpib_board *board) in pc2_go_to_standby()
130 static void pc2_request_system_control(struct gpib_board *board, int request_control) in pc2_request_system_control()
137 static void pc2_interface_clear(struct gpib_board *board, int assert) in pc2_interface_clear()
144 static void pc2_remote_enable(struct gpib_board *board, int enable) in pc2_remote_enable()
[all …]
/linux-6.15/drivers/staging/gpib/cec/
Dcec_gpib.c28 struct gpib_board *board = arg; in cec_interrupt() local
48 static int cec_read(struct gpib_board *board, uint8_t *buffer, size_t length, int *end, in cec_read()
56 static int cec_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in cec_write()
64 static int cec_command(struct gpib_board *board, uint8_t *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 void 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, uint8_t eos_byte, int compare_8_bits) in cec_enable_eos()
[all …]
/linux-6.15/drivers/staging/gpib/hp_82335/
Dhp82335.c32 static int hp82335_read(struct gpib_board *board, uint8_t *buffer, size_t length, in hp82335_read()
40 static int hp82335_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in hp82335_write()
48 static int hp82335_command(struct gpib_board *board, uint8_t *buffer, size_t length, in hp82335_command()
56 static int hp82335_take_control(struct gpib_board *board, int synchronous) in hp82335_take_control()
63 static int hp82335_go_to_standby(struct gpib_board *board) in hp82335_go_to_standby()
70 static void hp82335_request_system_control(struct gpib_board *board, int request_control) in hp82335_request_system_control()
77 static void hp82335_interface_clear(struct gpib_board *board, int assert) in hp82335_interface_clear()
84 static void hp82335_remote_enable(struct gpib_board *board, int enable) in hp82335_remote_enable()
91 static int hp82335_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in hp82335_enable_eos()
98 static void hp82335_disable_eos(struct gpib_board *board) in hp82335_disable_eos()
[all …]
/linux-6.15/drivers/staging/gpib/agilent_82350b/
Dagilent_82350b.c33 static int agilent_82350b_accel_read(struct gpib_board *board, uint8_t *buffer, in agilent_82350b_accel_read()
133 static int translate_wait_return_value(struct gpib_board *board, int retval) in translate_wait_return_value()
148 static int agilent_82350b_accel_write(struct gpib_board *board, uint8_t *buffer, in agilent_82350b_accel_write()
231 static unsigned short read_and_clear_event_status(struct gpib_board *board) in read_and_clear_event_status()
249 struct gpib_board *board = arg; in agilent_82350b_interrupt() local
300 static int agilent_82350b_read(struct gpib_board *board, uint8_t *buffer, in agilent_82350b_read()
308 static int agilent_82350b_write(struct gpib_board *board, uint8_t *buffer, in agilent_82350b_write()
317 static int agilent_82350b_command(struct gpib_board *board, uint8_t *buffer, in agilent_82350b_command()
326 static int agilent_82350b_take_control(struct gpib_board *board, int synchronous) in agilent_82350b_take_control()
334 static int agilent_82350b_go_to_standby(struct gpib_board *board) in agilent_82350b_go_to_standby()
[all …]
/linux-6.15/drivers/staging/gpib/fmh_gpib/
Dfmh_gpib.c49 static int fmh_gpib_read(struct gpib_board *board, uint8_t *buffer, size_t length, in fmh_gpib_read()
57 static int fmh_gpib_write(struct gpib_board *board, uint8_t *buffer, size_t length, in fmh_gpib_write()
65 static int fmh_gpib_command(struct gpib_board *board, uint8_t *buffer, size_t length, in fmh_gpib_command()
73 static int fmh_gpib_take_control(struct gpib_board *board, int synchronous) in fmh_gpib_take_control()
80 static int fmh_gpib_go_to_standby(struct gpib_board *board) in fmh_gpib_go_to_standby()
87 static void fmh_gpib_request_system_control(struct gpib_board *board, int request_control) in fmh_gpib_request_system_control()
95 static void fmh_gpib_interface_clear(struct gpib_board *board, int assert) in fmh_gpib_interface_clear()
102 static void fmh_gpib_remote_enable(struct gpib_board *board, int enable) in fmh_gpib_remote_enable()
109 static int fmh_gpib_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in fmh_gpib_enable_eos()
116 static void fmh_gpib_disable_eos(struct gpib_board *board) in fmh_gpib_disable_eos()
[all …]
/linux-6.15/drivers/staging/gpib/common/
Diblib.c24 int ibcac(struct gpib_board *board, int sync, int fallback_to_async) in ibcac()
64 static int check_for_command_acceptors(struct gpib_board *board) in check_for_command_acceptors()
99 int ibcmd(struct gpib_board *board, uint8_t *buf, size_t length, size_t *bytes_written) in ibcmd()
134 int ibgts(struct gpib_board *board) in ibgts()
149 static int autospoll_wait_should_wake_up(struct gpib_board *board) in autospoll_wait_should_wake_up()
165 struct gpib_board *board = board_void; in autospoll_thread() local
202 int ibonline(struct gpib_board *board) in ibonline()
241 int iboffline(struct gpib_board *board) in iboffline()
273 int iblines(const struct gpib_board *board, short *lines) in iblines()
300 int ibrd(struct gpib_board *board, uint8_t *buf, size_t length, int *end_flag, size_t *nbytes) in ibrd()
[all …]
Dgpib_os.c85 struct gpib_board *board = from_timer(board, t, timer); in watchdog_timeout() local
92 void os_start_timer(struct gpib_board *board, unsigned int usec_timeout) in os_start_timer()
108 void os_remove_timer(struct gpib_board *board) in os_remove_timer()
115 int io_timed_out(struct gpib_board *board) in io_timed_out()
143 int gpib_request_pseudo_irq(struct gpib_board *board, irqreturn_t (*handler)(int, void *)) in gpib_request_pseudo_irq()
162 void gpib_free_pseudo_irq(struct gpib_board *board) in gpib_free_pseudo_irq()
181 int push_status_byte(struct gpib_board *board, gpib_status_queue_t *device, u8 poll_byte) in push_status_byte()
215 int pop_status_byte(struct gpib_board *board, gpib_status_queue_t *device, u8 *poll_byte) in pop_status_byte()
246 gpib_status_queue_t *get_gpib_status_queue(struct gpib_board *board, unsigned int pad, int sad) in get_gpib_status_queue()
261 int get_serial_poll_byte(struct gpib_board *board, unsigned int pad, int sad, unsigned int usec_tim… in get_serial_poll_byte()
[all …]
/linux-6.15/drivers/staging/gpib/eastwood/
Dfluke_gpib.c57 static int fluke_read(struct gpib_board *board, uint8_t *buffer, size_t length, int *end, in fluke_read()
65 static int fluke_write(struct gpib_board *board, uint8_t *buffer, size_t length, in fluke_write()
73 static int fluke_command(struct gpib_board *board, uint8_t *buffer, in fluke_command()
81 static int fluke_take_control(struct gpib_board *board, int synchronous) in fluke_take_control()
88 static int fluke_go_to_standby(struct gpib_board *board) in fluke_go_to_standby()
95 static void fluke_request_system_control(struct gpib_board *board, int request_control) in fluke_request_system_control()
103 static void fluke_interface_clear(struct gpib_board *board, int assert) in fluke_interface_clear()
110 static void fluke_remote_enable(struct gpib_board *board, int enable) in fluke_remote_enable()
117 static int fluke_enable_eos(struct gpib_board *board, uint8_t eos_byte, int compare_8_bits) in fluke_enable_eos()
124 static void fluke_disable_eos(struct gpib_board *board) in fluke_disable_eos()
[all …]
/linux-6.15/drivers/staging/gpib/ines/
Dines_gpib.c28 int ines_line_status(const struct gpib_board *board) in ines_line_status()
68 int ines_t1_delay(struct gpib_board *board, unsigned int nano_sec) in ines_t1_delay()
98 static ssize_t pio_read(struct gpib_board *board, struct ines_priv *ines_priv, uint8_t *buffer, in pio_read()
136 int ines_accel_read(struct gpib_board *board, uint8_t *buffer, in ines_accel_read()
193 static int ines_write_wait(struct gpib_board *board, struct ines_priv *ines_priv, in ines_write_wait()
216 int ines_accel_write(struct gpib_board *board, uint8_t *buffer, size_t length, in ines_accel_write()
269 struct gpib_board *board = arg; in ines_pci_interrupt() local
284 irqreturn_t ines_interrupt(struct gpib_board *board) in ines_interrupt()
396 int ines_read(struct gpib_board *board, uint8_t *buffer, size_t length, in ines_read()
415 int ines_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in ines_write()
[all …]
/linux-6.15/drivers/staging/gpib/cb7210/
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, uint8_t *buffer, in fifo_read()
173 static int cb7210_accel_read(struct gpib_board *board, uint8_t *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, uint8_t *buffer, size_t length, in fifo_write()
353 static int cb7210_accel_write(struct gpib_board *board, uint8_t *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-6.15/drivers/staging/gpib/tms9914/
Dtms9914.c32 int tms9914_take_control(struct gpib_board *board, struct tms9914_priv *priv, int synchronous) in tms9914_take_control()
69 int tms9914_take_control_workaround(struct gpib_board *board, struct tms9914_priv *priv, int synchr… in tms9914_take_control_workaround()
77 int tms9914_go_to_standby(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_go_to_standby()
98 void tms9914_interface_clear(struct gpib_board *board, struct tms9914_priv *priv, int assert) in tms9914_interface_clear()
110 void tms9914_remote_enable(struct gpib_board *board, struct tms9914_priv *priv, int enable) in tms9914_remote_enable()
119 void tms9914_request_system_control(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_request_system_control()
131 unsigned int tms9914_t1_delay(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_t1_delay()
157 void tms9914_return_to_local(const struct gpib_board *board, struct tms9914_priv *priv) in tms9914_return_to_local()
195 int tms9914_enable_eos(struct gpib_board *board, struct tms9914_priv *priv, uint8_t eos_byte, in tms9914_enable_eos()
206 void tms9914_disable_eos(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_disable_eos()
[all …]
/linux-6.15/drivers/staging/gpib/nec7210/
Dnec7210.c26 int nec7210_enable_eos(struct gpib_board *board, struct nec7210_priv *priv, uint8_t 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, uint8_t *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()
88 void nec7210_serial_poll_response(struct gpib_board *board, in nec7210_serial_poll_response()
106 uint8_t nec7210_serial_poll_status(struct gpib_board *board, struct nec7210_priv *priv) in nec7210_serial_poll_status()
112 int nec7210_primary_address(const struct gpib_board *board, struct nec7210_priv *priv, in nec7210_primary_address()
121 int nec7210_secondary_address(const struct gpib_board *board, struct nec7210_priv *priv, in nec7210_secondary_address()
170 unsigned int nec7210_update_status_nolock(struct gpib_board *board, struct nec7210_priv *priv) in nec7210_update_status_nolock()
[all …]
/linux-6.15/drivers/staging/gpib/hp_82341/
Dhp_82341.c32 static int hp_82341_accel_read(struct gpib_board *board, uint8_t *buffer, size_t length, int *end, in hp_82341_accel_read()
150 static int restart_write_fifo(struct gpib_board *board, struct hp_82341_priv *hp_priv) in restart_write_fifo()
175 static int hp_82341_accel_write(struct gpib_board *board, uint8_t *buffer, size_t length, in hp_82341_accel_write()
258 static int hp_82341_read(struct gpib_board *board, uint8_t *buffer, size_t length, int *end, in hp_82341_read()
266 static int hp_82341_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, in hp_82341_write()
274 static int hp_82341_command(struct gpib_board *board, uint8_t *buffer, size_t length, in hp_82341_command()
282 static int hp_82341_take_control(struct gpib_board *board, int synchronous) in hp_82341_take_control()
289 static int hp_82341_go_to_standby(struct gpib_board *board) in hp_82341_go_to_standby()
296 static void hp_82341_request_system_control(struct gpib_board *board, int request_control) in hp_82341_request_system_control()
308 static void hp_82341_interface_clear(struct gpib_board *board, int assert) in hp_82341_interface_clear()
[all …]
/linux-6.15/drivers/staging/gpib/tnt4882/
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()
277 static int tnt4882_accel_read(struct gpib_board *board, uint8_t *buffer, size_t length, int *end, in tnt4882_accel_read()
429 static int write_wait(struct gpib_board *board, struct tnt4882_priv *tnt_priv, in write_wait()
451 static int generic_write(struct gpib_board *board, uint8_t *buffer, size_t length, in generic_write()
542 static int tnt4882_accel_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_e… in tnt4882_accel_write()
548 static int tnt4882_command(struct gpib_board *board, uint8_t *buffer, size_t length, in tnt4882_command()
554 static irqreturn_t tnt4882_internal_interrupt(struct gpib_board *board) in tnt4882_internal_interrupt()
595 static int tnt4882_read(struct gpib_board *board, uint8_t *buffer, size_t length, int *end, in tnt4882_read()
[all …]
/linux-6.15/drivers/staging/gpib/agilent_82357a/
Dagilent_82357a.c426 static int agilent_82357a_read(struct gpib_board *board, uint8_t *buffer, size_t length, int *end, in agilent_82357a_read()
537 static ssize_t agilent_82357a_generic_write(struct gpib_board *board, in agilent_82357a_generic_write()
678 static int agilent_82357a_write(struct gpib_board *board, uint8_t *buffer, in agilent_82357a_write()
684 int agilent_82357a_command(struct gpib_board *board, uint8_t *buffer, size_t length, in agilent_82357a_command()
690 int agilent_82357a_take_control_internal(struct gpib_board *board, int synchronous) in agilent_82357a_take_control_internal()
709 static int agilent_82357a_take_control(struct gpib_board *board, int synchronous) in agilent_82357a_take_control()
738 static int agilent_82357a_go_to_standby(struct gpib_board *board) in agilent_82357a_go_to_standby()
758 static void agilent_82357a_request_system_control(struct gpib_board *board, in agilent_82357a_request_system_control()
791 static void agilent_82357a_interface_clear(struct gpib_board *board, int assert) in agilent_82357a_interface_clear()
813 static void agilent_82357a_remote_enable(struct gpib_board *board, int enable) in agilent_82357a_remote_enable()
[all …]
/linux-6.15/drivers/staging/gpib/gpio/
Dgpib_bitbang.c356 static int bb_read(struct gpib_board *board, uint8_t *buffer, size_t length, in bb_read()
428 struct gpib_board *board = arg; in bb_DAV_interrupt() local
494 static int bb_write(struct gpib_board *board, uint8_t *buffer, size_t length, in bb_write()
583 struct gpib_board *board = arg; in bb_NRFD_interrupt() local
656 struct gpib_board *board = arg; in bb_NDAC_interrupt() local
717 struct gpib_board *board = arg; in bb_SRQ_interrupt() local
731 static int bb_command(struct gpib_board *board, uint8_t *buffer, in bb_command()
812 static void bb_buffer_print(struct gpib_board *board, unsigned char *buffer, size_t length, in bb_buffer_print()
845 static void set_atn(struct gpib_board *board, int atn_asserted) in set_atn()
870 static int bb_take_control(struct gpib_board *board, int synchronous) in bb_take_control()
[all …]
/linux-6.15/drivers/staging/gpib/lpvo_usb_gpib/
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()
274 static int set_control_line(struct gpib_board *board, int line, int value) in set_control_line()
305 static int one_char(struct gpib_board *board, struct char_buf *b) in one_char()
339 static void set_timeout(struct gpib_board *board) in set_timeout()
387 static int usb_gpib_attach(struct gpib_board *board, const gpib_board_config_t *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-6.15/drivers/staging/gpib/ni_usb/
Dni_usb_gpib.c313 static void ni_usb_soft_update_status(struct gpib_board *board, unsigned int ni_usb_ibsta, in ni_usb_soft_update_status()
589 static int ni_usb_read(struct gpib_board *board, uint8_t *buffer, size_t length, in ni_usb_read()
719 static int ni_usb_write(struct gpib_board *board, uint8_t *buffer, size_t length, in ni_usb_write()
822 static int ni_usb_command_chunk(struct gpib_board *board, uint8_t *buffer, size_t length, in ni_usb_command_chunk()
915 static int ni_usb_command(struct gpib_board *board, uint8_t *buffer, size_t length, in ni_usb_command()
932 static int ni_usb_take_control(struct gpib_board *board, int synchronous) in ni_usb_take_control()
993 static int ni_usb_go_to_standby(struct gpib_board *board) in ni_usb_go_to_standby()
1052 static void ni_usb_request_system_control(struct gpib_board *board, int request_control) in ni_usb_request_system_control()
1103 static void ni_usb_interface_clear(struct gpib_board *board, int assert) in ni_usb_interface_clear()
1152 static void ni_usb_remote_enable(struct gpib_board *board, int enable) in ni_usb_remote_enable()
[all …]
/linux-6.15/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.15/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.15/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.15/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.15/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.15/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