HomeSort by relevance Sort by last modified time
    Searched refs:minor (Results 126 - 150 of 213) sorted by null

1 2 3 4 56 7 8 9

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 75 FNDEF(EGLBoolean, eglInitialize, (EGLDisplay dpy, EGLint *major, EGLint *minor));
  /external/bluetooth/bluez/src/
adapter.h 141 uint8_t minor);
  /external/grub/netboot/
etherboot.h 489 unsigned char major, minor; /* Version */ member in struct:ebinfo
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 306 info->version.minor,
  /external/qemu/
vnc.h 135 int minor; member in struct:VncState
  /frameworks/base/opengl/tests/angeles/include/GLES/
egl.h 197 GLAPI EGLBoolean APIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiwlnif.h 87 tiUINT8 minor;
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 69 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor))
    [all...]
  /device/samsung/crespo/libaudio2/
asound.h 17 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor))
  /external/kernel-headers/original/linux/
blkdev.h 838 #define MODULE_ALIAS_BLOCKDEV(major,minor) \
839 MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor))
usb.h 97 * @minor: the minor number assigned to this interface, if this
101 * function of the driver, after it has been assigned a minor
142 int minor; /* minor number this interface is member in struct:usb_interface
425 int minor);
620 * @minor_base: the start of the minor range for this driver.
    [all...]
serial_core.h 342 int minor; member in struct:uart_driver
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 600 info->version.minor,
608 info->version.minor,
  /external/qemu/hw/
bt-hid.c 535 USBDevice *dev, enum peripheral_minor_class minor)
542 (minor << 2) |
  /external/wpa_supplicant/
ctrl_iface_dbus.c 34 #define DBUS_VER(major, minor) ((major) << 8 | (minor))
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 26 #define DBUS_VER(major, minor) ((major) << 8 | (minor))
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 276 __u8 minor; member in struct:voyager_bios_info
  /development/ndk/platforms/android-5/arch-x86/include/asm/
voyager.h 276 __u8 minor; member in struct:voyager_bios_info
  /development/ndk/platforms/android-9/include/EGL/
egl.h 252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
  /external/expat/amiga/include/libraries/
expat.h 515 int minor; member in struct:__anon3707
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dgastr.h 33 CARD16 minorVersion B16; /* minor version of DGA protocol */
275 CARD16 minor B16;
  /frameworks/base/opengl/include/EGL/
egl.h 252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 276 __u8 minor; member in struct:voyager_bios_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 276 __u8 minor; member in struct:voyager_bios_info
  /external/bluetooth/hcidump/parser/
lmp.c 725 uint8_t minor = LMP_U8(frm); local
729 printf("major type %d minor type %d payload length %d\n",
730 major, minor, length);
732 if (major == 1 && minor == 1) {

Completed in 581 milliseconds

1 2 3 4 56 7 8 9