/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | archiver.py | 28 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 D | runtime_test.py | 28 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 …]
|
H A D | retain.py | 29 features = 'INHERIT += "retain"\n' 30 features += 'RETAIN_DIRS_ALWAYS = "${T}"\n' 31 self.write_config(features) 63 features = 'INHERIT += "retain"\n' 64 self.write_config(features) 130 features = 'INHERIT += "retain"\n' 131 features += 'RETAIN_DIRS_GLOBAL_ALWAYS = "${LOG_DIR};prefix=buildlogs"\n' 132 features += 'RETAIN_DIRS_GLOBAL_FAILURE = "${STAMPS_DIR}"\n' 133 self.write_config(features) 179 features = 'INHERIT += "retain"\n' [all …]
|
H A D | glibc.py | 25 features = [] 27 features.append('TOOLCHAIN_TEST_TARGET = "ssh"') 28 features.append('TOOLCHAIN_TEST_HOST = "{0}"'.format(ssh)) 29 features.append('TOOLCHAIN_TEST_HOST_USER = "root"') 30 features.append('TOOLCHAIN_TEST_HOST_PORT = "22"') 32 … features.append('EGLIBCPARALLELISM:task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""') 33 self.write_config("\n".join(features)) 66 features = [] 67 features.append('IMAGE_FEATURES += "ssh-server-openssh"') 68 … features.append('CORE_IMAGE_EXTRA_INSTALL += "{0}"'.format(" ".join(default_installed_packages))) [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | fs.c | 12 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/u-boot/drivers/misc/ |
H A D | ihs_fpga.c | 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() 317 features->carriers = 0; in get_features() 321 features->carriers = 1; in get_features() 325 features->carriers = 2; in get_features() 329 features->carriers = 4; in get_features() [all …]
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 137 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/linux/arch/arm/mach-omap2/ |
H A D | clock.c | 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() 102 features.dpll_bypass_vals |= in ti_clk_init_features() 107 features.dpll_bypass_vals |= in ti_clk_init_features() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
H A D | dpu_8_0_sc8280xp.h | 25 .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 D | dpu_9_0_sm8550.h | 25 .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 D | dpu_5_1_sc8180x.h | 27 .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 D | dpu_8_1_sm8450.h | 25 .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 D | dpu_7_0_sm8350.h | 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, 102 .features = VIG_SC7180_MASK, [all …]
|
H A D | dpu_5_0_sm8150.h | 27 .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 D | dpu_6_0_sm8250.h | 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_SC7180_MASK_SDMA, 86 .features = VIG_SC7180_MASK_SDMA, 94 .features = VIG_SC7180_MASK_SDMA, 102 .features = VIG_SC7180_MASK_SDMA, [all …]
|
H A D | dpu_7_2_sc7280.h | 36 .features = CTL_SC7280_MASK, 41 .features = CTL_SC7280_MASK, 46 .features = CTL_SC7280_MASK, 51 .features = CTL_SC7280_MASK, 60 .features = VIG_SC7280_MASK_SDMA, 68 .features = DMA_SDM845_MASK_SDMA, 76 .features = DMA_CURSOR_SDM845_MASK_SDMA, 84 .features = DMA_CURSOR_SDM845_MASK_SDMA, 96 .features = MIXER_SDM845_MASK, 103 .features = MIXER_SDM845_MASK, [all …]
|
H A D | dpu_5_4_sm6125.h | 25 .features = 0, 37 .features = BIT(DPU_CTL_ACTIVE_CFG), 42 .features = BIT(DPU_CTL_ACTIVE_CFG), 47 .features = BIT(DPU_CTL_ACTIVE_CFG), 52 .features = BIT(DPU_CTL_ACTIVE_CFG), 57 .features = BIT(DPU_CTL_ACTIVE_CFG), 62 .features = BIT(DPU_CTL_ACTIVE_CFG), 71 .features = VIG_SM6125_MASK, 79 .features = DMA_SDM845_MASK, 87 .features = DMA_SDM845_MASK, [all …]
|
H A D | dpu_4_0_sdm845.h | 27 .features = BIT(DPU_MDP_AUDIO_SELECT) | BIT(DPU_MDP_VSYNC_SEL), 44 .features = BIT(DPU_CTL_SPLIT_DISPLAY), 49 .features = BIT(DPU_CTL_SPLIT_DISPLAY), 70 .features = VIG_SDM845_MASK_SDMA, 78 .features = VIG_SDM845_MASK_SDMA, 86 .features = VIG_SDM845_MASK_SDMA, 94 .features = VIG_SDM845_MASK_SDMA, 102 .features = DMA_SDM845_MASK_SDMA, 110 .features = DMA_SDM845_MASK_SDMA, 118 .features = DMA_CURSOR_SDM845_MASK_SDMA, [all …]
|
H A D | dpu_6_4_sm6350.h | 38 .features = BIT(DPU_CTL_ACTIVE_CFG), 43 .features = BIT(DPU_CTL_ACTIVE_CFG), 48 .features = BIT(DPU_CTL_ACTIVE_CFG), 53 .features = BIT(DPU_CTL_ACTIVE_CFG), 62 .features = VIG_SC7180_MASK, 70 .features = DMA_SDM845_MASK, 78 .features = DMA_CURSOR_SDM845_MASK, 86 .features = DMA_CURSOR_SDM845_MASK, 98 .features = MIXER_SDM845_MASK, 106 .features = MIXER_SDM845_MASK, [all …]
|
H A D | dpu_3_0_msm8998.h | 27 .features = BIT(DPU_MDP_VSYNC_SEL), 46 .features = BIT(DPU_CTL_SPLIT_DISPLAY), 55 .features = BIT(DPU_CTL_SPLIT_DISPLAY), 72 .features = VIG_MSM8998_MASK, 80 .features = VIG_MSM8998_MASK, 88 .features = VIG_MSM8998_MASK, 96 .features = VIG_MSM8998_MASK, 104 .features = DMA_MSM8998_MASK, 112 .features = DMA_MSM8998_MASK, 120 .features = DMA_CURSOR_MSM8998_MASK, [all …]
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 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() 2030 FeatureWordArray features; member 2490 .features[FEAT_1_EDX] = 2494 .features[FEAT_1_ECX] = 2496 .features[FEAT_8000_0001_EDX] = 2498 .features[FEAT_8000_0001_ECX] = 2511 .features[FEAT_1_EDX] = [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 117 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 …]
|
H A D | wacom_sys.c | 90 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 …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | packagegroup.py | 12 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/target/sparc/ |
H A D | cpu.c | 123 static void sparc_cpu_parse_features(const char *typename, char *features, in sparc_cpu_parse_features() argument 135 if (!features) { in sparc_cpu_parse_features() 139 for (featurestr = strtok(features, ","); in sparc_cpu_parse_features() 217 .features = CPU_DEFAULT_FEATURES, 226 .features = CPU_DEFAULT_FEATURES, 235 .features = CPU_DEFAULT_FEATURES, 244 .features = CPU_DEFAULT_FEATURES, 253 .features = CPU_DEFAULT_FEATURES, 262 .features = CPU_DEFAULT_FEATURES, 271 .features = CPU_DEFAULT_FEATURES, [all …]
|