Home
last modified time | relevance | path

Searched full:features (Results 1 – 25 of 4074) sorted by relevance

12345678910>>...163

/openbmc/linux/fs/btrfs/
H A Dfs.c12 u64 features; in __btrfs_set_fs_incompat() local
15 features = btrfs_super_incompat_flags(disk_super); in __btrfs_set_fs_incompat()
16 if (!(features & flag)) { in __btrfs_set_fs_incompat()
18 features = btrfs_super_incompat_flags(disk_super); in __btrfs_set_fs_incompat()
19 if (!(features & flag)) { in __btrfs_set_fs_incompat()
20 features |= flag; in __btrfs_set_fs_incompat()
21 btrfs_set_super_incompat_flags(disk_super, features); in __btrfs_set_fs_incompat()
35 u64 features; in __btrfs_clear_fs_incompat() local
38 features = btrfs_super_incompat_flags(disk_super); in __btrfs_clear_fs_incompat()
39 if (features & flag) { in __btrfs_clear_fs_incompat()
[all …]
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c137 pfdev->features.revision >= 0x2000) in panfrost_gpu_init_quirks()
140 pfdev->features.coherency_features == COHERENCY_ACE) in panfrost_gpu_init_quirks()
160 u64 features; member
172 .features = hw_features_##_name, \
230 pfdev->features.l2_features = gpu_read(pfdev, GPU_L2_FEATURES); in panfrost_gpu_init_features()
231 pfdev->features.core_features = gpu_read(pfdev, GPU_CORE_FEATURES); in panfrost_gpu_init_features()
232 pfdev->features.tiler_features = gpu_read(pfdev, GPU_TILER_FEATURES); in panfrost_gpu_init_features()
233 pfdev->features.mem_features = gpu_read(pfdev, GPU_MEM_FEATURES); in panfrost_gpu_init_features()
234 pfdev->features.mmu_features = gpu_read(pfdev, GPU_MMU_FEATURES); in panfrost_gpu_init_features()
235 pfdev->features.thread_features = gpu_read(pfdev, GPU_THREAD_FEATURES); in panfrost_gpu_init_features()
[all …]
/openbmc/u-boot/drivers/misc/
H A Dihs_fpga.c131 * struct fpga_features - Data read from the features register
241 * get_features() - Fill structure with info from features register.
243 * @features: Pointer to the structure to fill with information from the
244 * features register
247 static int get_features(struct udevice *dev, struct fpga_features *features) in get_features() argument
295 memset(features, 0, sizeof(struct fpga_features)); in get_features()
297 ihs_fpga_get(priv->map, features, &raw_features); in get_features()
302 features->video_channels = 0; in get_features()
306 features->video_channels = 1; in get_features()
311 features->video_channels = 2; in get_features()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py28 features = 'INHERIT += "archiver"\n'
29 features += 'ARCHIVER_MODE[src] = "original"\n'
30 features += 'COPYLEFT_PN_INCLUDE = "%s"\n' % include_recipe
31 features += 'COPYLEFT_PN_EXCLUDE = "%s"\n' % exclude_recipe
32 self.write_config(features)
60 features = 'INHERIT += "archiver"\n'
61 features += 'ARCHIVER_MODE[src] = "original"\n'
62 features += 'COPYLEFT_RECIPE_TYPES = "target"\n'
63 self.write_config(features)
95 features = 'INHERIT += "archiver"\n'
[all …]
H A Druntime_test.py28 features = 'IMAGE_CLASSES += "testexport"\n'
30 features += 'TEST_SERVER_IP = "192.168.7.1"\n'
31 features += 'TEST_TARGET_IP = "192.168.7.1"\n'
32 features += 'TEST_SUITES = "ping"\n'
33 self.write_config(features)
69 features = 'IMAGE_CLASSES += "testexport"\n'
71 features += 'TEST_SERVER_IP = "192.168.7.1"\n'
72 features += 'TEST_TARGET_IP = "192.168.7.1"\n'
73 features += 'TEST_SUITES = "ping"\n'
74 features += 'TEST_EXPORT_SDK_ENABLED = "1"\n'
[all …]
/openbmc/docs/architecture/
H A Doptionality.md5 new features are developed, to ensure stability of systems over time. With that
11 Linux kernel, systemd, sdbusplus, and phosphor object mapper. These features are
20 features should be architected to ensure that, when removed, they do not cause
26 Features within an individual subsystem must be built such that they fall into
31 ### Non configurable features
33 Theses are features that are broadly applicable to all all deployments of a
36 include, Http keep alive, Security features like timeouts and payload size
37 limits, and required commands. These types of features generally show no
44 ### User opt-in features
46 User opt-in features are features for which an external user must explicitly
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_8_0_sc8280xp.h25 .features = BIT(DPU_MDP_PERIPH_0_REMOVED),
44 .features = BIT(DPU_CTL_SPLIT_DISPLAY) | CTL_SC7280_MASK,
49 .features = BIT(DPU_CTL_SPLIT_DISPLAY) | CTL_SC7280_MASK,
54 .features = CTL_SC7280_MASK,
59 .features = CTL_SC7280_MASK,
64 .features = CTL_SC7280_MASK,
69 .features = CTL_SC7280_MASK,
78 .features = VIG_SC7180_MASK,
86 .features = VIG_SC7180_MASK,
94 .features = VIG_SC7180_MASK,
[all …]
H A Ddpu_9_0_sm8550.h25 .features = BIT(DPU_MDP_PERIPH_0_REMOVED),
46 .features = CTL_SM8550_MASK | BIT(DPU_CTL_SPLIT_DISPLAY),
51 .features = CTL_SM8550_MASK | BIT(DPU_CTL_SPLIT_DISPLAY),
56 .features = CTL_SM8550_MASK,
61 .features = CTL_SM8550_MASK,
66 .features = CTL_SM8550_MASK,
71 .features = CTL_SM8550_MASK,
80 .features = VIG_SC7180_MASK,
88 .features = VIG_SC7180_MASK,
96 .features = VIG_SC7180_MASK,
[all …]
H A Ddpu_5_1_sc8180x.h27 .features = BIT(DPU_MDP_AUDIO_SELECT),
44 .features = BIT(DPU_CTL_ACTIVE_CFG) | BIT(DPU_CTL_SPLIT_DISPLAY),
49 .features = BIT(DPU_CTL_ACTIVE_CFG) | BIT(DPU_CTL_SPLIT_DISPLAY),
54 .features = BIT(DPU_CTL_ACTIVE_CFG),
59 .features = BIT(DPU_CTL_ACTIVE_CFG),
64 .features = BIT(DPU_CTL_ACTIVE_CFG),
69 .features = BIT(DPU_CTL_ACTIVE_CFG),
78 .features = VIG_SDM845_MASK,
86 .features = VIG_SDM845_MASK,
94 .features = VIG_SDM845_MASK,
[all …]
H A Ddpu_8_1_sm8450.h25 .features = BIT(DPU_MDP_PERIPH_0_REMOVED),
45 .features = BIT(DPU_CTL_SPLIT_DISPLAY) | CTL_SC7280_MASK,
50 .features = BIT(DPU_CTL_SPLIT_DISPLAY) | CTL_SC7280_MASK,
55 .features = CTL_SC7280_MASK,
60 .features = CTL_SC7280_MASK,
65 .features = CTL_SC7280_MASK,
70 .features = CTL_SC7280_MASK,
79 .features = VIG_SC7180_MASK,
87 .features = VIG_SC7180_MASK,
95 .features = VIG_SC7180_MASK,
[all …]
H A Ddpu_5_0_sm8150.h27 .features = BIT(DPU_MDP_AUDIO_SELECT),
45 .features = BIT(DPU_CTL_ACTIVE_CFG) | BIT(DPU_CTL_SPLIT_DISPLAY),
50 .features = BIT(DPU_CTL_ACTIVE_CFG) | BIT(DPU_CTL_SPLIT_DISPLAY),
55 .features = BIT(DPU_CTL_ACTIVE_CFG),
60 .features = BIT(DPU_CTL_ACTIVE_CFG),
65 .features = BIT(DPU_CTL_ACTIVE_CFG),
70 .features = BIT(DPU_CTL_ACTIVE_CFG),
79 .features = VIG_SDM845_MASK,
87 .features = VIG_SDM845_MASK,
95 .features = VIG_SDM845_MASK,
[all …]
H A Ddpu_6_0_sm8250.h44 .features = BIT(DPU_CTL_ACTIVE_CFG) | BIT(DPU_CTL_SPLIT_DISPLAY),
49 .features = BIT(DPU_CTL_ACTIVE_CFG) | BIT(DPU_CTL_SPLIT_DISPLAY),
54 .features = BIT(DPU_CTL_ACTIVE_CFG),
59 .features = BIT(DPU_CTL_ACTIVE_CFG),
64 .features = BIT(DPU_CTL_ACTIVE_CFG),
69 .features = BIT(DPU_CTL_ACTIVE_CFG),
78 .features = VIG_SC7180_MASK_SDMA,
86 .features = VIG_SC7180_MASK_SDMA,
94 .features = VIG_SC7180_MASK_SDMA,
102 .features = VIG_SC7180_MASK_SDMA,
[all …]
H A Ddpu_7_0_sm8350.h44 .features = BIT(DPU_CTL_SPLIT_DISPLAY) | CTL_SC7280_MASK,
49 .features = BIT(DPU_CTL_SPLIT_DISPLAY) | CTL_SC7280_MASK,
54 .features = CTL_SC7280_MASK,
59 .features = CTL_SC7280_MASK,
64 .features = CTL_SC7280_MASK,
69 .features = CTL_SC7280_MASK,
78 .features = VIG_SC7180_MASK,
86 .features = VIG_SC7180_MASK,
94 .features = VIG_SC7180_MASK,
102 .features = VIG_SC7180_MASK,
[all …]
/openbmc/linux/arch/arm/mach-omap2/
H A Dclock.c78 * ti_clk_init_features - init clock features struct for the SoC
80 * Initializes the clock features struct based on the SoC type.
84 struct ti_clk_features features = { 0 }; in ti_clk_init_features() local
87 features.fint_min = OMAP3430_DPLL_FINT_BAND1_MIN; in ti_clk_init_features()
88 features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features()
89 features.fint_band1_max = OMAP3430_DPLL_FINT_BAND1_MAX; in ti_clk_init_features()
90 features.fint_band2_min = OMAP3430_DPLL_FINT_BAND2_MIN; in ti_clk_init_features()
92 features.fint_min = OMAP3PLUS_DPLL_FINT_MIN; in ti_clk_init_features()
93 features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()
98 features.dpll_bypass_vals |= in ti_clk_init_features()
[all …]
/openbmc/qemu/target/i386/
H A Dcpu.c782 * Kernel-only features that can be shown to usermode programs even if
813 * CPUID_*_KERNEL_FEATURES denotes bits and features that are not usable
815 * TCG features unconditionally in user-mode emulation mode. This may
956 * to features[FEAT_8000_0001_EDX] if and only if CPU vendor is AMD.
1359 /*Below are MSR exposed features*/
1379 * features do not matter.
1905 return ((uint64_t)cpu->env.features[FEAT_XSAVE_XCR0_HI]) << 32 | in x86_cpu_xsave_xcr0_components()
1906 cpu->env.features[FEAT_XSAVE_XCR0_LO]; in x86_cpu_xsave_xcr0_components()
1920 return ((uint64_t)cpu->env.features[FEAT_XSAVE_XSS_HI]) << 32 | in x86_cpu_xsave_xss_components()
1921 cpu->env.features[FEAT_XSAVE_XSS_LO]; in x86_cpu_xsave_xss_components()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagegroup.py12 def packages(features, d): argument
13 for feature in features:
18 def required_packages(features, d): argument
19 req = [feature for feature in features if not is_optional(feature, d)]
22 def optional_packages(features, d): argument
23 opt = [feature for feature in features if is_optional(feature, d)]
26 def active_packages(features, d): argument
27 return itertools.chain(required_packages(features, d),
28 optional_packages(features, d))
30 def active_recipes(features, d): argument
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c41 /* Virtio transport features mapping */
43 /* Virtio device transport features */
66 /* Virtio ring transport features */
74 /* Vhost-user protocol features mapping */
145 /* virtio-blk features mapping */
184 "VHOST_USER_F_PROTOCOL_FEATURES: Vhost-user protocol features "
190 /* virtio-serial features mapping */
203 /* virtio-gpu features mapping */
220 "VHOST_USER_F_PROTOCOL_FEATURES: Vhost-user protocol features "
226 /* virtio-input features mapping */
[all …]
/openbmc/linux/Documentation/arch/x86/
H A Dxstate.rst1 Using XSTATE features in user space applications
6 evaluate which features have been enabled by the kernel XCR0.
8 Up to AVX-512 and PKRU states, these features are automatically enabled by
9 the kernel if available. Features like AMX TILE_DATA (XSTATE component 18)
14 The purpose for dynamic features
25 size of 2KB with existing applications is too small for new CPU features
30 Using dynamically enabled XSTATE features in user space applications
34 request the usage of such features. The arch_prctl(2) options related to
39 arch_prctl(ARCH_GET_XCOMP_SUPP, &features);
41 ARCH_GET_XCOMP_SUPP stores the supported features in userspace storage of
[all …]
/openbmc/linux/drivers/hid/
H A Dwacom_sys.c90 struct wacom_features *features = &wacom_wac->features; in wacom_wac_pen_serial_enforce() local
95 if (wacom_wac->serial[0] || !(features->quirks & WACOM_QUIRK_TOOLSERIAL)) in wacom_wac_pen_serial_enforce()
158 if (wacom->wacom_wac.features.type == BOOTLOADER) in wacom_raw_event()
213 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_hid_usage_quirk() local
235 if (features->type == HID_GENERIC && in wacom_hid_usage_quirk()
271 features->quirks |= WACOM_QUIRK_AESPEN; in wacom_hid_usage_quirk()
296 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_feature_mapping() local
311 if (!features->touch_max) { in wacom_feature_mapping()
320 if (ret == n && features->type == HID_GENERIC) { in wacom_feature_mapping()
323 } else if (ret == 2 && features->type != HID_GENERIC) { in wacom_feature_mapping()
[all …]
H A Dwacom_wac.c117 bool has_quirk = wacom_wac->features.quirks & WACOM_QUIRK_BATTERY; in wacom_notify_battery()
172 struct wacom_features *features = &wacom->features; in wacom_pl_irq() local
210 if (features->pressure_max > 255) in wacom_pl_irq()
212 pressure += (features->pressure_max + 1) / 2; in wacom_pl_irq()
343 struct wacom_features *features = &wacom->features; in wacom_graphire_irq() local
352 if (features->type == GRAPHIRE_BT) { in wacom_graphire_irq()
393 if (features->type == GRAPHIRE_BT) in wacom_graphire_irq()
405 if (features->type == WACOM_G4 || in wacom_graphire_irq()
406 features->type == WACOM_MO) { in wacom_graphire_irq()
409 } else if (features->type == GRAPHIRE_BT) { in wacom_graphire_irq()
[all …]
/openbmc/linux/Documentation/networking/
H A Dnetdev-features.rst4 Netdev features mess and how to get out from it alive
16 verbatim. Today's devices add multiple features and bugs (read: offloads)
19 are commonly referred to as netdev features in Linux kernel world.
21 There are currently three sets of features relevant to the driver, and
24 1. netdev->hw_features set contains features whose state may possibly
29 2. netdev->features set contains features which are currently enabled
33 3. netdev->vlan_features set contains features whose state is inherited
34 by child VLAN devices (limits netdev->features set). This is currently
45 Part II: Controlling enabled features
48 When current feature set (netdev->features) is to be changed, new set
[all …]
/openbmc/qemu/target/s390x/
H A Dcpu_models_sysemu.c39 /* detect missing features if any to properly report them */ in check_unavailable_features()
40 bitmap_andnot(missing, model->features, max_model->features, in check_unavailable_features()
68 /* check for unavailable features */ in create_cpu_model_list()
183 /* features deleted from the base feature set */ in cpu_info_from_model()
184 bitmap_andnot(bitmap, model->def->base_feat, model->features, in cpu_info_from_model()
190 /* features added to the base feature set */ in cpu_info_from_model()
191 bitmap_andnot(bitmap, model->features, model->def->base_feat, in cpu_info_from_model()
197 /* expand all features */ in cpu_info_from_model()
198 s390_feat_bitmap_to_ascii(model->features, qdict, in cpu_info_from_model()
200 bitmap_complement(bitmap, model->features, S390_FEAT_MAX); in cpu_info_from_model()
[all …]
/openbmc/qemu/qapi/
H A Dvirtio.json29 # Features:
66 'features': [ 'unstable' ] }
82 # @features: vhost_dev features
84 # @acked-features: vhost_dev acked_features
86 # @backend-features: vhost_dev backend_features
88 # @protocol-features: vhost_dev protocol_features
105 'features': 'VirtioDeviceFeatures',
106 'acked-features': 'VirtioDeviceFeatures',
107 'backend-features': 'VirtioDeviceFeatures',
108 'protocol-features': 'VhostDeviceProtocols',
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-good.json65 # Features:
73 'features': [ 'enum-member-feat' ] },
75 'features': [ 'enum-feat' ],
97 # Features:
102 'features': [ 'variant1-feat' ],
104 'features': [ 'member-feat' ],
116 # Features:
120 'features': [ 'union-feat1' ],
134 # Features:
138 'features': [ 'alt-feat' ],
[all …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt3 (skiboot/doc/device-tree/ibm,powerpc-cpu-features/binding.txt)
5 There is more complete overview and documentation of features in that
9 ibm,powerpc-cpu-features binding
12 This device tree binding describes CPU features available to software, with
16 found in design.txt, which also points to documentation of specific features.
19 /cpus/ibm,powerpc-cpu-features node binding
22 Node: ibm,powerpc-cpu-features
26 The node name must be "ibm,powerpc-cpu-features".
38 Definition: "ibm,powerpc-cpu-features"
66 /cpus/ibm,powerpc-cpu-features/example-feature node bindings
[all …]

12345678910>>...163