/linux/drivers/staging/gpib/pc2/ |
H A D | pc2_gpib.c | 67 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/drivers/staging/gpib/cec/ |
H A D | cec_gpib.c | 24 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/drivers/staging/gpib/hp_82335/ |
H A D | hp82335.c | 28 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/drivers/staging/gpib/agilent_82350b/ |
H A D | agilent_82350b.c | 23 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/drivers/staging/gpib/fmh_gpib/ |
H A D | fmh_gpib.c | 43 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/drivers/staging/gpib/eastwood/ |
H A D | fluke_gpib.c | 53 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/drivers/staging/gpib/common/ |
H A D | gpib_os.c | 82 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/drivers/staging/gpib/tms9914/ |
H A D | tms9914.c | 29 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/drivers/staging/gpib/cb7210/ |
H A D | cb7210.c | 36 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/drivers/staging/gpib/nec7210/ |
H A D | nec7210.c | 24 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/drivers/staging/gpib/hp_82341/ |
H A D | hp_82341.c | 20 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/drivers/staging/gpib/ines/ |
H A D | ines_gpib.c | 24 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/drivers/staging/gpib/tnt4882/ |
H A D | tnt4882_gpib.c | 191 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/drivers/staging/gpib/gpio/ |
H A D | gpib_bitbang.c | 357 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/drivers/staging/gpib/lpvo_usb_gpib/ |
H A D | lpvo_usb_gpib.c | 146 #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/drivers/comedi/drivers/ |
H A D | amplc_dio200_common.c | 156 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 D | board.c | 9 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 D | sms-cards.c | 260 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 D | sun4d_irq.c | 38 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 D | nubus.c | 226 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
|
H A D | bus.c | 71 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release() local 82 int nubus_device_register(struct nubus_board *board) in nubus_device_register() 95 struct nubus_board *board = to_nubus_board(dev); in nubus_print_device_name_fn() local
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 130 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 …]
|
/linux/drivers/net/can/sja1000/ |
H A D | kvaser_pci.c | 120 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/include/linux/ |
H A D | nubus.h | 80 struct nubus_board *board; member 108 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board) in nubus_proc_add_board() 113 struct nubus_board *board) in nubus_proc_add_rsrc_dir() 171 static inline void nubus_set_drvdata(struct nubus_board *board, void *data) in nubus_set_drvdata() 176 static inline void *nubus_get_drvdata(struct nubus_board *board) in nubus_get_drvdata()
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | falcon_boards.c | 90 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
|