/linux/drivers/staging/gpib/hp_82335/ |
H A D | hp82335.c | 33 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/staging/gpib/agilent_82350b/ |
H A D | agilent_82350b.c | 33 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() 233 static unsigned short read_and_clear_event_status(struct gpib_board *board) in read_and_clear_event_status() 251 struct gpib_board *board = arg; in agilent_82350b_interrupt() local 302 static int agilent_82350b_read(struct gpib_board *board, u8 *buffer, in agilent_82350b_read() 310 static int agilent_82350b_write(struct gpib_board *board, u8 *buffer, in agilent_82350b_write() 319 static int agilent_82350b_command(struct gpib_board *board, u8 *buffer, in agilent_82350b_command() 328 static int agilent_82350b_take_control(struct gpib_board *board, int synchronous) in agilent_82350b_take_control() 336 static int agilent_82350b_go_to_standby(struct gpib_board *board) in agilent_82350b_go_to_standby() [all …]
|
/linux/drivers/staging/gpib/cb7210/ |
H A D | cb7210.c | 43 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/staging/gpib/lpvo_usb_gpib/ |
H A D | lpvo_usb_gpib.c | 153 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/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 …]
|
H A D | das800.c | 232 const struct das800_board *board = dev->board_ptr; in das800_enable() local 295 const struct das800_board *board = dev->board_ptr; in das800_ai_do_cmdtest() local 367 const struct das800_board *board = dev->board_ptr; in das800_ai_do_cmd() local 598 const struct das800_board *board = dev->board_ptr; in das800_probe() local 647 const struct das800_board *board; in das800_attach() local
|
H A D | ni_mio_cs.c | 120 static const struct ni_board_struct *board; in ni_getboardtype() local 151 static const struct ni_board_struct *board; in mio_cs_auto_attach() local
|
H A D | ni_atmio.c | 271 const struct ni_board_struct *board = &ni_boards[i]; in ni_atmio_probe() local 291 const struct ni_board_struct *board; in ni_atmio_attach() local
|
H A D | ni_labpc_common.c | 130 const struct labpc_boardinfo *board = dev->board_ptr; in labpc_ai_set_chan_and_gain() local 160 const struct labpc_boardinfo *board = dev->board_ptr; in labpc_setup_cmd6_reg() local 504 const struct labpc_boardinfo *board = dev->board_ptr; in labpc_ai_cmdtest() local 618 const struct labpc_boardinfo *board = dev->board_ptr; in labpc_ai_cmd() local 821 const struct labpc_boardinfo *board = dev->board_ptr; in labpc_interrupt() local 910 const struct labpc_boardinfo *board = dev->board_ptr; in labpc_ao_insn_write() local 1194 const struct labpc_boardinfo *board = dev->board_ptr; in labpc_common_attach() local
|
H A D | pcl726.c | 264 const struct pcl726_board *board = dev->board_ptr; in pcl726_di_insn_bits() local 285 const struct pcl726_board *board = dev->board_ptr; in pcl726_do_insn_bits() local 312 const struct pcl726_board *board = dev->board_ptr; in pcl726_attach() local
|
H A D | amplc_pc236_common.c | 21 const struct pc236_board *board = dev->board_ptr; in pc236_intr_update() local 41 const struct pc236_board *board = dev->board_ptr; in pc236_intr_check() local
|
H A D | cb_pcidas.c | 617 const struct cb_pcidas_board *board = dev->board_ptr; in cb_pcidas_trimpot_write() local 678 const struct cb_pcidas_board *board = dev->board_ptr; in cb_pcidas_ai_cmdtest() local 787 const struct cb_pcidas_board *board = dev->board_ptr; in cb_pcidas_ai_cmd() local 892 const struct cb_pcidas_board *board = dev->board_ptr; in cb_pcidas_ao_cmdtest() local 999 const struct cb_pcidas_board *board = dev->board_ptr; in cb_pcidas_ao_inttrig() local 1106 const struct cb_pcidas_board *board = dev->board_ptr; in cb_pcidas_ao_interrupt() local 1139 const struct cb_pcidas_board *board = dev->board_ptr; in cb_pcidas_ai_interrupt() local 1250 const struct cb_pcidas_board *board = NULL; in cb_pcidas_auto_attach() local
|
/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/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/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/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
|
H A D | proc.c | 54 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board) in nubus_proc_add_board() 70 struct nubus_board *board) in nubus_proc_add_rsrc_dir()
|
/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
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | ic.c | 96 struct nvkm_i2c_bus_probe board[] = { in nvkm_therm_ic_ctor() local 108 struct nvkm_i2c_bus_probe board[] = { in nvkm_therm_ic_ctor() local
|
/linux/sound/soc/intel/avs/ |
H A D | board_selection.c | 408 struct platform_device *board; avs_register_probe_board() local 435 struct platform_device *codec, *board; avs_register_dmic_board() local 487 struct platform_device *board; avs_register_i2s_board() local 641 struct platform_device *board; avs_register_hda_board() local
|
/linux/drivers/mtd/nand/raw/ |
H A D | orion_nand.c | 33 struct orion_nand_data *board = nand_get_controller_data(nc); in orion_nand_cmd_ctrl() local 104 struct orion_nand_data *board; in orion_nand_probe() local
|