Home
last modified time | relevance | path

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

1234

/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/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/eastwood/
H A Dfluke_gpib.c58 static int fluke_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in fluke_read()
66 static int fluke_write(struct gpib_board *board, u8 *buffer, size_t length, in fluke_write()
74 static int fluke_command(struct gpib_board *board, u8 *buffer, in fluke_command()
82 static int fluke_take_control(struct gpib_board *board, int synchronous) in fluke_take_control()
89 static int fluke_go_to_standby(struct gpib_board *board) in fluke_go_to_standby()
96 static int fluke_request_system_control(struct gpib_board *board, int request_control) in fluke_request_system_control()
104 static void fluke_interface_clear(struct gpib_board *board, int assert) in fluke_interface_clear()
111 static void fluke_remote_enable(struct gpib_board *board, int enable) in fluke_remote_enable()
118 static int fluke_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in fluke_enable_eos()
125 static void fluke_disable_eos(struct gpib_board *board) in fluke_disable_eos()
[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/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/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 …]
H A Dni_mio_cs.c120 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 Dni_labpc_common.c130 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 Ddas800.c232 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 Damplc_pc236_common.c21 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 Dpcl726.c270 const struct pcl726_board *board = dev->board_ptr; in pcl726_di_insn_bits() local
291 const struct pcl726_board *board = dev->board_ptr; in pcl726_do_insn_bits() local
318 const struct pcl726_board *board = dev->board_ptr; in pcl726_attach() local
H A Ddas08.c171 const struct das08_board_struct *board = dev->board_ptr; in das08_ai_insn_read() local
304 const struct das08_board_struct *board = dev->board_ptr; in das08_ao_set_data() local
343 const struct das08_board_struct *board = dev->board_ptr; in das08_common_attach() local
/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/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
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c90 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 Dic.c96 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/drivers/mtd/nand/raw/
H A Dorion_nand.c33 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
/linux/drivers/nubus/
H A Dproc.c54 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/net/ethernet/8390/
H A Dmac8390.c288 struct nubus_board *board = fres->board; in mac8390_rsrc_init() local
387 static int mac8390_device_probe(struct nubus_board *board) in mac8390_device_probe()
431 static void mac8390_device_remove(struct nubus_board *board) in mac8390_device_remove()
478 static int mac8390_initdev(struct net_device *dev, struct nubus_board *board, in mac8390_initdev()
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c23 static const char * const board[] __initconst = { variable
/linux/arch/powerpc/platforms/83xx/
H A Dmpc831x_rdb.c31 static const char *board[] __initdata = { variable
H A Dmpc830x_rdb.c30 static const char *board[] __initdata = { variable
/linux/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c46 static const char *board[] __initdata = { variable

1234