Home
last modified time | relevance | path

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

12345678910>>...66

/linux-6.3-rc2/drivers/net/can/sja1000/
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-6.3-rc2/arch/sh/boards/
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-6.3-rc2/drivers/nubus/
A Dnubus.c499 dir.procdir = nubus_proc_add_rsrc_dir(board->procdir, parent, board); in nubus_get_functional_resource()
507 fres->board = board; in nubus_get_functional_resource()
639 dir.procdir = nubus_proc_add_rsrc_dir(board->procdir, parent, board); in nubus_get_board_resource()
731 if ((board = kzalloc(sizeof(*board), GFP_ATOMIC)) == NULL) in nubus_add_board()
733 board->fblock = rp; in nubus_add_board()
745 rp = board->fblock; in nubus_add_board()
747 board->slot = slot; in nubus_add_board()
777 board->directory = board->fblock; in nubus_add_board()
778 nubus_move(&board->directory, nubus_expand32(board->doffset), in nubus_add_board()
795 kfree(board); in nubus_add_board()
[all …]
A Dbus.c78 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release() local
82 if (fres->board == board) { in nubus_device_release()
86 kfree(board); in nubus_device_release()
91 board->dev.parent = &nubus_parent; in nubus_device_register()
92 board->dev.release = nubus_device_release; in nubus_device_register()
93 board->dev.bus = &nubus_bus_type; in nubus_device_register()
94 dev_set_name(&board->dev, "slot.%X", board->slot); in nubus_device_register()
95 board->dev.dma_mask = &board->dev.coherent_dma_mask; in nubus_device_register()
96 dma_set_mask(&board->dev, DMA_BIT_MASK(32)); in nubus_device_register()
97 return device_register(&board->dev); in nubus_device_register()
[all …]
/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dorion_nand.c40 offs = (1 << board->cle); in orion_nand_cmd_ctrl()
42 offs = (1 << board->ale); in orion_nand_cmd_ctrl()
131 if (!board) in orion_nand_probe()
134 board->cle = (u8)val; in orion_nand_probe()
136 board->cle = 0; in orion_nand_probe()
138 board->ale = (u8)val; in orion_nand_probe()
140 board->ale = 1; in orion_nand_probe()
145 board->width = 8; in orion_nand_probe()
161 if (board->chip_delay) in orion_nand_probe()
166 board->width); in orion_nand_probe()
[all …]
/linux-6.3-rc2/arch/mips/bcm63xx/boards/
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-6.3-rc2/include/linux/
A Dnubus.h80 struct nubus_board *board; member
88 int (*probe)(struct nubus_board *board);
89 void (*remove)(struct nubus_board *board);
100 struct nubus_board *board);
114 struct nubus_board *board) in nubus_proc_add_rsrc_dir() argument
130 for_each_func_rsrc(f) if (f->board != b) {} else
137 int nubus_get_root_dir(const struct nubus_board *board,
140 int nubus_get_board_dir(const struct nubus_board *board,
167 int nubus_device_register(struct nubus_board *board);
174 dev_set_drvdata(&board->dev, data); in nubus_set_drvdata()
[all …]
/linux-6.3-rc2/sound/soc/intel/common/
A Dsoc-acpi-intel-cht-match.c37 .board = "cht-bsw",
80 .board = "cht-bsw",
87 .board = "cht-bsw",
94 .board = "cht-bsw",
101 .board = "cht-bsw",
108 .board = "bytcht_da7213",
115 .board = "bytcht_es8316",
123 .board = "bytcr_rt5640",
137 .board = "bytcr_rt5651",
144 .board = "bytcht_cx2072x",
[all …]
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-6.3-rc2/drivers/net/ethernet/sfc/falcon/
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-6.3-rc2/Documentation/devicetree/bindings/board/
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-6.3-rc2/drivers/comedi/drivers/
A Ddas08.c203 if (board->ai_nbits == 16) in das08_ai_insn_read()
311 if (board->is_jr) { in das08_ao_set_data()
352 dev->board_name = board->name; in das08_common_attach()
360 if (board->ai_nbits) { in das08_common_attach()
380 if (board->ao_nbits) { in das08_common_attach()
403 if (board->di_nchan) { in das08_common_attach()
406 s->n_chan = board->di_nchan; in das08_common_attach()
417 if (board->do_nchan) { in das08_common_attach()
420 s->n_chan = board->do_nchan; in das08_common_attach()
431 if (board->i8255_offset != 0) { in das08_common_attach()
[all …]
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 …]
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 …]
A Damplc_dio200_common.c94 if (board->is_pcie) in dio200_read8()
107 if (board->is_pcie) in dio200_write8()
121 if (board->is_pcie) in dio200_read32()
134 if (board->is_pcie) in dio200_write32()
157 if (board->is_pcie) in dio200_subdev_8254_offset()
172 if (board->has_int_sce) { in dio200_subdev_intr_insn_bits()
191 if (board->has_int_sce) in dio200_stop_intr()
213 if (board->has_int_sce) in dio200_start_intr()
307 if (board->has_int_sce) in dio200_handle_read_intr()
433 if (board->has_int_sce) in dio200_subdev_intr_init()
[all …]
/linux-6.3-rc2/arch/mips/bcm47xx/
A Dboard.c32 enum bcm47xx_board board; member
247 return &e1->board; in bcm47xx_board_get_nvram()
254 return &e1->board; in bcm47xx_board_get_nvram()
263 return &e2->board; in bcm47xx_board_get_nvram()
270 return &e1->board; in bcm47xx_board_get_nvram()
277 return &e1->board; in bcm47xx_board_get_nvram()
286 return &e1->board; in bcm47xx_board_get_nvram()
295 return &e2->board; in bcm47xx_board_get_nvram()
302 return &e1->board; in bcm47xx_board_get_nvram()
313 return &e3->board; in bcm47xx_board_get_nvram()
[all …]
/linux-6.3-rc2/drivers/video/fbdev/
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()
87 par->board->wait_for_ack(par, 1); in apollo_send_data()
217 struct hecuba_board *board; in hecubafb_probe() local
224 board = dev->dev.platform_data; in hecubafb_probe()
225 if (!board) in hecubafb_probe()
250 par->board = board; in hecubafb_probe()
268 retval = par->board->init(par); in hecubafb_probe()
278 module_put(board->owner); in hecubafb_probe()
291 if (par->board->remove) in hecubafb_remove()
[all …]
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()
1079 if (!board) in broadsheetfb_probe()
1127 par->board = board; in broadsheetfb_probe()
1156 retval = board->init(par); in broadsheetfb_probe()
1183 board->cleanup(par); in broadsheetfb_probe()
1191 module_put(board->owner); in broadsheetfb_probe()
[all …]
/linux-6.3-rc2/drivers/net/appletalk/
A Dcops.c281 int board = board_type; in cops_probe1() local
343 lp->board = board; in cops_probe1()
350 if(board==DAYNA) in cops_probe1()
353 if(board==TANGENT) { in cops_probe1()
380 if(board==DAYNA) in cops_irq()
386 if(board==TANGENT) in cops_irq()
610 if(lp->board == DAYNA) in cops_nodeid()
627 if(lp->board == TANGENT) in cops_nodeid()
652 if(lp->board == DAYNA) in cops_nodeid()
657 if(lp->board == TANGENT) in cops_nodeid()
[all …]
/linux-6.3-rc2/arch/sparc/kernel/
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-6.3-rc2/sound/soc/intel/avs/
A Dboard_selection.c296 struct platform_device *board; in avs_register_probe_board() local
308 if (IS_ERR(board)) { in avs_register_probe_board()
310 return PTR_ERR(board); in avs_register_probe_board()
354 if (IS_ERR(board)) { in avs_register_dmic_board()
356 return PTR_ERR(board); in avs_register_dmic_board()
370 struct platform_device *board; in avs_register_i2s_board() local
396 if (IS_ERR(board)) { in avs_register_i2s_board()
398 return PTR_ERR(board); in avs_register_i2s_board()
464 struct platform_device *board; in avs_register_hda_board() local
487 if (IS_ERR(board)) { in avs_register_hda_board()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/natsemi/
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()
570 for_each_board_func_rsrc(board, fres) { in mac_sonic_nubus_probe()
587 lp->device = &board->dev; in mac_sonic_nubus_probe()
588 SET_NETDEV_DEV(ndev, &board->dev); in mac_sonic_nubus_probe()
590 err = mac_sonic_nubus_probe_board(board, id, ndev); in mac_sonic_nubus_probe()
600 nubus_set_drvdata(board, ndev); in mac_sonic_nubus_probe()
[all …]
/linux-6.3-rc2/arch/powerpc/platforms/85xx/
A DKconfig32 This option enables support for the C293PCIE board
47 This option enables support for the MPC 8540 ADS board
54 This option enables support for the MPC 8560 ADS board
62 This option enables support for the MPC85xx CDS board
78 This option enables support for the MPC8536 DS board
104 This option enables support for the P1010 RDB board
122 reference board.
140 This option enables support for the Socrates board.
149 bool "X-ES single-board computer"
162 board.
[all …]
/linux-6.3-rc2/drivers/net/ethernet/8390/
A Dmac8390.c290 struct nubus_board *board = fres->board; in mac8390_rsrc_init() local
297 dev->irq = SLOT2IRQ(board->slot); in mac8390_rsrc_init()
299 dev->base_addr = board->slot_addr | ((board->slot & 0xf) << 20); in mac8390_rsrc_init()
307 dev_err(&board->dev, in mac8390_rsrc_init()
325 dev_err(&board->dev, in mac8390_rsrc_init()
336 dev_info(&board->dev, in mac8390_rsrc_init()
380 dev_err(&board->dev, in mac8390_rsrc_init()
400 SET_NETDEV_DEV(dev, &board->dev); in mac8390_device_probe()
425 nubus_set_drvdata(board, dev); in mac8390_device_probe()
532 dev_err(&board->dev, in mac8390_initdev()
[all …]
/linux-6.3-rc2/arch/mips/generic/
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

Completed in 44 milliseconds

12345678910>>...66