Home
last modified time | relevance | path

Searched refs:supported_features (Results 1 – 23 of 23) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-check.c37 struct feature_status supported_features[] = { variable
105 for (int i = 0; supported_features[i].name; ++i) { in has_support()
106 if ((strcasecmp(feature, supported_features[i].name) == 0) || in has_support()
107 (strcasecmp(feature, supported_features[i].macro) == 0)) { in has_support()
109 feature_status__printf(&supported_features[i]); in has_support()
110 return supported_features[i].is_builtin; in has_support()
H A Dbuiltin-version.c31 for (int i = 0; supported_features[i].name; ++i) in library_status()
32 feature_status__printf(&supported_features[i]); in library_status()
H A Dbuiltin.h12 extern struct feature_status supported_features[];
/linux/drivers/platform/x86/uniwill/
H A Duniwill-acpi.c349 static unsigned int supported_features; variable
803 if (supported_features & UNIWILL_FEATURE_FN_LOCK_TOGGLE) in uniwill_attr_is_visible()
808 if (supported_features & UNIWILL_FEATURE_SUPER_KEY_TOGGLE) in uniwill_attr_is_visible()
813 if (supported_features & UNIWILL_FEATURE_TOUCHPAD_TOGGLE) in uniwill_attr_is_visible()
819 if (supported_features & UNIWILL_FEATURE_LIGHTBAR) in uniwill_attr_is_visible()
947 if (!(supported_features & UNIWILL_FEATURE_HWMON)) in uniwill_hwmon_init()
1022 if (!(supported_features & UNIWILL_FEATURE_LIGHTBAR)) in uniwill_led_init()
1235 if (!(supported_features & UNIWILL_FEATURE_BATTERY)) in uniwill_battery_init()
1388 if (!(supported_features & UNIWILL_FEATURE_SUPER_KEY_TOGGLE)) in uniwill_suspend_keyboard()
1400 if (!(supported_features & UNIWILL_FEATURE_BATTERY)) in uniwill_suspend_battery()
[all …]
/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c295 return pdsv->supported_features; in pds_vdpa_get_device_features()
313 nego_features = features & pdsv->supported_features; in pds_vdpa_set_driver_features()
656 pdsv->supported_features = mgmt->supported_features; in pds_vdpa_dev_add()
660 add_config->device_features & ~pdsv->supported_features; in pds_vdpa_dev_add()
668 pdsv->supported_features = add_config->device_features; in pds_vdpa_dev_add()
691 if (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_CTRL_VQ)) in pds_vdpa_dev_add()
722 (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_MAC))) { in pds_vdpa_dev_add()
849 mgmt->supported_features = le64_to_cpu(vdpa_aux->ident.hw_features); in pds_vdpa_get_mgmt_info()
852 mgmt->supported_features |= BIT_ULL(VIRTIO_NET_F_MAC); in pds_vdpa_get_mgmt_info()
H A Dvdpa_dev.h38 u64 supported_features; /* supported device features */ member
/linux/block/
H A Dopal_proto.h317 u8 supported_features; member
345 u8 supported_features; member
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.h39 u64 supported_features; member
H A Dvdpa_sim_net.c476 dev_attr.supported_features = VDPASIM_NET_FEATURES; in vdpasim_net_dev_add()
548 .supported_features = VDPASIM_NET_FEATURES,
H A Dvdpa_sim_blk.c420 dev_attr.supported_features = VDPASIM_BLK_FEATURES; in vdpasim_blk_dev_add()
/linux/include/linux/ceph/
H A Dlibceph.h129 u64 supported_features; member
/linux/net/ceph/
H A Dceph_common.c58 module_param_cb(supported_features, &param_ops_supported_features, NULL,
729 client->supported_features = CEPH_FEATURES_SUPPORTED_DEFAULT; in ceph_create_client()
H A Dmessenger_v1.c396 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect()
742 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()
H A Dmessenger_v2.c1475 global_id, con->v2.global_seq, client->supported_features, in prepare_client_ident()
1491 ceph_encode_64(&p, client->supported_features); in prepare_client_ident()
2534 WARN_ON(required_features & ~client->supported_features); in process_server_ident()
2571 client->supported_features, missing_features); in process_ident_missing_features()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rbd66 What: /sys/bus/rbd/supported_features
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.h372 u32 supported_features; member
H A Dena_admin_defs.h542 u32 supported_features; member
H A Dena_com.c968 !(ena_dev->supported_features & feature_mask)) in ena_com_check_supported_feature_id()
2200 ena_dev->supported_features = get_resp.u.dev_attr.supported_features; in ena_com_get_dev_attr_feat()
2203 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_com_get_dev_attr_feat()
H A Dena_netdev.c2906 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_io_queue_size()
3027 !!(ena_dev->supported_features & BIT(ENA_ADMIN_LLQ)); in set_default_llq_configurations()
3051 if (!(ena_dev->supported_features & llq_feature_mask)) { in ena_set_queues_placement_policy()
3722 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_max_io_queue_num()
/linux/include/net/bluetooth/
H A Dmgmt.h773 __le32 supported_features; member
/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c644 mgmt_dev->mdev.supported_features = oct_hw->features; in octep_vdpa_setup_task()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3839 device_features = mgtdev->mgtdev.supported_features; in mlx5_vdpa_dev_add()
4104 mgtdev->mgtdev.supported_features = get_supported_features(mdev); in mlx5v_probe()
/linux/net/bluetooth/
H A Dmgmt.c5330 rp->supported_features = cpu_to_le32(supported); in read_adv_mon_features()