| /linux/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 225 Query ram size 236 Query number of effects 247 Vendor's id 256 Product id 265 Open device 274 Close device 283 Query effect 293 Firmware Version
|
| /linux/include/linux/ |
| H A D | virtio_features.h | 36 static inline bool virtio_features_test_bit(const u64 *features, in virtio_features_test_bit() 43 static inline void virtio_features_set_bit(u64 *features, in virtio_features_set_bit() 50 static inline void virtio_features_clear_bit(u64 *features, in virtio_features_clear_bit() 57 static inline void virtio_features_zero(u64 *features) in virtio_features_zero() 62 static inline void virtio_features_from_u64(u64 *features, u64 from) in virtio_features_from_u64()
|
| /linux/tools/virtio/linux/ |
| H A D | virtio_features.h | 26 static inline bool virtio_features_test_bit(const u64 *features, in virtio_features_test_bit() 33 static inline void virtio_features_set_bit(u64 *features, unsigned int bit) in virtio_features_set_bit() 39 static inline void virtio_features_clear_bit(u64 *features, unsigned int bit) in virtio_features_clear_bit() 45 static inline void virtio_features_zero(u64 *features) in virtio_features_zero() 50 static inline void virtio_features_from_u64(u64 *features, u64 from) in virtio_features_from_u64()
|
| /linux/net/ipv4/ |
| H A D | esp4_offload.c | 123 netdev_features_t features) in xfrm4_tunnel_gso_segment() 135 netdev_features_t features) in xfrm4_transport_gso_segment() 151 netdev_features_t features) in xfrm4_beet_gso_segment() 192 netdev_features_t features) in xfrm4_outer_mode_gso_segment() 207 netdev_features_t features) in esp4_gso_segment() 265 static int esp_xmit(struct xfrm_state *x, struct sk_buff *skb, netdev_features_t features) in esp_xmit()
|
| H A D | udp_offload.c | 173 netdev_features_t features, in __skb_udp_tunnel_segment() 175 netdev_features_t features), in __skb_udp_tunnel_segment() 312 netdev_features_t features, in skb_udp_tunnel_segment() 464 netdev_features_t features, in __udp_gso_segment_list() 482 netdev_features_t features, bool is_ipv6) in __udp_gso_segment() 634 netdev_features_t features) in udp4_ufo_fragment()
|
| /linux/net/ipv6/ |
| H A D | esp6_offload.c | 159 netdev_features_t features) in xfrm6_tunnel_gso_segment() 171 netdev_features_t features) in xfrm6_transport_gso_segment() 187 netdev_features_t features) in xfrm6_beet_gso_segment() 232 netdev_features_t features) in xfrm6_outer_mode_gso_segment() 247 netdev_features_t features) in esp6_gso_segment() 303 static int esp6_xmit(struct xfrm_state *x, struct sk_buff *skb, netdev_features_t features) in esp6_xmit()
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atlx.c | 208 static void __atlx_vlan_mode(netdev_features_t features, u32 *ctrl) in __atlx_vlan_mode() 220 netdev_features_t features) in atlx_vlan_mode() 241 netdev_features_t features) in atlx_fix_features() 256 netdev_features_t features) in atlx_set_features()
|
| /linux/drivers/vdpa/ |
| H A D | vdpa.c | 837 static int vdpa_dev_net_mq_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mq_config_fill() 851 static int vdpa_dev_net_mtu_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mtu_config_fill() 864 static int vdpa_dev_net_mac_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mac_config_fill() 874 static int vdpa_dev_net_status_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_status_config_fill() 924 vdpa_dev_blk_seg_size_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_blk_seg_size_config_fill() 939 vdpa_dev_blk_block_size_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_blk_block_size_config_fill() 953 vdpa_dev_blk_seg_max_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_blk_seg_max_config_fill() 966 static int vdpa_dev_blk_mq_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_blk_mq_config_fill() 979 static int vdpa_dev_blk_topology_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_blk_topology_config_fill() 1008 static int vdpa_dev_blk_discard_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_blk_discard_config_fill() [all …]
|
| /linux/fs/btrfs/ |
| H A D | fs.c | 258 u64 features; in __btrfs_set_fs_incompat() local 281 u64 features; in __btrfs_clear_fs_incompat() local 304 u64 features; in __btrfs_set_fs_compat_ro() local 327 u64 features; in __btrfs_clear_fs_compat_ro() local
|
| /linux/drivers/net/ |
| H A D | tun_vnet.h | 112 static inline unsigned int tun_vnet_parse_size(netdev_features_t features) in tun_vnet_parse_size() 121 netdev_features_t features, in __tun_vnet_hdr_get() 156 static inline int __tun_vnet_hdr_put(int sz, netdev_features_t features, in __tun_vnet_hdr_put() 198 tun_vnet_hdr_tnl_to_skb(unsigned int flags, netdev_features_t features, in tun_vnet_hdr_tnl_to_skb()
|
| /linux/net/core/ |
| H A D | gso.c | 14 netdev_features_t features, __be16 type) in skb_eth_gso_segment() 38 netdev_features_t features) in skb_mac_gso_segment() 89 netdev_features_t features, bool tx_path) in __skb_gso_segment()
|
| /linux/arch/arm/mm/ |
| H A D | cache-tauros2.c | 180 static void __init enable_extra_feature(unsigned int features) in enable_extra_feature() 205 static void __init tauros2_internal_init(unsigned int features) in tauros2_internal_init() 282 void __init tauros2_init(unsigned int features) in tauros2_init()
|
| /linux/arch/x86/kernel/ |
| H A D | shstk.c | 31 static bool features_enabled(unsigned long features) in features_enabled() 36 static void features_set(unsigned long features) in features_set() 41 static void features_clr(unsigned long features) in features_clr() 574 unsigned long features = arg2; in shstk_prctl() local
|
| /linux/drivers/vdpa/ifcvf/ |
| H A D | ifcvf_base.c | 215 u64 features; in ifcvf_get_hw_features() local 238 u64 features; in ifcvf_get_driver_features() local 251 int ifcvf_verify_min_features(struct ifcvf_hw *hw, u64 features) in ifcvf_verify_min_features() 317 void ifcvf_set_driver_features(struct ifcvf_hw *hw, u64 features) in ifcvf_set_driver_features()
|
| /linux/tools/virtio/ |
| H A D | virtio_test.c | 72 unsigned long long features = dev->vdev.features; in vhost_vq_setup() local 127 static void vdev_info_init(struct vdev_info* dev, unsigned long long features) in vdev_info_init() 347 unsigned long long features = (1ULL << VIRTIO_RING_F_INDIRECT_DESC) | in main() local
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | phy.h | 41 u32 features; /* Ethtool SUPPORTED_* defines or member 52 u32 features; /* Copied from mii_phy_def.features member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 62 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf) in npc_is_feature_supported() 458 u64 *features; in npc_handle_multi_layer_fields() local 686 u64 *features = &mcam->rx_features; in npc_set_features() local 878 static int npc_check_unsupported_flows(struct rvu *rvu, u64 features, u8 intf) in npc_check_unsupported_flows() 1005 u64 features, struct flow_msg *pkt, in npc_update_ipv6_flow() 1053 u64 features, u8 intf) in npc_update_vlan_features() 1075 u64 features, struct flow_msg *pkt, in npc_update_flow() 1441 u64 features, installed_features, missing_features = 0; in npc_install_flow() local
|
| /linux/arch/powerpc/kernel/ |
| H A D | kvm.c | 405 u32 *features = data; in kvm_map_magic_page() local 418 static void __init kvm_check_ins(u32 *inst, u32 features) in kvm_check_ins() 666 u32 features; in kvm_use_magic_page() local
|
| /linux/drivers/virtio/ |
| H A D | virtio_pci_modern_dev.c | 398 u64 *features) in vp_modern_get_extended_features() 424 u64 *features) in vp_modern_get_driver_extended_features() 446 const u64 *features) in vp_modern_set_extended_features()
|
| /linux/scripts/ |
| H A D | generate_rust_target.rs | 208 let mut features = "-mmx,+soft-float".to_string(); in main() localVariable 250 let mut features = "-mmx,+soft-float".to_string(); main() localVariable [all...] |
| /linux/drivers/input/touchscreen/ |
| H A D | wacom_i2c.c | 58 struct wacom_features *features) in wacom_query_device() 170 struct wacom_features features = { 0 }; in wacom_i2c_probe() local
|
| /linux/drivers/vhost/ |
| H A D | test.c | 247 static int vhost_test_set_features(struct vhost_test *n, u64 features) in vhost_test_set_features() 325 u64 features; in vhost_test_ioctl() local
|
| /linux/arch/arm/mach-omap2/ |
| H A D | clock.c | 84 struct ti_clk_features features = { 0 }; in ti_clk_init_features() local
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-common.c | 257 int userfaultfd_open(uffd_global_test_opts_t *gopts, uint64_t *features) in userfaultfd_open() argument 318 int uffd_test_ctx_init(uffd_global_test_opts_t *gopts, uint64_t features, const char **errmsg) in uffd_test_ctx_init() argument 720 uffd_get_features(uint64_t * features) uffd_get_features() argument [all...] |
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e_main.c | 299 static void __atl1e_rx_mode(netdev_features_t features, u32 *mac_ctrl_data) in __atl1e_rx_mode() 312 netdev_features_t features) in atl1e_rx_mode() 327 static void __atl1e_vlan_mode(netdev_features_t features, u32 *mac_ctrl_data) in __atl1e_vlan_mode() 339 netdev_features_t features) in atl1e_vlan_mode() 386 netdev_features_t features) in atl1e_fix_features() 401 netdev_features_t features) in atl1e_set_features()
|