Home
last modified time | relevance | path

Searched refs:board (Results 1 – 25 of 2072) sorted by relevance

12345678910>>...83

/linux/drivers/net/can/sja1000/
H A Dkvaser_pci.c163 struct kvaser_pci *board; in kvaser_pci_del_chan() local
169 board = priv->priv; in kvaser_pci_del_chan()
170 if (!board) in kvaser_pci_del_chan()
190 pci_iounmap(board->pci_dev, board->conf_addr); in kvaser_pci_del_chan()
191 pci_iounmap(board->pci_dev, board->res_addr); in kvaser_pci_del_chan()
204 struct kvaser_pci *board; in kvaser_pci_add_chan() local
212 board = priv->priv; in kvaser_pci_add_chan()
214 board->pci_dev = pdev; in kvaser_pci_add_chan()
224 board->xilinx_ver = in kvaser_pci_add_chan()
337 board = priv->priv; in kvaser_pci_init_one()
[all …]
/linux/drivers/nubus/
H A Dbus.c71 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release() local
75 if (fres->board == board) { in nubus_device_release()
79 kfree(board); in nubus_device_release()
84 board->dev.parent = &nubus_parent; in nubus_device_register()
85 board->dev.release = nubus_device_release; in nubus_device_register()
86 board->dev.bus = &nubus_bus_type; in nubus_device_register()
87 dev_set_name(&board->dev, "slot.%X", board->slot); in nubus_device_register()
88 board->dev.dma_mask = &board->dev.coherent_dma_mask; in nubus_device_register()
89 dma_set_mask(&board->dev, DMA_BIT_MASK(32)); in nubus_device_register()
90 return device_register(&board->dev); in nubus_device_register()
[all …]
H A Dnubus.c506 dir.procdir = nubus_proc_add_rsrc_dir(board->procdir, parent, board); in nubus_get_functional_resource()
514 fres->board = board; in nubus_get_functional_resource()
646 dir.procdir = nubus_proc_add_rsrc_dir(board->procdir, parent, board); in nubus_get_board_resource()
738 if ((board = kzalloc(sizeof(*board), GFP_ATOMIC)) == NULL) in nubus_add_board()
740 board->fblock = rp; in nubus_add_board()
752 rp = board->fblock; in nubus_add_board()
754 board->slot = slot; in nubus_add_board()
784 board->directory = board->fblock; in nubus_add_board()
785 nubus_move(&board->directory, nubus_expand32(board->doffset), in nubus_add_board()
802 kfree(board); in nubus_add_board()
[all …]
/linux/drivers/mtd/nand/raw/
H A Dorion_nand.c40 offs = (1 << board->cle); in orion_nand_cmd_ctrl()
129 if (!board) in orion_nand_probe()
132 board->cle = (u8)val; in orion_nand_probe()
134 board->cle = 0; in orion_nand_probe()
136 board->ale = (u8)val; in orion_nand_probe()
138 board->ale = 1; in orion_nand_probe()
143 board->width = 8; in orion_nand_probe()
159 if (board->chip_delay) in orion_nand_probe()
162 WARN(board->width > 16, in orion_nand_probe()
164 board->width); in orion_nand_probe()
[all …]
/linux/arch/sh/boards/
H A DMakefile7 obj-$(CONFIG_SH_SH2007) += board-sh2007.o
8 obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
9 obj-$(CONFIG_SH_URQUELL) += board-urquell.o
10 obj-$(CONFIG_SH_SHMIN) += board-shmin.o
11 obj-$(CONFIG_SH_EDOSK7705) += board-edosk7705.o
12 obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o
13 obj-$(CONFIG_SH_ESPT) += board-espt.o
14 obj-$(CONFIG_SH_POLARIS) += board-polaris.o
15 obj-$(CONFIG_SH_TITAN) += board-titan.o
16 obj-$(CONFIG_SH_SH7757LCR) += board-sh7757lcr.o
[all …]
/linux/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c722 return board.name; in board_get_name()
784 memcpy(&board, bcm963xx_boards[i], sizeof(board)); in board_prom_init()
789 if (!board.name[0]) { in board_prom_init()
803 if (board.has_pci) { in board_prom_init()
815 if (board.has_enet0 && !board.enet0.use_internal_phy) { in board_prom_init()
821 if (board.has_enet1 && !board.enet1.use_internal_phy) { in board_prom_init()
836 if (!board.name[0]) in board_setup()
858 if (board.has_uart0) in board_register_devices()
861 if (board.has_uart1) in board_register_devices()
879 if (board.has_usbd) in board_register_devices()
[all …]
/linux/drivers/video/fbdev/
H A Dhecubafb.c75 par->board->set_data(par, data); in apollo_send_data()
81 par->board->wait_for_ack(par, 0); in apollo_send_data()
155 struct hecuba_board *board; in hecubafb_probe() local
162 board = dev->dev.platform_data; in hecubafb_probe()
163 if (!board) in hecubafb_probe()
188 par->board = board; in hecubafb_probe()
206 retval = par->board->init(par); in hecubafb_probe()
216 module_put(board->owner); in hecubafb_probe()
229 if (par->board->remove) in hecubafb_remove()
230 par->board->remove(par); in hecubafb_remove()
[all …]
H A Dbroadsheetfb.c171 if (par->board->mmio_write) in broadsheet_send_command()
180 if (par->board->mmio_write) in broadsheet_send_cmdargs()
223 if (par->board->mmio_write) in broadsheet_burst_write()
252 if (par->board->mmio_read) in broadsheet_get_data()
289 if (par->board->mmio_write) in broadsheet_write_reg()
1017 if (!board) in broadsheetfb_probe()
1065 par->board = board; in broadsheetfb_probe()
1094 retval = board->init(par); in broadsheetfb_probe()
1121 board->cleanup(par); in broadsheetfb_probe()
1129 module_put(board->owner); in broadsheetfb_probe()
[all …]
/linux/include/linux/
H A Dnubus.h80 struct nubus_board *board; member
88 int (*probe)(struct nubus_board *board);
89 void (*remove)(struct nubus_board *board);
99 struct nubus_board *board);
113 struct nubus_board *board) in nubus_proc_add_rsrc_dir() argument
129 for_each_func_rsrc(f) if (f->board != b) {} else
136 int nubus_get_root_dir(const struct nubus_board *board,
139 int nubus_get_board_dir(const struct nubus_board *board,
166 int nubus_device_register(struct nubus_board *board);
173 dev_set_drvdata(&board->dev, data); in nubus_set_drvdata()
[all …]
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c108 board->hwmon_client = client; in ef4_init_lm87()
456 board->hwmon_client = in sfe4001_init()
459 board->hwmon_client = in sfe4001_init()
462 if (IS_ERR(board->hwmon_client)) in sfe4001_init()
471 board->ioexp_client = i2c_new_dummy_device(&board->i2c_adap, PCA9539); in sfe4001_init()
562 (board->major == 0 && board->minor == 0) ? in sfe4002_check_hw()
668 if (board->minor < 3 && board->major == 0) in sfe4003_set_id_led()
681 if (board->minor < 3 && board->major == 0) in sfe4003_init_phy()
695 (board->major == 0 && board->minor <= 2) ? in sfe4003_check_hw()
752 board->type = &board_types[i]; in falcon_probe_board()
[all …]
/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-cht-match.c37 .board = "cht-bsw",
98 .board = "bytcr_wm5102",
138 .board = "cht-bsw",
145 .board = "cht-bsw",
152 .board = "cht-bsw",
159 .board = "cht-bsw",
166 .board = "bytcht_da7213",
173 .board = "bytcht_es8316",
182 .board = "bytcr_rt5640",
196 .board = "bytcr_rt5651",
[all …]
H A Dsoc-acpi-intel-byt-match.c93 .board = "cht-bsw",
101 .board = "bytcr_rt5651",
146 .board = "bytcr_rt5640",
154 .board = "bytcr_rt5651",
161 .board = "bytcr_wm5102",
168 .board = "bytcht_da7213",
175 .board = "bytcht_es8316",
188 .board = "cht-bsw",
196 .board = "cht-bsw",
203 .board = "bytcht_cx2072x",
[all …]
/linux/Documentation/devicetree/bindings/board/
H A Dfsl-board.txt10 - compatible : Should be "fsl,<board>-bcsr"
20 * Freescale on-board FPGA
22 This is the memory-mapped registers for on board FPGA.
25 - compatible: should be a board-specific string followed by a string
27 "fsl,<board>-fpga", "fsl,fpga-pixis", or
28 "fsl,<board>-fpga", "fsl,fpga-qixis"
36 board-control@3,0 {
50 * Freescale on-board FPGA connected on I2C bus
58 "fsl,<board>-fpga", "fsl,fpga-qixis-i2c"
67 * Freescale on-board CPLD
[all …]
/linux/drivers/comedi/drivers/
H A Ddas08.c202 if (board->ai_nbits == 16) in das08_ai_insn_read()
310 if (board->is_jr) { in das08_ao_set_data()
351 dev->board_name = board->name; in das08_common_attach()
359 if (board->ai_nbits) { in das08_common_attach()
379 if (board->ao_nbits) { in das08_common_attach()
402 if (board->di_nchan) { in das08_common_attach()
405 s->n_chan = board->di_nchan; in das08_common_attach()
416 if (board->do_nchan) { in das08_common_attach()
419 s->n_chan = board->do_nchan; in das08_common_attach()
430 if (board->i8255_offset != 0) { in das08_common_attach()
[all …]
H A Dpcl730.c282 if (board->n_iso_out_chan) { in pcl730_attach()
287 s->n_chan = board->n_iso_out_chan; in pcl730_attach()
294 if (board->has_readback) in pcl730_attach()
298 if (board->n_iso_in_chan) { in pcl730_attach()
303 s->n_chan = board->n_iso_in_chan; in pcl730_attach()
307 s->private = board->is_ir104 ? (void *)4 : in pcl730_attach()
308 board->is_acl7225b ? (void *)2 : in pcl730_attach()
309 board->is_pcl725 ? (void *)1 : (void *)0; in pcl730_attach()
312 if (board->has_ttl_io) { in pcl730_attach()
317 s->n_chan = board->n_ttl_chan; in pcl730_attach()
[all …]
H A Daddi_apci_1516.c97 if (!board->has_wdog) in apci1516_reset()
111 const struct apci1516_boardinfo *board = NULL; in apci1516_auto_attach() local
117 board = &apci1516_boardtypes[context]; in apci1516_auto_attach()
118 if (!board) in apci1516_auto_attach()
120 dev->board_ptr = board; in apci1516_auto_attach()
121 dev->board_name = board->name; in apci1516_auto_attach()
140 if (board->di_nchan) { in apci1516_auto_attach()
143 s->n_chan = board->di_nchan; in apci1516_auto_attach()
153 if (board->do_nchan) { in apci1516_auto_attach()
156 s->n_chan = board->do_nchan; in apci1516_auto_attach()
[all …]
H A Damplc_dio200_common.c158 if (board->is_pcie) in dio200_read8()
169 if (board->is_pcie) in dio200_write8()
180 if (board->is_pcie) in dio200_read32()
191 if (board->is_pcie) in dio200_write32()
211 if (board->is_pcie) in dio200_subdev_8254_offset()
226 if (board->has_int_sce) { in dio200_subdev_intr_insn_bits()
245 if (board->has_int_sce) in dio200_stop_intr()
267 if (board->has_int_sce) in dio200_start_intr()
361 if (board->has_int_sce) in dio200_handle_read_intr()
487 if (board->has_int_sce) in dio200_subdev_intr_init()
[all …]
/linux/arch/mips/bcm47xx/
H A Dboard.c32 enum bcm47xx_board board; member
248 return &e1->board; in bcm47xx_board_get_nvram()
255 return &e1->board; in bcm47xx_board_get_nvram()
264 return &e2->board; in bcm47xx_board_get_nvram()
271 return &e1->board; in bcm47xx_board_get_nvram()
278 return &e1->board; in bcm47xx_board_get_nvram()
287 return &e1->board; in bcm47xx_board_get_nvram()
296 return &e2->board; in bcm47xx_board_get_nvram()
303 return &e1->board; in bcm47xx_board_get_nvram()
314 return &e3->board; in bcm47xx_board_get_nvram()
[all …]
/linux/arch/sparc/kernel/
H A Dsun4d_irq.c40 return (board + 1) << 5 | (lvl << 2) | slot; in sun4d_encode_irq()
261 board_to_cpu[board] = cpuid; in sun4d_distribute_irqs()
299 real_irq, pil, board); in _sun4d_build_device_irq()
312 handler_data->cpuid = board_to_cpu[board]; in _sun4d_build_device_irq()
333 int board, slot; in sun4d_build_device_irq() local
370 if (board == -1) { in sun4d_build_device_irq()
378 pil = sun4d_encode_irq(board, sbusl, slot); in sun4d_build_device_irq()
425 int board; in sun4d_init_timers() local
444 if (board == -1) { in sun4d_init_timers()
496 board_to_cpu[board] = target_cpu; in sun4d_init_sbi_irq()
[all …]
/linux/Documentation/networking/devlink/
H A Dnfp.rst33 * - ``board.id``
35 - Identifier of the board design
36 * - ``board.rev``
38 - Revision of the board design
39 * - ``board.manufacture``
41 - Vendor of the board design
42 * - ``board.model``
44 - Model name of the board design
45 * - ``board.part_number``
47 - Part number of the board and its components
/linux/arch/powerpc/platforms/85xx/
H A DKconfig32 This option enables support for the C293PCIE board
47 This option enables support for the MPC 8540 ADS board
62 This option enables support for the MPC85xx CDS board
78 This option enables support for the MPC8536 DS board
110 For example: P2020 DS board, P2020 RDB board, P2020 RDB PC board or
117 This option enables support for the P1010 RDB board
135 reference board.
153 This option enables support for the Socrates board.
162 bool "X-ES single-board computer"
175 board.
[all …]
/linux/sound/soc/intel/avs/
H A Dboard_selection.c406 struct platform_device *board; in avs_register_probe_board() local
418 if (IS_ERR(board)) { in avs_register_probe_board()
420 return PTR_ERR(board); in avs_register_probe_board()
463 if (IS_ERR(board)) { in avs_register_dmic_board()
465 return PTR_ERR(board); in avs_register_dmic_board()
479 struct platform_device *board; in avs_register_i2s_board() local
505 if (IS_ERR(board)) { in avs_register_i2s_board()
507 return PTR_ERR(board); in avs_register_i2s_board()
573 struct platform_device *board; in avs_register_hda_board() local
596 if (IS_ERR(board)) { in avs_register_hda_board()
[all …]
/linux/drivers/net/ethernet/natsemi/
H A Dmacsonic.c384 if (strstr(fres->board->name, "DuoDock")) in macsonic_ident()
435 prom_addr = board->slot_addr + DAYNALINK_PROM_BASE; in mac_sonic_nubus_probe_board()
443 prom_addr = board->slot_addr + DAYNA_SONIC_MAC_ADDR; in mac_sonic_nubus_probe_board()
459 dev->irq = SLOT2IRQ(board->slot); in mac_sonic_nubus_probe_board()
462 board->name, SONIC_READ(SONIC_SR), in mac_sonic_nubus_probe_board()
568 for_each_board_func_rsrc(board, fres) { in mac_sonic_nubus_probe()
585 lp->device = &board->dev; in mac_sonic_nubus_probe()
586 SET_NETDEV_DEV(ndev, &board->dev); in mac_sonic_nubus_probe()
588 err = mac_sonic_nubus_probe_board(board, id, ndev); in mac_sonic_nubus_probe()
598 nubus_set_drvdata(board, ndev); in mac_sonic_nubus_probe()
[all …]
/linux/drivers/net/ethernet/8390/
H A Dmac8390.c288 struct nubus_board *board = fres->board; in mac8390_rsrc_init() local
295 dev->irq = SLOT2IRQ(board->slot); in mac8390_rsrc_init()
297 dev->base_addr = board->slot_addr | ((board->slot & 0xf) << 20); in mac8390_rsrc_init()
305 dev_err(&board->dev, in mac8390_rsrc_init()
323 dev_err(&board->dev, in mac8390_rsrc_init()
334 dev_info(&board->dev, in mac8390_rsrc_init()
378 dev_err(&board->dev, in mac8390_rsrc_init()
398 SET_NETDEV_DEV(dev, &board->dev); in mac8390_device_probe()
423 nubus_set_drvdata(board, dev); in mac8390_device_probe()
530 dev_err(&board->dev, in mac8390_initdev()
[all …]
/linux/arch/mips/generic/
H A DPlatform19 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
20 its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
21 its-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S
22 its-$(CONFIG_FIT_IMAGE_FDT_LUTON) += board-luton.its.S
23 its-$(CONFIG_FIT_IMAGE_FDT_JAGUAR2) += board-jaguar2.its.S
24 its-$(CONFIG_FIT_IMAGE_FDT_SERVAL) += board-serval.its.S
25 its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S
26 its-$(CONFIG_FIT_IMAGE_FDT_MARDUK) += board-marduk.its.S

12345678910>>...83