Searched refs:board (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/linux-master/arch/mips/loongson32/ls1b/
H A DMakefile6 obj-y += board.o
/linux-master/arch/mips/loongson32/ls1c/
H A DMakefile6 obj-y += board.o
/linux-master/arch/arm/mach-gemini/
H A DMakefile3 obj-y := board-dt.o
/linux-master/arch/arm/mach-clps711x/
H A DMakefile2 obj-y += board-dt.o
/linux-master/arch/arm/mach-artpec/
H A DMakefile2 obj-$(CONFIG_MACH_ARTPEC6) := board-artpec6.o
/linux-master/arch/arm/mach-lpc18xx/
H A DMakefile2 obj-y += board-dt.o
/linux-master/arch/arm/mach-stm32/
H A DMakefile2 obj-y += board-dt.o
/linux-master/arch/mips/alchemy/
H A DMakefile2 obj-$(CONFIG_MIPS_GPR) += board-gpr.o
3 obj-$(CONFIG_MIPS_MTX1) += board-mtx1.o
4 obj-$(CONFIG_MIPS_XXS1500) += board-xxs1500.o
/linux-master/arch/arm/mach-sti/
H A DMakefile3 obj-$(CONFIG_ARCH_STI) += board-dt.o
/linux-master/arch/mips/generic/
H A DMakefile12 obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o
13 obj-$(CONFIG_LEGACY_BOARD_OCELOT) += board-ocelot.o
14 obj-$(CONFIG_MACH_INGENIC) += board-ingenic.o
15 obj-$(CONFIG_VIRT_BOARD_RANCHU) += board-ranchu.o
/linux-master/arch/sh/boards/
H A DMakefile3 # 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
[all...]
/linux-master/drivers/nubus/
H A Dbus.c71 struct nubus_board *board = to_nubus_board(dev); local
75 if (fres->board == board) {
79 kfree(board);
82 int nubus_device_register(struct nubus_board *board) argument
84 board->dev.parent = &nubus_parent;
85 board->dev.release = nubus_device_release;
86 board->dev.bus = &nubus_bus_type;
87 dev_set_name(&board->dev, "slot.%X", board
95 struct nubus_board *board = to_nubus_board(dev); local
[all...]
H A Dnubus.c37 * 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, argument
229 dir->ptr = dir->base = board->directory;
231 dir->mask = board->lanes;
241 dir->mask = fres->board->lanes;
246 int nubus_get_board_dir(const struct nubus_board *board, argument
251 dir->ptr = dir->base = board->directory;
253 dir->mask = board->lanes;
255 /* Now dereference it (the first directory is always the board
345 static int __init nubus_get_block_rsrc_dir(struct nubus_board *board, argument
365 nubus_get_display_vidmode(struct nubus_board *board, struct proc_dir_entry *procdir, const struct nubus_dirent *parent) argument
497 nubus_get_functional_resource(struct nubus_board *board, int slot, const struct nubus_dirent *parent) argument
592 nubus_get_icon(struct nubus_board *board, struct proc_dir_entry *procdir, const struct nubus_dirent *ent) argument
611 nubus_get_vendorinfo(struct nubus_board *board, struct proc_dir_entry *procdir, const struct nubus_dirent *parent) argument
638 nubus_get_board_resource(struct nubus_board *board, int slot, const struct nubus_dirent *parent) argument
726 struct nubus_board *board; local
[all...]
/linux-master/include/linux/
H A Dnubus.h80 struct nubus_board *board; member in struct:nubus_rsrc
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) argument
113 struct nubus_board *board)
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,
111 nubus_proc_add_rsrc_dir(struct proc_dir_entry *procdir, const struct nubus_dirent *ent, struct nubus_board *board) argument
171 nubus_set_drvdata(struct nubus_board *board, void *data) argument
176 nubus_get_drvdata(struct nubus_board *board) argument
[all...]
/linux-master/arch/mips/bcm47xx/
H A Dworkarounds.c21 enum bcm47xx_board board = bcm47xx_board_get(); local
23 switch (board) {
H A Dboard.c9 const enum bcm47xx_board board; member in struct:bcm47xx_board_type
14 struct bcm47xx_board_type board; member in struct:bcm47xx_board_type_list1
19 struct bcm47xx_board_type board; member in struct:bcm47xx_board_type_list2
25 struct bcm47xx_board_type board; member in struct:bcm47xx_board_type_list3
32 enum bcm47xx_board board; member in struct:bcm47xx_board_store
248 return &e1->board;
255 return &e1->board;
264 return &e2->board;
271 return &e1->board;
278 return &e1->board;
[all...]
/linux-master/drivers/net/can/sja1000/
H A Dkvaser_pci.c53 * The board configuration is probably following:
120 struct kvaser_pci *board = priv->priv; local
124 intcsr = ioread32(board->conf_addr + S5920_INTCSR);
126 iowrite32(intcsr, board->conf_addr + S5920_INTCSR);
132 struct kvaser_pci *board = priv->priv; local
136 tmp_en_io = ioread32(board->conf_addr + S5920_INTCSR);
138 iowrite32(tmp_en_io, board->conf_addr + S5920_INTCSR);
163 struct kvaser_pci *board; local
169 board = priv->priv;
170 if (!board)
204 struct kvaser_pci *board; local
284 struct kvaser_pci *board; local
[all...]
/linux-master/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
[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
[all...]
/linux-master/arch/mips/ath25/
H A DMakefile11 obj-y += board.o prom.o devices.o
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c16 * gpt nodes, then it is safe to use such gpt to reset the board,
21 * are listed in a 'board' table.
46 static const char *board[] __initdata = {
64 .compatibles = board,
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c23 static const char * const board[] __initconst = {
42 .compatibles = board,
/linux-master/drivers/mtd/nand/raw/
H A Dorion_nand.c33 struct orion_nand_data *board = nand_get_controller_data(nc); local
40 offs = (1 << board->cle);
42 offs = (1 << board->ale);
104 struct orion_nand_data *board; local
127 board = devm_kzalloc(&pdev->dev, sizeof(struct orion_nand_data),
129 if (!board)
132 board->cle = (u8)val;
134 board->cle = 0;
136 board->ale = (u8)val;
138 board
[all...]
/linux-master/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c34 static struct board_info board; variable in typeref:struct:board_info
680 * Register a sane SPROMv2 to make the on-board
718 * return board name for /proc/cpuinfo
722 return board.name;
779 /* find board by name */
783 /* copy, board desc array is marked initdata */
784 memcpy(&board, bcm963xx_boards[i], sizeof(board));
788 /* bail out if board is not found, will complain later */
789 if (!board
[all...]
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_1516.c94 const struct apci1516_boardinfo *board = dev->board_ptr; local
97 if (!board->has_wdog)
111 const struct apci1516_boardinfo *board = NULL; local
117 board = &apci1516_boardtypes[context];
118 if (!board)
120 dev->board_ptr = board;
121 dev->board_name = board->name;
140 if (board->di_nchan) {
143 s->n_chan = board->di_nchan;
153 if (board
[all...]

Completed in 176 milliseconds

1234567891011>>