Home
last modified time | relevance | path

Searched refs:major (Results 1 - 25 of 52) sorted by relevance

123

/device/soc/rockchip/common/sdk_linux/init/
H A Dinitramfs.c56 int ino, minor, major; member
62 static inline int hash(int major, int minor, int ino) in hash() argument
64 unsigned long tmp = ino + minor + (major << 0x3); in hash()
69 static char __init *find_link(int major, int minor, int ino, umode_t mode, char *name) in find_link() argument
72 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) { in find_link()
79 if ((*p)->major != major) { in find_link()
91 q->major = major; in find_link()
159 static __initdata unsigned long ino, major, mino variable
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dlibintl.h9 #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 1 : -1)
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpu_id.h74 revision (major, minor, status) of a product */
115 /* Helper macro to create a GPU_ID assuming valid values for id, major,
117 #define GPU_ID_MAKE(id, major, minor, status) \
119 ((major) << GPU_ID_VERSION_MAJOR_SHIFT) | \
H A Dmali_uk.h121 * This structure carries a 16-bit major and minor number and is sent along with an internal UK call
127 u16 major; member
128 /**< This field carries the user-side major version on input and the kernel-side major version on output */
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpu_id.h67 revision (major, minor, status) of a product */
104 /* Helper macro to create a GPU_ID assuming valid values for id, major,
106 #define GPU_ID_MAKE(id, major, minor, status) \
107 (((id) << GPU_ID_VERSION_PRODUCT_ID_SHIFT) | ((major) << GPU_ID_VERSION_MAJOR_SHIFT) | \
H A Dmali_uk.h117 * This structure carries a 16-bit major and minor number and is sent along with an internal UK call
123 u16 major; member
124 /**< This field carries the user-side major version on input and the kernel-side major version on output */
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/gpu/
H A Dmali_kbase_gpu_id.h60 revision (major, minor, status) of a product */
102 /* Helper macro to create a GPU_ID assuming valid values for id, major,
104 #define GPU_ID_MAKE(id, major, minor, status) \
105 ((((u32)(id)) << GPU_ID_VERSION_PRODUCT_ID_SHIFT) | (((u32)(major)) << GPU_ID_VERSION_MAJOR_SHIFT) | \
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/gpu/
H A Dmali_kbase_gpu_id.h56 /* Helper macro to construct a value consisting of arch major and revision
64 * a arch major and revision.
80 * revision (major, minor, status) of a product
129 /* Helper macro to create a GPU_ID assuming valid values for id, major,
132 #define GPU_ID_MAKE(id, major, minor, status) \
134 (((__u32)major) << GPU_ID_VERSION_MAJOR_SHIFT) | \
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dsysmacros.h4 #define major(x) \ macro
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_ramdisk.c179 static int rd_init(struct rd_device *rd, int major, int minor) in rd_init() argument
202 disk->major = major; in rd_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_ioctl.h125 * @major: Major version number
129 __u16 major; member
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_ioctl.h134 * @major: Major version number
138 __u16 major; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H A Dhimedia.h23 #include <linux/major.h>
99 MODULE_ALIAS("himedia-char-major-" __stringify(HIMEDIA_DEVICE_MAJOR) "-" __stringify(minor))
H A Dhimedia.c23 #include <linux/major.h>
64 request_module("char-major-%d-%d", HIMEDIA_DEVICE_MAJOR, minor); in himedia_open()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware.h70 /* All implementations of the host interface with major version 0 must comply
255 * @version: Bits 31:16 hold the major version number and 15:0 hold the minor
257 * with a lower minor version for the same major version.
782 * @major: major version of csf interface
788 static inline u32 kbase_csf_interface_version(u32 major, u32 minor, u32 patch) in kbase_csf_interface_version() argument
790 return ((major << GLB_VERSION_MAJOR_SHIFT) | in kbase_csf_interface_version()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/
H A DMakefile19 export CROSS_COMPILE := $(shell pwd)/../../../../../../../prebuilts/gcc-arm-none-eabi-7-2017-q4-major/bin/arm-none-eabi-
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/
H A DMakefile19 export CROSS_COMPILE := $(shell pwd)/../../../../../../../prebuilts/gcc-arm-none-eabi-7-2017-q4-major/bin/arm-none-eabi-
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhimedia.h26 #include <linux/major.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/
H A Defuse_cfg_gen.py31 if version_info.major == 3:
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl_internal.h393 int max_major_ver; /*!< max. major version client*/
697 void mbedtls_ssl_write_version( int major, int minor, int transport,
699 void mbedtls_ssl_read_version( int *major, int *minor, int transport,
H A Dssl.h54 #warning "Record compression support via MBEDTLS_ZLIB_SUPPORT is deprecated and will be removed in the next major revision of the library"
972 unsigned char max_major_ver; /*!< max. major version used */
974 unsigned char min_major_ver; /*!< min. major version used */
1985 * \param major Major version number (only MBEDTLS_SSL_MAJOR_VERSION_3
1996 int major, int minor );
2422 * \param major Major version number (only MBEDTLS_SSL_MAJOR_VERSION_3 supported)
2427 void mbedtls_ssl_conf_max_version( mbedtls_ssl_config *conf, int major, int minor );
2442 * \param major Major version number (only MBEDTLS_SSL_MAJOR_VERSION_3 supported)
2447 void mbedtls_ssl_conf_min_version( mbedtls_ssl_config *conf, int major, int minor );
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_ioctl.h41 * @major: Major version number
45 __u16 major; member
284 * @glb_version: Global interface version. Bits 31:16 hold the major
287 * lower minor version for the same major version.
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_ioctl.c420 if (sv->drm_dd_major != dev->driver->major || sv->drm_dd_minor < 0 || sv->drm_dd_minor > dev->driver->minor) { in drm_setversion()
429 sv->drm_dd_major = dev->driver->major; in drm_setversion()
518 version->version_major = dev->driver->major; in drm_version()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c82 u8 major; in INTEL_UC_FIRMWARE_DEFS() local
89 .major = (major_), .minor = (minor_), .path = path_ \
124 uc_fw->major_ver_wanted = blob->major; in __uc_fw_auto_select()
231 /* require next major version */ in __force_fw_fetch_failures()
240 /* require prev major version */ in __force_fw_fetch_failures()
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_ioctl.h62 * @major: Major version number
66 __u16 major; member

Completed in 17 milliseconds

123