Searched refs:feature (Results 201 - 225 of 347) sorted by relevance

1234567891011>>

/linux-master/arch/loongarch/kvm/
H A Dmain.c415 { .feature = cpu_feature(LOONGARCH_LVZ) },
/linux-master/scripts/
H A Dleaking_addresses.pl32 use feature 'state';
/linux-master/tools/power/x86/intel-speed-select/
H A Disst.h288 extern void isst_display_result(struct isst_id *id, FILE *outf, char *feature, char *cmd,
/linux-master/arch/powerpc/kernel/
H A Dmisc_64.S27 #include <asm/feature-fixups.h>
H A Dswsusp_32.S12 #include <asm/feature-fixups.h>
H A Dmisc_32.S26 #include <asm/feature-fixups.h>
H A Dtm.S16 #include <asm/feature-fixups.h>
/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 Dsata_inic162x.c200 u8 feature; /* ATA Feature */ member in struct:inic_cpb
505 cpb->feature = qc->tf.feature;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto.c897 * @feature: One of ec_feature_code bit.
899 * Call this function to test whether the ChromeOS EC supports a feature.
903 bool cros_ec_check_features(struct cros_ec_dev *ec, int feature) argument
921 return !!(features->flags[feature / 32] & EC_FEATURE_MASK_0(feature));
/linux-master/kernel/bpf/
H A Dtask_iter.c701 .feature = BPF_ITER_RESCHED,
722 .feature = BPF_ITER_RESCHED,
745 .feature = BPF_ITER_RESCHED,
/linux-master/drivers/hid/
H A Dhid-sensor-custom.c284 bool feature = false; local
288 if (sscanf(attr->attr.name, "feature-%x-%x-%s", &index, &usage,
290 feature = true;
305 if (feature) {
392 if (sscanf(attr->attr.name, "feature-%x-%x-%s", &index, &usage,
507 sizeof(sensor_field->group_name), "feature-%x-%x",
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h252 * same feature-set to all vcpus.
273 * should) opt in to this feature if KVM_CAP_ARM_NISV_TO_USER is
281 /* The vCPU feature set for the VM is configured */
295 /* VM-wide vCPU feature set */
1298 int kvm_arm_vcpu_finalize(struct kvm_vcpu *vcpu, int feature);
1314 static inline bool __vcpu_has_feature(const struct kvm_arch *ka, int feature) argument
1316 return test_bit(feature, ka->vcpu_features);
/linux-master/drivers/platform/x86/
H A Dfujitsu-laptop.c149 int func, int op, int feature, int state)
154 { .integer.type = ACPI_TYPE_INTEGER, .integer.value = feature },
170 func, op, feature, state, (int)value);
148 call_fext_func(struct acpi_device *device, int func, int op, int feature, int state) argument
/linux-master/drivers/usb/core/
H A Dhub.c442 static int clear_hub_feature(struct usb_device *hdev, int feature) argument
445 USB_REQ_CLEAR_FEATURE, USB_RT_HUB, feature, 0, NULL, 0, 1000);
451 int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) argument
454 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature, port1,
461 static int set_port_feature(struct usb_device *hdev, int port1, int feature) argument
464 USB_REQ_SET_FEATURE, USB_RT_PORT, feature, port1,
879 * clearing the port's PORT_POWER feature.
3352 * For USB-2 devices: Set the device's remote wakeup feature.
3378 * For USB-2 devices: Clear the device's remote wakeup feature.
3498 * For system suspend, we do not need to enable the suspend feature
4130 int feature; local
4185 int feature; local
[all...]
/linux-master/scripts/mod/
H A Dfile2alias.c1185 /* LOOKS like cpu:type:x86,venVVVVfamFFFFmodMMMM:feature:*,FEAT,*
1187 * and feature, but getting those out of the build system here is too
1194 DEF_FIELD(symval, x86_cpu_id, feature);
1203 strcat(alias, ":feature:*");
1204 if (feature != X86_FEATURE_ANY)
1205 sprintf(alias + strlen(alias), "%04X*", feature);
1209 /* LOOKS like cpu:type:*:feature:*FEAT* */
1212 DEF_FIELD(symval, cpu_feature, feature);
1214 sprintf(alias, "cpu:type:*:feature:*%04X*", feature);
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.c1338 !fw->feature)
1714 u32 feature; local
1718 feature = le32_to_cpu(fw_hdr->feature);
1719 fw->feature = feature & FW_FEATURE_SIG ? feature : 0;
1921 rtw_err(rtwdev, "failed to read hw feature report\n");
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c3090 "No feature tlvs found for vport update\n");
4141 u64 feature; local
4157 feature = BIT(VFPF_BULLETIN_MAC_ADDR);
4162 feature = BIT(MAC_ADDR_FORCED);
4170 vf_info->bulletin.p_virt->valid_bitmap |= feature;
4172 qed_iov_configure_vport_forced(p_hwfn, vf_info, feature);
4178 u64 feature; local
4199 feature = BIT(VFPF_BULLETIN_MAC_ADDR);
4202 vf_info->bulletin.p_virt->valid_bitmap |= feature;
4205 qed_iov_configure_vport_forced(p_hwfn, vf_info, feature);
4214 u64 feature; local
[all...]
/linux-master/fs/btrfs/
H A Dsysfs.c94 #define BTRFS_FEAT_ATTR_COMPAT(name, feature) \
95 BTRFS_FEAT_ATTR(name, FEAT_COMPAT, BTRFS_FEATURE_COMPAT, feature)
96 #define BTRFS_FEAT_ATTR_COMPAT_RO(name, feature) \
97 BTRFS_FEAT_ATTR(name, FEAT_COMPAT_RO, BTRFS_FEATURE_COMPAT_RO, feature)
98 #define BTRFS_FEAT_ATTR_INCOMPAT(name, feature) \
99 BTRFS_FEAT_ATTR(name, FEAT_INCOMPAT, BTRFS_FEATURE_INCOMPAT, feature)
163 pr_warn("btrfs: sysfs: unknown feature set %d\n",
234 "%sabling feature %s on mounted fs is not supported.",
239 btrfs_info(fs_info, "%s %s feature flag",
299 /* Remove once support for extent tree v2 is feature complet
[all...]
/linux-master/include/linux/
H A Defi.h880 static inline bool efi_enabled(int feature) argument
882 return test_bit(feature, &efi.flags) != 0;
900 static inline bool efi_enabled(int feature) argument
/linux-master/arch/powerpc/lib/
H A Dfeature-fixups-test.S6 #include <asm/feature-fixups.h>
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.c2074 u8 feature, u8 enable, u8 value)
2080 "cmd generic cfg (role %d feature %d enable %d value %d)",
2081 wlvif->role_id, feature, enable, value);
2088 cmd->feature = feature;
2073 wlcore_cmd_generic_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 feature, u8 enable, u8 value) argument
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low.S33 #include <asm/feature-fixups.h>
228 * Since feature sections are using _SECTION_ELSE we need
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h555 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature);
/linux-master/arch/mips/include/asm/
H A Dcpu-features.h15 #include <cpu-feature-overrides.h>
26 * older ISA *cannot* run on a CPU which supports the feature in question. For

Completed in 312 milliseconds

1234567891011>>