Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 2618) sorted by relevance

12345678910>>...105

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py25 features = 'INHERIT += "archiver"\n'
26 features += 'ARCHIVER_MODE[src] = "original"\n'
27 features += 'COPYLEFT_PN_INCLUDE = "%s"\n' % include_recipe
28 features += 'COPYLEFT_PN_EXCLUDE = "%s"\n' % exclude_recipe
29 self.write_config(features)
57 features = 'INHERIT += "archiver"\n'
58 features += 'ARCHIVER_MODE[src] = "original"\n'
59 features += 'COPYLEFT_RECIPE_TYPES = "target"\n'
60 self.write_config(features)
92 features = 'INHERIT += "archiver"\n'
[all …]
H A Druntime_test.py26 features = 'INHERIT += "testexport"\n'
28 features += 'TEST_SERVER_IP = "192.168.7.1"\n'
29 features += 'TEST_TARGET_IP = "192.168.7.1"\n'
30 features += 'TEST_SUITES = "ping"\n'
31 self.write_config(features)
67 features = 'INHERIT += "testexport"\n'
69 features += 'TEST_SERVER_IP = "192.168.7.1"\n'
70 features += 'TEST_TARGET_IP = "192.168.7.1"\n'
71 features += 'TEST_SUITES = "ping"\n'
72 features += 'TEST_EXPORT_SDK_ENABLED = "1"\n'
[all …]
H A Dimagefeatures.py29features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh empty-root-password allow-empty-password al…
30 features += 'INHERIT += "extrausers"\n'
31features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_u…
32 self.write_config(features)
55features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh allow-empty-password allow-root-login"\n'
56 features += 'INHERIT += "extrausers"\n'
57features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_u…
58 self.write_config(features)
100 features = 'IMAGE_FSTYPES += " ext4 ext4.bmap ext4.bmap.gz"'
101 self.write_config(features)
[all …]
H A Dglibc.py20 features = []
22 features.append('TOOLCHAIN_TEST_TARGET = "ssh"')
23 features.append('TOOLCHAIN_TEST_HOST = "{0}"'.format(ssh))
24 features.append('TOOLCHAIN_TEST_HOST_USER = "root"')
25 features.append('TOOLCHAIN_TEST_HOST_PORT = "22"')
27features.append('EGLIBCPARALLELISM_task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""')
28 self.write_config("\n".join(features))
57 features = []
58 features.append('IMAGE_FEATURES += "ssh-server-openssh"')
59features.append('CORE_IMAGE_EXTRA_INSTALL += "{0}"'.format(" ".join(default_installed_packages)))
[all …]
H A Dlocales.py23 features = []
24features.append('EXTRA_IMAGE_FEATURES = "empty-root-password allow-empty-password allow-root-login…
25 features.append('IMAGE_INSTALL:append = " glibc-utils localedef"')
26 features.append('GLIBC_GENERATE_LOCALES = "en_US.UTF-8 fr_FR.UTF-8"')
27 features.append('IMAGE_LINGUAS:append = " en-us fr-fr"')
28 features.append('ENABLE_BINARY_LOCALE_GENERATION = "1"')
29 self.write_config("\n".join(features))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c141 pfdev->features.revision >= 0x2000) in panfrost_gpu_init_quirks()
144 pfdev->features.coherency_features == COHERENCY_ACE) in panfrost_gpu_init_quirks()
162 u64 features; member
174 .features = hw_features_##_name, \
221 pfdev->features.l2_features = gpu_read(pfdev, GPU_L2_FEATURES); in panfrost_gpu_init_features()
222 pfdev->features.core_features = gpu_read(pfdev, GPU_CORE_FEATURES); in panfrost_gpu_init_features()
223 pfdev->features.tiler_features = gpu_read(pfdev, GPU_TILER_FEATURES); in panfrost_gpu_init_features()
224 pfdev->features.mem_features = gpu_read(pfdev, GPU_MEM_FEATURES); in panfrost_gpu_init_features()
225 pfdev->features.mmu_features = gpu_read(pfdev, GPU_MMU_FEATURES); in panfrost_gpu_init_features()
226 pfdev->features.thread_features = gpu_read(pfdev, GPU_THREAD_FEATURES); in panfrost_gpu_init_features()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dclock.c86 struct ti_clk_features features = { 0 }; in ti_clk_init_features() local
89 features.fint_min = OMAP3430_DPLL_FINT_BAND1_MIN; in ti_clk_init_features()
90 features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features()
91 features.fint_band1_max = OMAP3430_DPLL_FINT_BAND1_MAX; in ti_clk_init_features()
92 features.fint_band2_min = OMAP3430_DPLL_FINT_BAND2_MIN; in ti_clk_init_features()
94 features.fint_min = OMAP3PLUS_DPLL_FINT_MIN; in ti_clk_init_features()
95 features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()
100 features.dpll_bypass_vals |= in ti_clk_init_features()
104 features.dpll_bypass_vals |= in ti_clk_init_features()
109 features.dpll_bypass_vals |= in ti_clk_init_features()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c134 struct wacom_features *features = &wacom->features; in wacom_pl_irq() local
172 if (features->pressure_max > 255) in wacom_pl_irq()
174 pressure += (features->pressure_max + 1) / 2; in wacom_pl_irq()
305 struct wacom_features *features = &wacom->features; in wacom_graphire_irq() local
314 if (features->type == GRAPHIRE_BT) { in wacom_graphire_irq()
355 if (features->type == GRAPHIRE_BT) in wacom_graphire_irq()
367 if (features->type == WACOM_G4 || in wacom_graphire_irq()
368 features->type == WACOM_MO) { in wacom_graphire_irq()
371 } else if (features->type == GRAPHIRE_BT) { in wacom_graphire_irq()
400 switch (features->type) { in wacom_graphire_irq()
[all …]
H A Dwacom_sys.c95 struct wacom_features *features = &wacom_wac->features; in wacom_wac_pen_serial_enforce() local
100 if (wacom_wac->serial[0] || !(features->quirks & WACOM_QUIRK_TOOLSERIAL)) in wacom_wac_pen_serial_enforce()
215 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_hid_usage_quirk() local
237 if (features->type == HID_GENERIC && in wacom_hid_usage_quirk()
273 features->quirks |= WACOM_QUIRK_AESPEN; in wacom_hid_usage_quirk()
298 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_feature_mapping() local
313 if (!features->touch_max) { in wacom_feature_mapping()
322 if (ret == n && features->type == HID_GENERIC) { in wacom_feature_mapping()
325 } else if (ret == 2 && features->type != HID_GENERIC) { in wacom_feature_mapping()
326 features->touch_max = data[1]; in wacom_feature_mapping()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dmerge_lines.cpp12 size_t mergeFromRight(std::vector<SymbolFeature>& features, in mergeFromRight() argument
21 features[index].geometry[0].pop_back(); in mergeFromRight()
22 features[index].geometry[0].insert( in mergeFromRight()
23 features[index].geometry[0].end(), geom[0].begin(), geom[0].end()); in mergeFromRight()
28 size_t mergeFromLeft(std::vector<SymbolFeature>& features, in mergeFromLeft() argument
39 geom[0].end(), features[index].geometry[0].begin(), features[index].geometry[0].end()); in mergeFromLeft()
40 features[index].geometry[0].clear(); in mergeFromLeft()
41 std::swap(features[index].geometry[0], geom[0]); in mergeFromLeft()
52 void mergeLines(std::vector<SymbolFeature>& features) { in mergeLines() argument
56 for (size_t k = 0; k < features.size(); k++) { in mergeLines()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackagegroup.py10 def packages(features, d): argument
11 for feature in features:
16 def required_packages(features, d): argument
17 req = [feature for feature in features if not is_optional(feature, d)]
20 def optional_packages(features, d): argument
21 opt = [feature for feature in features if is_optional(feature, d)]
24 def active_packages(features, d): argument
25 return itertools.chain(required_packages(features, d),
26 optional_packages(features, d))
28 def active_recipes(features, d): argument
[all …]
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine/
H A D0002-Add-python3-build-support.patch12 mkspecs/features/functions.prf | 6 +++---
59 diff --git a/mkspecs/features/functions.prf b/mkspecs/features/functions.prf
61 --- a/mkspecs/features/functions.prf
62 +++ b/mkspecs/features/functions.prf
132 && features.webengine-gperf
133 && features.webengine-bison
134 && features.webengine-flex
135 - && features.webengine-python2
136 + && features.webengine-python
137 && features.webengine-nodejs
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hw.c34 const enum base_hw_feature *features; in kbase_hw_set_features_mask() local
41 features = base_hw_features_tMIx; in kbase_hw_set_features_mask()
44 features = base_hw_features_tHEx; in kbase_hw_set_features_mask()
47 features = base_hw_features_tSIx; in kbase_hw_set_features_mask()
50 features = base_hw_features_tDVx; in kbase_hw_set_features_mask()
53 features = base_hw_features_tNOx; in kbase_hw_set_features_mask()
56 features = base_hw_features_tGOx; in kbase_hw_set_features_mask()
59 features = base_hw_features_tTRx; in kbase_hw_set_features_mask()
62 features = base_hw_features_tNAx; in kbase_hw_set_features_mask()
66 features = base_hw_features_tBEx; in kbase_hw_set_features_mask()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-mini2440.c643 struct mini2440_features_t *features, in mini2440_parse_features() argument
648 features->count = 0; in mini2440_parse_features()
649 features->done = 0; in mini2440_parse_features()
650 features->lcd_index = -1; in mini2440_parse_features()
657 if (features->done & FEATURE_SCREEN) { in mini2440_parse_features()
667 features->optional[features->count++] = in mini2440_parse_features()
669 features->lcd_index = li; in mini2440_parse_features()
672 features->done |= FEATURE_SCREEN; in mini2440_parse_features()
675 if (features->done & FEATURE_BACKLIGHT) in mini2440_parse_features()
679 features->optional[features->count++] = in mini2440_parse_features()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dkvm.c405 u32 *features = data; in kvm_map_magic_page() local
415 *features = out[0]; in kvm_map_magic_page()
418 static void __init kvm_check_ins(u32 *inst, u32 features) in kvm_check_ins() argument
460 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
464 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
468 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
472 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
476 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
480 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
484 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/
H A Datlx.c208 static void __atlx_vlan_mode(netdev_features_t features, u32 *ctrl) in __atlx_vlan_mode() argument
210 if (features & NETIF_F_HW_VLAN_CTAG_RX) { in __atlx_vlan_mode()
220 netdev_features_t features) in atlx_vlan_mode() argument
229 __atlx_vlan_mode(features, &ctrl); in atlx_vlan_mode()
237 atlx_vlan_mode(adapter->netdev, adapter->netdev->features); in atlx_restore_vlan()
241 netdev_features_t features) in atlx_fix_features() argument
247 if (features & NETIF_F_HW_VLAN_CTAG_RX) in atlx_fix_features()
248 features |= NETIF_F_HW_VLAN_CTAG_TX; in atlx_fix_features()
250 features &= ~NETIF_F_HW_VLAN_CTAG_TX; in atlx_fix_features()
252 return features; in atlx_fix_features()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_hw.c32 const enum base_hw_feature *features; in kbase_hw_set_features_mask() local
43 features = base_hw_features_tMIx; in kbase_hw_set_features_mask()
46 features = base_hw_features_tHEx; in kbase_hw_set_features_mask()
49 features = base_hw_features_tSIx; in kbase_hw_set_features_mask()
53 features = base_hw_features_tKAx; in kbase_hw_set_features_mask()
58 features = base_hw_features_tTRx; in kbase_hw_set_features_mask()
62 features = base_hw_features_generic; in kbase_hw_set_features_mask()
70 features = base_hw_features_tFxx; in kbase_hw_set_features_mask()
73 features = base_hw_features_t83x; in kbase_hw_set_features_mask()
76 features = base_hw_features_t82x; in kbase_hw_set_features_mask()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-tauros2.c183 static void enable_extra_feature(unsigned int features) in enable_extra_feature() argument
189 if (features & CACHE_TAUROS2_PREFETCH_ON) in enable_extra_feature()
194 (features & CACHE_TAUROS2_PREFETCH_ON) in enable_extra_feature()
197 if (features & CACHE_TAUROS2_LINEFILL_BURST8) in enable_extra_feature()
202 (features & CACHE_TAUROS2_LINEFILL_BURST8) in enable_extra_feature()
208 static void __init tauros2_internal_init(unsigned int features) in tauros2_internal_init() argument
212 enable_extra_feature(features); in tauros2_internal_init()
285 void __init tauros2_init(unsigned int features) in tauros2_init() argument
300 features = 0; in tauros2_init()
302 features = f; in tauros2_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w9013.c77 struct wacom_features *features; member
127 struct wacom_features *features) in wacom_query_device() argument
161 features->x_max = get_unaligned_le16(&data[3]); in wacom_query_device()
162 features->y_max = get_unaligned_le16(&data[5]); in wacom_query_device()
163 features->pressure_max = get_unaligned_le16(&data[11]); in wacom_query_device()
164 features->fw_version = get_unaligned_le16(&data[13]); in wacom_query_device()
166 features->x_max, features->y_max, in wacom_query_device()
167 features->pressure_max, features->fw_version); in wacom_query_device()
170 swap(features->x_max, features->y_max); in wacom_query_device()
172 screen_max_x = features->x_max; in wacom_query_device()
[all …]
H A Dwacom_i2c.c41 struct wacom_features *features) in wacom_query_device() argument
75 features->x_max = get_unaligned_le16(&data[3]); in wacom_query_device()
76 features->y_max = get_unaligned_le16(&data[5]); in wacom_query_device()
77 features->pressure_max = get_unaligned_le16(&data[11]); in wacom_query_device()
78 features->fw_version = get_unaligned_le16(&data[13]); in wacom_query_device()
82 features->x_max, features->y_max, in wacom_query_device()
83 features->pressure_max, features->fw_version); in wacom_query_device()
152 struct wacom_features features = { 0 }; in wacom_i2c_probe() local
160 error = wacom_query_device(client, &features); in wacom_i2c_probe()
177 input->id.version = features.fw_version; in wacom_i2c_probe()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcpufeature.h503 cpuid_feature_extract_signed_field_width(u64 features, int field, int width) in cpuid_feature_extract_signed_field_width() argument
505 return (s64)(features << (64 - width - field)) >> (64 - width); in cpuid_feature_extract_signed_field_width()
509 cpuid_feature_extract_signed_field(u64 features, int field) in cpuid_feature_extract_signed_field() argument
511 return cpuid_feature_extract_signed_field_width(features, field, 4); in cpuid_feature_extract_signed_field()
515 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) in cpuid_feature_extract_unsigned_field_width() argument
517 return (u64)(features << (64 - width - field)) >> (64 - width); in cpuid_feature_extract_unsigned_field_width()
521 cpuid_feature_extract_unsigned_field(u64 features, int field) in cpuid_feature_extract_unsigned_field() argument
523 return cpuid_feature_extract_unsigned_field_width(features, field, 4); in cpuid_feature_extract_unsigned_field()
532 cpuid_feature_cap_perfmon_field(u64 features, int field, u64 cap) in cpuid_feature_cap_perfmon_field() argument
534 u64 val = cpuid_feature_extract_unsigned_field(features, field); in cpuid_feature_cap_perfmon_field()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp51 : features(std::move(features_)) { in GeoJSONTileLayer()
55 return features->size(); in featureCount()
59 return std::make_unique<GeoJSONTileFeature>((*features)[i]); in getFeature()
67 std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features; member in mbgl::GeoJSONTileLayer
73 : features(std::make_shared<mapbox::geometry::feature_collection<int16_t>>( in GeoJSONTileData()
78 : features(std::move(features_)) { in GeoJSONTileData()
82 return std::make_unique<GeoJSONTileData>(features); in clone()
86 return std::make_unique<GeoJSONTileLayer>(features); in getLayer()
91 std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features; member in mbgl::GeoJSONTileData
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp73 auto features = detail::convert(features_, tolerance); in geoJSONToTile() local
75 features = detail::wrap(features, double(options.buffer) / options.extent); in geoJSONToTile()
80 const auto left = detail::clip<0>(features, (x - p) / z2, (x + 1 + p) / z2, -1, 2); in geoJSONToTile()
81 features = detail::clip<1>(left, (y - p) / z2, (y + 1 + p) / z2, -1, 2); in geoJSONToTile()
83 return detail::InternalTile({ features, z, x, y, options.extent, tolerance }).tile; in geoJSONToTile()
97 auto features = detail::wrap(converted, double(options.buffer) / options.extent); in GeoJSONVT() local
99 splitTile(features, 0, 0, 0); in GeoJSONVT()
170 void splitTile(const detail::vt_features& features, in splitTile() argument
189 detail::InternalTile{ features, z, x, y, options.extent, tolerance }) in splitTile()
198 if (features.empty()) in splitTile()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp76 void operator ()(InputArray image, ImageFeatures &features);
85 void operator ()(InputArray image, ImageFeatures &features, const std::vector<cv::Rect> &rois);
94 void operator ()(InputArrayOfArrays images, std::vector<ImageFeatures> &features,
97 void operator ()(InputArrayOfArrays images, std::vector<ImageFeatures> &features);
115 virtual void find(InputArray image, ImageFeatures &features) = 0;
133 void find(InputArray image, ImageFeatures &features) CV_OVERRIDE;
150 void find(InputArray image, ImageFeatures &features) CV_OVERRIDE;
172 void find(InputArray image, ImageFeatures &features) CV_OVERRIDE;
187 void find(InputArray image, ImageFeatures &features) CV_OVERRIDE;
244 …void operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_ma…
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtwl-core.c662 unsigned num_consumers, unsigned long features) in add_regulator_linked() argument
679 tmp->features |= features; in add_regulator_linked()
682 drv_data.features = features; in add_regulator_linked()
696 unsigned long features) in add_regulator() argument
698 return add_regulator_linked(num, pdata, NULL, 0, features); in add_regulator()
709 unsigned long features) in add_children() argument
793 features); in add_children()
799 features); in add_children()
805 features); in add_children()
854 features); in add_children()
[all …]

12345678910>>...105