Searched refs:feature (Results 226 - 250 of 348) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/pseries/
H A DhvCall.S12 #include <asm/feature-fixups.h>
87 * hashtable) by using an unconditional cpu feature.
/linux-master/arch/powerpc/kernel/
H A Dentry_32.S32 #include <asm/feature-fixups.h>
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c621 struct smu_feature *feature = &smu->smu_feature; local
633 bitmap_fill(feature->allowed, SMU_FEATURE_MAX);
637 bitmap_zero(feature->allowed, SMU_FEATURE_MAX);
644 bitmap_or(feature->allowed, feature->allowed,
646 feature->feature_num);
1204 /* PMFW put PLPD into default policy after enabling the feature */
1471 * notifier chain if wbrf feature is supported.
1518 struct smu_feature *feature = &smu->smu_feature; local
1612 dev_err(adev->dev, "Failed to enable UclkShadow feature t
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c750 struct smu_feature *feature = &smu->smu_feature; local
754 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) || feature->feature_num < 64) {
759 bitmap_to_arr32(feature_mask, feature->allowed, 64);
1149 dev_err(smu->adev->dev, "[%s]%s smc FAN CONTROL feature failed!",
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c731 struct smu_feature *feature = &smu->smu_feature; local
735 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) ||
736 feature->feature_num < 64)
739 bitmap_to_arr32(feature_mask, feature->allowed, 64);
/linux-master/arch/powerpc/platforms/powermac/
H A Dsleep.S16 #include <asm/feature-fixups.h>
/linux-master/include/linux/
H A Df2fs_fs.h144 __le32 feature; /* defined features */ member in struct:f2fs_super_block
/linux-master/fs/xfs/
H A Dxfs_mount.h616 int xfs_add_incompat_log_feature(struct xfs_mount *mp, uint32_t feature);
/linux-master/arch/x86/
H A DMakefile75 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
/linux-master/drivers/ata/
H A Dlibata-core.c678 tf->feature |= cdl;
732 tf->feature = n_block & 0xff;
1293 * the drive has the HPA feature set enabled.
1562 qc->tf.feature |= ATAPI_DMADIR;
2541 * If CDL is marked as enabled, make sure the feature is enabled too.
2542 * Conversely, if CDL is disabled, make sure the feature is turned off.
2558 "Enable CDL feature failed\n");
2568 "Disable CDL feature failed\n");
2897 * common ATA, ATAPI feature tests
2912 /* ATA-specific feature test
[all...]
H A Dlibata-pmp.c49 tf.feature = reg;
85 tf.feature = reg;
H A Dpata_via.c420 iowrite8(tf->feature, ioaddr->feature_addr);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-vp9.c1839 unsigned int feature,
1842 u8 mask = V4L2_VP9_SEGMENT_FEATURE_ENABLED(feature);
1838 v4l2_vp9_seg_feat_enabled(const u8 *feature_enabled, unsigned int feature, unsigned int segid) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h1009 #define mlx5e_profile_feature_cap(profile, feature) \
1010 ((profile)->features & BIT(MLX5E_PROFILE_FEATURE_##feature))
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c288 return win->data->feature & WIN_FEATURE_CLUSTER;
742 if (!(win->data->feature & WIN_FEATURE_AFBDC)) {
1297 if (!(win->data->feature & WIN_FEATURE_AFBDC)) {
1996 !(vp_data->feature & VOP2_VP_FEATURE_OUTPUT_10BIT))
3128 if (vop2_data->feature & VOP2_FEATURE_HAS_SYS_GRF) {
3134 if (vop2_data->feature & VOP2_FEATURE_HAS_VOP_GRF) {
3140 if (vop2_data->feature & VOP2_FEATURE_HAS_VO1_GRF) {
3146 if (vop2_data->feature & VOP2_FEATURE_HAS_SYS_PMU) {
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_4_ppt.c55 #define FEATURE_MASK(feature) (1ULL << feature)
H A Dsmu_v13_0_5_ppt.c54 #define FEATURE_MASK(feature) (1ULL << feature)
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-display.c699 void isst_display_result(struct isst_id *id, FILE *outf, char *feature, char *cmd, argument
708 snprintf(header, sizeof(header), "%s", feature);
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c909 * To manually enable or disable a specific feature, just set or clear
4190 * If the feature has no user read and write mode set,
4191 * we can assume the feature is actually not supported.(?)
4227 struct od_feature_item *feature; local
4307 feature = &container->sub_feature[j];
4308 if (!feature->name)
4312 &feature->ops))
4327 feature->ops.is_visible(adev);
4328 attribute->attribute.attr.name = feature->name;
4330 feature
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c56 * <feature> : ro
57 * <feature_list> : \(<feature>(:<feature>)*\)
272 * feature parts separately.
2481 * Return value of the specified feature.
2484 dasd_get_feature(struct ccw_device *cdev, int feature) argument
2492 return ((devmap->features & feature) != 0);
2496 * Set / reset given feature.
2497 * Flag indicates whether to set (!=0) or the reset (=0) the feature.
2500 dasd_set_feature(struct ccw_device *cdev, int feature, in argument
[all...]
H A Ddasd_eckd.c1193 fcx_in_features = private->features.feature[40] & 0x80;
1326 "Reading device feature codes failed "
1539 /* Read Subsystem Data - feature codes */
1557 dev_warn(&device->cdev->dev, "Reading device feature codes"
1961 /* may be requested feature is not available on server,
2598 use_prefix = base_priv->features.feature[8] & 0x01;
2705 use_prefix = base_priv->features.feature[8] & 0x01;
3499 * A certain FICON feature subset is needed to operate in transport
3506 if ((private->features.feature[40] & 0x04) &&
3802 * not fully specified, but is only supported with a certain feature
[all...]
H A Ddasd_eckd.h392 char feature[256]; member in struct:dasd_rssd_features
/linux-master/drivers/video/fbdev/sis/
H A Dsis.h499 u8 feature; member in struct:sis_video_info::sisfb_monitor
/linux-master/drivers/usb/host/
H A Dfhci.h218 u32 feature; /* indicates what feature has been set */ member in struct:virtual_root_hub
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c199 tlsdev->feature = chtls_inline_feature;

Completed in 397 milliseconds

1234567891011>>