HomeSort by relevance Sort by last modified time
    Searched refs:get_device_type (Results 1 - 23 of 23) sorted by null

  /external/u-boot/arch/arm/mach-s5pc1xx/include/mach/
sys_proto.h 10 u32 get_device_type(void);
  /external/u-boot/arch/arm/mach-exynos/include/mach/
sys_proto.h 10 u32 get_device_type(void);
  /external/u-boot/arch/arm/mach-omap2/
sysinfo-common.c 16 u32 get_device_type(void) function
hwinit-common.c 70 switch (get_device_type()) {
utils.c 57 u32 dev = get_device_type();
  /external/u-boot/arch/arm/cpu/armv7/s5p-common/
cpu_info.c 27 u32 get_device_type(void) function
  /external/u-boot/arch/arm/mach-omap2/am33xx/
fdt.c 19 if (GP_DEVICE != get_device_type()) {
sys_info.c 124 if (get_device_type() < ARRAY_SIZE(dev_types))
125 sec_s = dev_types[get_device_type()];
  /external/u-boot/arch/arm/include/asm/arch-am33xx/
sys_proto.h 19 u32 get_device_type(void);
  /external/autotest/client/site_tests/bluetooth_IDCheck/
bluetooth_IDCheck.py 56 device_type = utils.get_device_type().lower()
  /external/u-boot/arch/arm/include/asm/arch-omap3/
sys_proto.h 61 u32 get_device_type(void);
  /external/u-boot/arch/arm/include/asm/arch-omap4/
sys_proto.h 44 u32 get_device_type(void);
  /external/u-boot/arch/arm/mach-omap2/omap3/
board.c 153 mode = get_device_type();
381 if (get_device_type() == GP_DEVICE)
391 if (get_device_type() == GP_DEVICE)
417 if (get_device_type() == GP_DEVICE) {
sys_info.c 345 switch (get_device_type()) {
  /external/u-boot/arch/arm/include/asm/arch-omap5/
sys_proto.h 48 u32 get_device_type(void);
  /external/autotest/client/common_lib/
lsbrelease_utils.py 177 def get_device_type(lsb_release_content=None): function
  /external/autotest/client/site_tests/graphics_Drm/
graphics_Drm.py 37 if num_displays == 0 and utils.get_device_type() == 'CHROMEBOOK':
  /external/u-boot/arch/arm/mach-omap2/omap5/
fdt.c 135 if (GP_DEVICE != get_device_type()) {
  /external/u-boot/board/nokia/rx51/
rx51.c 433 if (get_device_type() == HS_DEVICE)
  /external/u-boot/board/ti/am335x/
board.c 734 if (get_device_type() == HS_DEVICE)
  /external/u-boot/board/ti/am43xx/
board.c 693 if (get_device_type() == HS_DEVICE)
  /external/u-boot/board/ti/am57xx/
board.c 693 if (get_device_type() == HS_DEVICE)
  /external/u-boot/board/ti/dra7xx/
evm.c 675 if (get_device_type() == HS_DEVICE)
    [all...]

Completed in 1057 milliseconds