/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_cdev.c | 211 unsigned int minor, in __register_u_cdev_region() argument 235 u_cdev_add(new, MKDEV(major, minor), count); in __register_u_cdev_region() 248 u_cdev_add(new, MKDEV(major, minor), count); in __register_u_cdev_region() 255 u_cdev_add(new, MKDEV(major, minor), count); in __register_u_cdev_region() 263 if (MKDEV(major, minor) >= dev_p->dev_id + last_count) in __register_u_cdev_region() 265 else if (MKDEV(major, minor) + count <= dev_p->dev_id) in __register_u_cdev_region() 277 u_cdev_add(new, MKDEV(major, minor), count); in __register_u_cdev_region() 290 int alloc_u_cdev_region(unsigned int *dev_id, unsigned int minor, unsigned int count) in alloc_u_cdev_region() argument 299 major = __register_u_cdev_region(0, minor, count); in alloc_u_cdev_region() 304 *dev_id = MKDEV(major, minor); in alloc_u_cdev_region() [all …]
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_platform.c | 212 int minor = SDL_MINOR_VERSION; in platform_testGetVersion() local 219 SDLTest_AssertCheck( linked.minor >= minor, in platform_testGetVersion() 221 linked.minor, in platform_testGetVersion() 222 minor); in platform_testGetVersion() 235 int minor = SDL_MINOR_VERSION; in platform_testSDLVersion() local 242 SDLTest_AssertCheck( compiled.minor >= minor, in platform_testSDLVersion() 244 compiled.minor, in platform_testSDLVersion() 245 minor); in platform_testSDLVersion()
|
A D | testver.c | 39 compiled.major, compiled.minor, compiled.patch, in main() 43 linked.major, linked.minor, linked.patch, in main()
|
A D | acinclude.m4 | 107 int major, minor, micro; 117 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 123 (($sdl_major_version == major) && ($sdl_minor_version > minor)) || 124 … (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) 131 …f("*** of SDL required is %d.%d.%d. If sdl2-config is correct, then it is\n", major, minor, micro);
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpiopengles.c | 33 RPI_GLES_DefaultProfileConfig(_THIS, int *mask, int *major, int *minor) in RPI_GLES_DefaultProfileConfig() argument 37 *minor = 0; in RPI_GLES_DefaultProfileConfig()
|
A D | SDL_rpiopengles.h | 43 extern void RPI_GLES_DefaultProfileConfig(_THIS, int *mask, int *major, int *minor);
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_version.h | 54 Uint8 minor; /**< minor version */ member 82 (x)->minor = SDL_MINOR_VERSION; \
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | eth.h | 25 #define CSI_ETH_VERSION_MAJOR_MINOR(major,minor) (((major) << 8) | (minor)) argument
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/ |
A D | u_cdev.h | 58 int alloc_u_cdev_region(unsigned int *dev_id, unsigned int minor, unsigned int count); 61 unsigned int minor,
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11modes.c | 153 CheckXinerama(Display * display, int *major, int *minor) in CheckXinerama() argument 159 *major = *minor = 0; in CheckXinerama() 178 !X11_XineramaQueryVersion(display, major, minor) || in CheckXinerama() 209 CheckXRandR(Display * display, int *major, int *minor) in CheckXRandR() argument 212 *major = *minor = 0; in CheckXRandR() 239 *major = 1; *minor = 3; /* we want 1.3 */ in CheckXRandR() 240 if (!X11_XRRQueryVersion(display, major, minor)) { in CheckXRandR() 244 *major = *minor = 0; in CheckXRandR() 507 CheckVidMode(Display * display, int *major, int *minor) in CheckVidMode() argument 511 *major = *minor = 0; in CheckVidMode() [all …]
|
A D | SDL_x11xinput2.c | 64 query_xinput2_version(Display *display, int major, int minor) in query_xinput2_version() argument 67 X11_XIQueryVersion(display, &major, &minor); in query_xinput2_version() 68 return ((major * 1000) + minor); in query_xinput2_version()
|
A D | SDL_x11opengl.h | 47 int minor; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/ |
A D | README | 9 The files in this directory may change between minor releases, however 12 for given configurations can be, and has been, dropped between successive minor 14 directory it is very unlikely that it will be tested before a minor release!
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | ibeacons.c | 35 uu.init_becons.minor[0] = _minor[0]; in ibeacon_Init() 36 uu.init_becons.minor[1] = _minor[1]; in ibeacon_Init()
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | esd.m4 | 88 int major, minor, micro; 95 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 101 (($esd_major_version == major) && ($esd_minor_version > minor)) || 102 … (($esd_major_version == major) && ($esd_minor_version == minor) && ($esd_micro_version >= micro))) 109 …tf("*** of ESD required is %d.%d.%d. If esd-config is correct, then it is\n", major, minor, micro);
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | sdl2.m4 | 107 int major, minor, micro; 117 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 123 (($sdl_major_version == major) && ($sdl_minor_version > minor)) || 124 … (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) 131 …f("*** of SDL required is %d.%d.%d. If sdl2-config is correct, then it is\n", major, minor, micro);
|
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/ |
A D | ibeacons.h | 14 uint8_t minor[2]; member
|
/AliOS-Things-master/components/SDL2/ |
A D | sdl2.m4 | 136 int major, minor, micro; 146 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 152 (($sdl_major_version == major) && ($sdl_minor_version > minor)) || 153 … (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) 160 …f("*** of SDL required is %d.%d.%d. If sdl2-config is correct, then it is\n", major, minor, micro);
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_tvoc_sensirion_sgp30.c | 145 int minor = data[1] & 0x1f; in drv_sgp30_init_sensor() local 148 if (unlikely(major != 0 || minor < 6)) { // unsupported sensor in drv_sgp30_init_sensor()
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | hid.c | 98 int major, minor, release; in detect_kernel_version() local 102 ret = sscanf(name.release, "%d.%d.%d", &major, &minor, &release); in detect_kernel_version() 104 return KERNEL_VERSION(major, minor, release); in detect_kernel_version() 107 ret = sscanf(name.release, "%d.%d", &major, &minor); in detect_kernel_version() 109 return KERNEL_VERSION(major, minor, 0); in detect_kernel_version()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_utils.h | 64 #define CO_SUBVERSION_BUILD(minor, release) (((minor) << 8) | (release)) argument
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Config.h.in | 20 // version = (major << 16) + (minor << 8) + patch
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsopengl.h | 42 int minor; member
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitopengles.m | 147 int minor = _this->gl_config.minor_version; 155 if (major > 3 || (major == 3 && (minor > 0 || !UIKit_IsSystemVersionAtLeast(7.0)))) { 156 SDL_SetError("OpenGL ES %d.%d context could not be created", major, minor);
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_sysvideo.h | 266 void (*GL_DefaultProfileConfig) (_THIS, int *mask, int *major, int *minor); 452 extern void SDL_GL_DeduceMaxSupportedESProfile(int* major, int* minor);
|