Searched refs:KERNEL_VERSION (Results 1 – 25 of 39) sorted by relevance
12
/kernel/linux/build/ |
D | kernel.mk | 19 KERNEL_SRC_TMP_PATH := $(OUT_DIR)/kernel/${KERNEL_VERSION} 20 KERNEL_OBJ_TMP_PATH := $(OUT_DIR)/kernel/OBJ/${KERNEL_VERSION} 23 KERNEL_SRC_TMP_PATH := $(OUT_DIR)/kernel/src_tmp/${KERNEL_VERSION} 24 export KERNEL_SRC_DIR=out/KERNEL_OBJ/kernel/src_tmp/${KERNEL_VERSION} 27 KERNEL_SRC_PATH := $(OHOS_BUILD_HOME)/kernel/linux/${KERNEL_VERSION} 28 KERNEL_PATCH_PATH := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION} 29 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION} 64 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch 96 ifeq ($(KERNEL_VERSION), linux-5.10)
|
D | kernel_module_build.sh | 23 export KERNEL_VERSION=$6 26 LINUX_KERNEL_OUT=${OUT_DIR}/kernel/${KERNEL_VERSION} 28 LINUX_KERNEL_OUT=${OUT_DIR}/kernel/src_tmp/${KERNEL_VERSION} 30 LINUX_KERNEL_OBJ_OUT=${OUT_DIR}/kernel/OBJ/${KERNEL_VERSION}
|
D | README_zh.md | 62 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch 71 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
|
D | README.md | 62 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch 71 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
|
/kernel/linux/linux-5.10/fs/epfs/ |
D | super.c | 37 #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0) 55 #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0) in epfs_destroy_inode() 82 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 2, 0)
|
D | inode.c | 25 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 12, 0) 47 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 12, 0) 75 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 12, 0) in epfs_getattr()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-subdev-querycap.rst | 59 The version number is formatted using the ``KERNEL_VERSION()`` 63 ``#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))`` 65 ``__u32 version = KERNEL_VERSION(0, 8, 1);``
|
D | vidioc-querycap.rst | 92 The version number is formatted using the ``KERNEL_VERSION()`` 97 ``#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))`` 99 ``__u32 version = KERNEL_VERSION(4, 14, 0);``
|
/kernel/linux/config/ |
D | README_zh.md | 67 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch 76 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
|
D | README.md | 71 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch 80 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | version.h | 7 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | version.h | 20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
|
/kernel/linux/patches/ |
D | README_zh.md | 77 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch 86 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
|
D | README.md | 77 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch 86 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
|
/kernel/linux/common_modules/xpm/ |
D | apply_xpm.sh | 11 KERNEL_VERSION=$4
|
/kernel/linux/common_modules/qos_auth/ |
D | apply_qos_auth.sh | 11 KERNEL_VERSION=$4
|
/kernel/linux/linux-5.10/tools/testing/ktest/examples/ |
D | kvm.conf | 56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-device-info.rst | 77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro. 86 ``KERNEL_VERSION()`` macro. Together with the ``driver`` field
|
/kernel/linux/common_modules/newip/ |
D | apply_newip.sh | 17 KERNEL_VERSION=$4
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | inode.h | 13 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 18, 0)
|
D | hmdfs.h | 20 #if KERNEL_VERSION(4, 15, 0) < LINUX_VERSION_CODE
|
D | client_writeback.c | 101 #if KERNEL_VERSION(4, 15, 0) <= LINUX_VERSION_CODE in hmdfs_idirty_pages()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | core_extern.c | 18 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-ioc-adap-g-caps.rst | 63 - CEC Framework API version, formatted with the ``KERNEL_VERSION()``
|
/kernel/linux/linux-5.10/drivers/staging/hilog/ |
D | hilog.c | 250 #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 0, 0) in hilog_head_init()
|
12