/linux-6.12.1/drivers/eisa/ |
D | eisa.ids | 18 ACE1010 "ACME Super Fast System Board" 21 ACE3030 "ACME Sample VS Board 1" 23 ACE5010 "ACME VDU Video Board" 25 ACE7010 "ACME Multi-Function Board" 26 ACR1201 "Acer 1200 486/25 EISA System Board" 27 ACR1211 "AcerFrame 3000SP33 486/33 EISA System Board" 28 ACR1341 "M1 486SX/20 CPU Board" 29 ACR1351 "M1 486SX/20 CPU Board" 30 ACR1361 "M1 487/20 CPU Board" 31 ACR1371 "M1 487/20 CPU Board" [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | fsl.yaml | 65 - description: i.MX27 APF27 SoM Board 71 - description: i.MX27 Eukrea CPUIMX27 SoM Board 77 - description: i.MX27 Phytec pca100 Board 83 - description: i.MX27 Phytec pcm970 Board 93 - bluegiga,apx4devkit # Bluegiga APx4 SoM on dev board 101 - msr,m28cu3 # M28 SoM with custom base board 106 - description: i.MX28 Aries M28 SoM Board 112 - description: i.MX28 Aries M28EVK Board 118 - description: i.MX28 Armadeus Systems APF28Dev Board 152 - description: i.MX28 Eukrea Electromatique MBMX283LC Board [all …]
|
/linux-6.12.1/arch/powerpc/platforms/85xx/ |
D | Kconfig | 23 This option enables support for the Freescale BSC9131RDB board. 32 This option enables support for the C293PCIE board 38 This option enables support for the Freescale BSC9132 QDS 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 107 This option enables generic unified support for any board with the 110 For example: P2020 DS board, P2020 RDB board, P2020 RDB PC board or 117 This option enables support for the P1010 RDB board [all …]
|
/linux-6.12.1/drivers/net/can/sja1000/ |
D | kvaser_pci.c | 53 * The board configuration is probably following: 120 struct kvaser_pci *board = priv->priv; in kvaser_pci_disable_irq() local 124 intcsr = ioread32(board->conf_addr + S5920_INTCSR); in kvaser_pci_disable_irq() 126 iowrite32(intcsr, board->conf_addr + S5920_INTCSR); in kvaser_pci_disable_irq() 132 struct kvaser_pci *board = priv->priv; in kvaser_pci_enable_irq() local 136 tmp_en_io = ioread32(board->conf_addr + S5920_INTCSR); in kvaser_pci_enable_irq() 138 iowrite32(tmp_en_io, board->conf_addr + S5920_INTCSR); in kvaser_pci_enable_irq() 163 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() [all …]
|
/linux-6.12.1/Documentation/arch/sh/ |
D | new-machine.rst | 4 Adding a new board to LinuxSH 18 of the board-specific code (with the exception of stboards) ended up 19 in arch/sh/kernel/ directly, with board-specific headers ending up in 20 include/asm-sh/. For the new kernel, things are broken out by board type, 24 Board-specific code:: 31 | | `-- board-specific files 33 | | `-- board-specific files 40 | `-- board-specific headers 42 | `-- board-specific headers 57 board-specific headers. Thus, include/asm-sh/hd64461 is home to all of the [all …]
|
/linux-6.12.1/arch/sh/boards/ |
D | Kconfig | 2 menu "Board support" 42 SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. 50 evaluation board. 58 evaluation board. 66 evaluation board. 76 evaluation board. 87 evaluation board. 96 evaluation board. 105 evaluation board. 115 SH7343 (SH-Mobile 3AS) evaluation board. [all …]
|
D | Makefile | 3 # Specific board support, not covered by a mach group. 5 obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o 6 obj-$(CONFIG_SH_SECUREEDGE5410) += board-secureedge5410.o 7 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 [all …]
|
/linux-6.12.1/drivers/nubus/ |
D | bus.c | 71 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() 82 int nubus_device_register(struct nubus_board *board) in nubus_device_register() argument 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() [all …]
|
D | nubus.c | 37 * thought to be suitable for that and some board ROMs make it too expensive. 226 int nubus_get_root_dir(const struct nubus_board *board, in nubus_get_root_dir() argument 229 dir->ptr = dir->base = board->directory; in nubus_get_root_dir() 231 dir->mask = board->lanes; in nubus_get_root_dir() 241 dir->mask = fres->board->lanes; in nubus_get_func_dir() 246 int nubus_get_board_dir(const struct nubus_board *board, in nubus_get_board_dir() argument 251 dir->ptr = dir->base = board->directory; in nubus_get_board_dir() 253 dir->mask = board->lanes; in nubus_get_board_dir() 255 /* Now dereference it (the first directory is always the 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() argument [all …]
|
/linux-6.12.1/arch/m68k/ |
D | Kconfig.machine | 59 board. Boards currently supported include Motorola boards MVME147, 70 build a kernel which can run on MVME147 single-board computers. If 202 bool "DragonEngine II board support" 206 Support for the DragonEngine II board. 231 bool "Arnewsh 5206 board support" 234 Support for the Arnewsh 5206 board. 237 bool "Motorola M5206eC3 board support" 240 Support for the Motorola M5206eC3 board. 243 bool "Motorola M5206eLITE board support" 246 Support for the Motorola M5206eLITE board. [all …]
|
/linux-6.12.1/arch/powerpc/platforms/44x/ |
D | Kconfig | 17 This option enables support for the IBM PPC440EP evaluation board. 29 This option enables support for the APM APM821xx Evaluation board. 39 This option enables support for the IBM PPC440GP evaluation board. 47 This option enables support for the ACube Sam440ep board. 55 This option enables support for the AMCC PPC440EPX evaluation board. 65 evaluation board. 76 This option enables support for the AMCC PPC440SPe evaluation board. 85 This option enables support for the AMCC PPC440GRX evaluation board. 107 This option enables support for the AMCC Dual PPC460GT evaluation board. 119 This option enables support for the AMCC PPC460EX evaluation board. [all …]
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | orion_nand.c | 33 struct orion_nand_data *board = nand_get_controller_data(nc); in orion_nand_cmd_ctrl() local 40 offs = (1 << board->cle); in orion_nand_cmd_ctrl() 42 offs = (1 << board->ale); in orion_nand_cmd_ctrl() 104 struct orion_nand_data *board; in orion_nand_probe() local 127 board = devm_kzalloc(&pdev->dev, sizeof(struct orion_nand_data), in orion_nand_probe() 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() [all …]
|
/linux-6.12.1/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 34 static struct board_info board; variable 680 * Register a sane SPROMv2 to make the on-board 718 * return board name for /proc/cpuinfo 722 return board.name; in board_get_name() 779 /* find board by name */ in board_prom_init() 783 /* copy, board desc array is marked initdata */ in board_prom_init() 784 memcpy(&board, bcm963xx_boards[i], sizeof(board)); in board_prom_init() 788 /* bail out if board is not found, will complain later */ in board_prom_init() 789 if (!board.name[0]) { in board_prom_init() 793 pr_err("unknown bcm963xx board: %s\n", name); in board_prom_init() [all …]
|
/linux-6.12.1/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-board.c | 30 * Helper functions to abstract board specific data about 42 #include <asm/octeon/cvmx-helper-board.h> 53 * This function must be modified for every new Octeon board. 55 * data to determine board types and revisions. It replies on the 56 * fact that every Octeon board receives a unique board type 95 /* Board has 8 RGMII ports PHYs are 0-7 */ in cvmx_helper_board_get_mii_address() 103 /* Board has dual SPI4 and no PHYs */ in cvmx_helper_board_get_mii_address() 108 /* Board has 2 management ports */ in cvmx_helper_board_get_mii_address() 113 * Board has 4 SGMII ports. The PHYs start right after the MII in cvmx_helper_board_get_mii_address() 123 /* Board has 1 management port */ in cvmx_helper_board_get_mii_address() [all …]
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx-helper-board.h | 30 * Helper functions to abstract board specific data about 66 * This function must be modified for every new Octeon board. 68 * data to determine board types and revisions. It relies on the 69 * fact that every Octeon board receives a unique board type 79 * This function is the board specific method of determining an 84 * This function must be modified for every new Octeon board. 86 * data to determine board types and revisions. It relies on the 87 * fact that every Octeon board receives a unique board type 101 * interface. This function is the per board location to override 104 * board. [all …]
|
/linux-6.12.1/arch/sparc/kernel/ |
D | sun4d_irq.c | 29 * SBUS interrupts are encodes as a combination of board, level and slot. 38 static unsigned int sun4d_encode_irq(int board, int lvl, int slot) in sun4d_encode_irq() argument 40 return (board + 1) << 5 | (lvl << 2) | slot; in sun4d_encode_irq() 55 /* Specify which cpu handle interrupts from which board. 56 * Index is board - value is cpu. 82 /* SBUS interrupts are encoded integers including the board number 260 int board = of_getintprop_default(dp, "board#", 0); in sun4d_distribute_irqs() local 261 board_to_cpu[board] = cpuid; in sun4d_distribute_irqs() 291 unsigned int board) in _sun4d_build_device_irq() argument 299 real_irq, pil, board); in _sun4d_build_device_irq() [all …]
|
/linux-6.12.1/Documentation/arch/arm/google/ |
D | chromebook-boot-flow.rst | 16 - Board name, specified at depthcharge_ compile time. This is $(BOARD) below. 17 - Board revision number, determined at runtime (perhaps by reading GPIO 23 - google,$(BOARD)-rev$(REV)-sku$(SKU) 24 - google,$(BOARD)-rev$(REV) 25 - google,$(BOARD)-sku$(SKU) 26 - google,$(BOARD) 31 Note that for some boards there may be extra board-specific logic to inject 41 As an example, if we're on board "lazor", rev 4, SKU 0 and we have two device 52 match board or SKU revisions that are "close by". That is to say that 53 if depthcharge_ knows it's on "rev4" of a board but there is no "rev4" [all …]
|
/linux-6.12.1/drivers/video/fbdev/ |
D | hecubafb.c | 24 * It is intended to be architecture independent. A board specific driver 75 par->board->set_data(par, data); in apollo_send_data() 78 par->board->set_ctl(par, HCB_DS_BIT, 0); in apollo_send_data() 81 par->board->wait_for_ack(par, 0); in apollo_send_data() 84 par->board->set_ctl(par, HCB_DS_BIT, 1); in apollo_send_data() 87 par->board->wait_for_ack(par, 1); in apollo_send_data() 93 par->board->set_ctl(par, HCB_CD_BIT, 1); in apollo_send_command() 99 par->board->set_ctl(par, HCB_CD_BIT, 0); in apollo_send_command() 155 struct hecuba_board *board; in hecubafb_probe() local 161 /* pick up board specific routines */ in hecubafb_probe() [all …]
|
D | broadsheetfb.c | 14 * It is intended to be architecture independent. A board specific driver 51 /* table of panel specific parameters to be indexed into by the board drivers */ 121 par->board->set_ctl(par, BS_WR, 0); in broadsheet_gpio_issue_data() 122 par->board->set_hdb(par, data); in broadsheet_gpio_issue_data() 123 par->board->set_ctl(par, BS_WR, 1); in broadsheet_gpio_issue_data() 128 par->board->set_ctl(par, BS_DC, 0); in broadsheet_gpio_issue_cmd() 134 par->board->wait_for_rdy(par); in broadsheet_gpio_send_command() 136 par->board->set_ctl(par, BS_CS, 0); in broadsheet_gpio_send_command() 138 par->board->set_ctl(par, BS_DC, 1); in broadsheet_gpio_send_command() 139 par->board->set_ctl(par, BS_CS, 1); in broadsheet_gpio_send_command() [all …]
|
/linux-6.12.1/include/linux/ |
D | nubus.h | 80 struct nubus_board *board; member 88 int (*probe)(struct nubus_board *board); 89 void (*remove)(struct nubus_board *board); 96 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board); 99 struct nubus_board *board); 108 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board) in nubus_proc_add_board() argument 113 struct nubus_board *board) in nubus_proc_add_rsrc_dir() argument 129 for_each_func_rsrc(f) if (f->board != b) {} else 134 /* The root directory which contains the board and functional 136 int nubus_get_root_dir(const struct nubus_board *board, [all …]
|
/linux-6.12.1/Documentation/networking/devlink/ |
D | nfp.rst | 33 * - ``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-6.12.1/drivers/net/ethernet/sfc/falcon/ |
D | falcon_boards.c | 15 /* Macros for unpacking the board revision */ 21 /* Board types */ 27 /* Board temperature is about 15°C above ambient when air flow is 90 struct falcon_board *board = falcon_board(efx); in ef4_init_lm87() local 91 struct i2c_client *client = i2c_new_client_device(&board->i2c_adap, info); in ef4_init_lm87() 108 board->hwmon_client = client; in ef4_init_lm87() 167 "; board is overheating" : "", in ef4_check_lm87() 403 struct falcon_board *board = falcon_board(efx); in sfe4001_fini() local 409 i2c_unregister_device(board->ioexp_client); in sfe4001_fini() 410 i2c_unregister_device(board->hwmon_client); in sfe4001_fini() [all …]
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | msm-sdm845-flakes.txt | 1 # Board Name: sdm845-cheza-r3 8 # Board Name: sdm845-cheza-r3 15 # Board Name: sdm845-cheza-r3 22 # Board Name: sdm845-cheza-r3 29 # Board Name: sdm845-cheza-r3 36 # Board Name: sdm845-cheza-r3 43 # Board Name: sdm845-cheza-r3 50 # Board Name: sdm845-cheza-r3 57 # Board Name: sdm845-cheza-r3 64 # Board Name: sdm845-cheza-r3 [all …]
|
/linux-6.12.1/sound/soc/intel/avs/boards/ |
D | Kconfig | 8 tristate "da7219 I2S board" 18 tristate "DMIC generic board" 26 tristate "es8336 I2S board" 36 tristate "HD-Audio generic board" 44 tristate "I2S test board" 46 This adds support for I2S test-board which can be used to verify 50 tristate "max98927 I2S board" 60 tristate "max98357A I2S board" 70 tristate "max98373 I2S board" 80 tristate "nau8825 I2S board" [all …]
|
/linux-6.12.1/sound/soc/intel/avs/ |
D | board_selection.c | 23 MODULE_PARM_DESC(i2s_test, "Probe I2S test-board and skip all other I2S boards"); 72 /* supported I2S board codec configurations */ 406 struct platform_device *board; in avs_register_probe_board() local 416 board = platform_device_register_data(NULL, "avs_probe_mb", PLATFORM_DEVID_NONE, in avs_register_probe_board() 418 if (IS_ERR(board)) { in avs_register_probe_board() 419 dev_err(adev->dev, "probe board register failed\n"); in avs_register_probe_board() 420 return PTR_ERR(board); in avs_register_probe_board() 423 ret = devm_add_action(adev->dev, board_pdev_unregister, board); in avs_register_probe_board() 425 platform_device_unregister(board); in avs_register_probe_board() 433 struct platform_device *codec, *board; in avs_register_dmic_board() local [all …]
|