HomeSort by relevance Sort by last modified time
    Searched refs:board (Results 1 - 25 of 31) sorted by null

1 2

  /build/target/board/
Android.mk 32 # If the file "board-info.txt" appears in $(TARGET_DEVICE_DIR),
36 board_info_txt := $(wildcard $(TARGET_DEVICE_DIR)/board-info.txt)
42 $(hide) echo "board=$(TARGET_BOOTLOADER_BOARD_NAME)" > $@
  /build/target/board/generic_x86/
BoardConfig.mk 17 TARGET_DISK_LAYOUT_CONFIG := build/target/board/generic_x86/disk_layout.conf
  /system/core/mkbootimg/
mkbootimg.c 65 " [ --board <boardname> ]\n"
107 char *board = ""; local
148 } else if(!strcmp(arg, "--board")) {
149 board = val;
178 if(strlen(board) >= BOOT_NAME_SIZE) {
179 fprintf(stderr,"error: board name too large\n");
183 strcpy(hdr.name, board);
  /external/grub/netboot/
sk_g16.c 59 * - Try to find out if the board is in 8 Bit or 16 Bit slot.
199 #define SK_IOREG (board->ioreg) /* LANCE data registers. */
200 #define SK_PORT (board->port) /* Control, Status register */
201 #define SK_IOCOM (board->iocom) /* I/O Command */
450 static SK_RAM *board; /* pointer to our memory mapped board components */ variable
761 /* if board found */
805 board = (SK_RAM *) rom_addr;
807 board->rom[0], board->rom[2], board->rom[4]))
    [all...]
  /device/htc/passion-common/libsensors/
Android.mk 21 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /device/samsung/crespo/liblight/
Android.mk 19 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /device/samsung/crespo/liboverlay/
Android.mk 19 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /device/samsung/crespo/libsensors/
Android.mk 21 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/libhardware/modules/gralloc/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/libhardware/modules/overlay/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/msm7k/libcopybit/
Android.mk 18 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /hardware/msm7k/libgralloc/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/msm7k/liblights/
Android.mk 18 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
  /hardware/ti/omap3/liboverlay/
Android.mk 17 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nubus.h 54 * SONIC comm-slot/on-board and DuoDock Ethernet: <4,1,1,272>
73 /* DrSW: Uniquely identifies the software interface to a board. This
103 /* DrHW: Uniquely identifies the hardware interface to a board (or at
276 /* This is the device's name rather than the board's.
277 Sometimes they are different. Usually the board name is
290 struct nubus_board* board; member in struct:nubus_dev
320 /* The root directory which contains the board and functional
322 int nubus_get_root_dir(const struct nubus_board* board,
324 /* The board directory */
325 int nubus_get_board_dir(const struct nubus_board* board,
    [all...]
  /bootable/bootloader/legacy/nandwrite/
nandwrite.c 30 #include <boot/board.h>
  /hardware/msm7k/libgralloc-qsd8k/
Android.mk 18 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /build/core/
config.mk 125 # Boards may be defined under $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)
131 $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)/BoardConfig.mk \
139 $(error Multiple board config files for TARGET_DEVICE $(TARGET_DEVICE): $(board_config_mk))
145 # Clean up/verify variables defined by the board config file.
149 $(error No TARGET_CPU_ABI defined by board config: $(board_config_mk))
  /system/core/adb/
Android.mk 133 # TODO: This should probably be board specific, whether or not the kernel has
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 30 #include <boot/board.h>
  /bootable/bootloader/legacy/usbloader/
main.c 33 #include <boot/board.h>
usbloader.c 31 #include <boot/board.h>
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 49 #include <plat/board.h>
57 #include <mach/board.h>
    [all...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrv.c 31 #include <plat/board.h>
39 #include <mach/board.h>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 402 char * board; member in struct:__anon14937
    [all...]

Completed in 2147 milliseconds

1 2