Home
last modified time | relevance | path

Searched defs:features (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-get-features.rst48 .. _LIRC-CAN-REC-RAW:
54 .. _LIRC-CAN-REC-PULSE:
61 .. _LIRC-CAN-REC-MODE2:
71 .. _LIRC-CAN-REC-LIRCCODE:
77 .. _LIRC-CAN-REC-SCANCODE:
84 .. _LIRC-CAN-SET-SEND-CARRIER:
91 .. _LIRC-CAN-SET-SEND-DUTY-CYCLE:
98 .. _LIRC-CAN-SET-TRANSMITTER-MASK:
105 .. _LIRC-CAN-SET-REC-CARRIER:
112 .. _LIRC-CAN-SET-REC-DUTY-CYCLE-RANGE:
[all …]
/Linux-v5.4/Documentation/input/devices/
Diforce-protocol.rst225 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-v5.4/net/ipv4/
Desp4_offload.c111 netdev_features_t features) in xfrm4_tunnel_gso_segment()
119 netdev_features_t features) in xfrm4_transport_gso_segment()
135 netdev_features_t features) in xfrm4_outer_mode_gso_segment()
148 netdev_features_t features) in esp4_gso_segment()
204 static int esp_xmit(struct xfrm_state *x, struct sk_buff *skb, netdev_features_t features) in esp_xmit()
Dudp_offload.c15 netdev_features_t features, in __skb_udp_tunnel_segment()
17 netdev_features_t features), in __skb_udp_tunnel_segment()
149 netdev_features_t features, in skb_udp_tunnel_segment()
188 netdev_features_t features) in __udp_gso_segment()
289 netdev_features_t features) in udp4_ufo_fragment()
Dtcp_offload.c30 netdev_features_t features) in tcp4_gso_segment()
55 netdev_features_t features) in tcp_gso_segment()
/Linux-v5.4/net/ipv6/
Desp6_offload.c138 netdev_features_t features) in xfrm6_tunnel_gso_segment()
146 netdev_features_t features) in xfrm6_transport_gso_segment()
162 netdev_features_t features) in xfrm6_outer_mode_gso_segment()
175 netdev_features_t features) in esp6_gso_segment()
229 static int esp6_xmit(struct xfrm_state *x, struct sk_buff *skb, netdev_features_t features) in esp6_xmit()
Dip6_offload.c72 netdev_features_t features) in ipv6_gso_segment()
383 netdev_features_t features) in sit_gso_segment()
392 netdev_features_t features) in ip4ip6_gso_segment()
401 netdev_features_t features) in ip6ip6_gso_segment()
/Linux-v5.4/drivers/net/ethernet/atheros/atlx/
Datlx.c208 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-v5.4/drivers/hid/
Dwacom_wac.c134 struct wacom_features *features = &wacom->features; in wacom_pl_irq() local
305 struct wacom_features *features = &wacom->features; in wacom_graphire_irq() local
461 struct wacom_features *features = &wacom_wac->features; in wacom_intuos_schedule_prox_event() local
477 struct wacom_features *features = &wacom->features; in wacom_intuos_pad() local
732 struct wacom_features *features = &wacom->features; in wacom_exit_report() local
770 struct wacom_features *features = &wacom->features; in wacom_intuos_inout() local
839 struct wacom_features *features = &wacom->features; in wacom_intuos_general() local
1838 struct wacom_features *features = &wacom_wac->features; in wacom_map_usage() local
1885 struct wacom_features *features = &wacom_wac->features; in wacom_wac_battery_usage_mapping() local
1942 struct wacom_features *features = &wacom_wac->features; in wacom_wac_battery_report() local
[all …]
Dwacom_sys.c95 struct wacom_features *features = &wacom_wac->features; in wacom_wac_pen_serial_enforce() local
215 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_hid_usage_quirk() local
298 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_feature_mapping() local
429 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_usage_mapping() local
482 struct wacom_features *features) in wacom_post_parse_hid()
510 struct wacom_features *features) in wacom_parse_hid()
608 struct wacom_features *features) in wacom_bt_query_tablet_data()
671 struct wacom_features *features = &wacom_wac->features; in _wacom_query_tablet_data() local
709 struct wacom_features *features) in wacom_retrieve_hid_descriptor()
752 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_are_sibling() local
[all …]
/Linux-v5.4/arch/arm/mm/
Dcache-tauros2.c183 static void enable_extra_feature(unsigned int features) in enable_extra_feature()
208 static void __init tauros2_internal_init(unsigned int features) in tauros2_internal_init()
285 void __init tauros2_init(unsigned int features) in tauros2_init()
/Linux-v5.4/arch/arm64/include/asm/
Dcpufeature.h427 cpuid_feature_extract_signed_field_width(u64 features, int field, int width) in cpuid_feature_extract_signed_field_width()
433 cpuid_feature_extract_signed_field(u64 features, int field) in cpuid_feature_extract_signed_field()
439 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) in cpuid_feature_extract_unsigned_field_width()
445 cpuid_feature_extract_unsigned_field(u64 features, int field) in cpuid_feature_extract_unsigned_field()
461 cpuid_feature_extract_field_width(u64 features, int field, int width, bool sign) in cpuid_feature_extract_field_width()
469 cpuid_feature_extract_field(u64 features, int field, bool sign) in cpuid_feature_extract_field()
/Linux-v5.4/arch/arm/mach-s3c64xx/
Dmach-real6410.c251 struct real6410_features_t *features, in real6410_parse_features()
285 struct real6410_features_t features = { 0 }; in real6410_machine_init() local
Dmach-mini6410.c281 struct mini6410_features_t *features, in mini6410_parse_features()
315 struct mini6410_features_t features = { 0 }; in mini6410_machine_init() local
/Linux-v5.4/tools/virtio/
Dvirtio_test.c65 unsigned long long features = dev->vdev.features; in vhost_vq_setup() local
114 static void vdev_info_init(struct vdev_info* dev, unsigned long long features) in vdev_info_init()
264 unsigned long long features = (1ULL << VIRTIO_RING_F_INDIRECT_DESC) | in main() local
/Linux-v5.4/drivers/isdn/hardware/mISDN/
Disdnhdlc.c40 void isdnhdlc_rcv_init(struct isdnhdlc_vars *hdlc, u32 features) in isdnhdlc_rcv_init()
51 void isdnhdlc_out_init(struct isdnhdlc_vars *hdlc, u32 features) in isdnhdlc_out_init()
/Linux-v5.4/drivers/net/ethernet/ibm/emac/
Dphy.h41 u32 features; /* Ethtool SUPPORTED_* defines or member
52 u32 features; /* Copied from mii_phy_def.features member
/Linux-v5.4/arch/powerpc/kernel/
Dkvm.c405 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-v5.4/drivers/virtio/
Dvirtio_pci_modern.c143 u64 features; in vp_get_features() local
153 static void vp_transport_features(struct virtio_device *vdev, u64 features) in vp_transport_features()
167 u64 features = vdev->features; in vp_finalize_features() local
/Linux-v5.4/drivers/input/touchscreen/
Dwacom_i2c.c42 struct wacom_features *features) in wacom_query_device()
153 struct wacom_features features = { 0 }; in wacom_i2c_probe() local
/Linux-v5.4/arch/arm/mach-omap2/
Dclock.c86 struct ti_clk_features features = { 0 }; in ti_clk_init_features() local
/Linux-v5.4/fs/btrfs/
Dsysfs.c101 enum btrfs_feature_set set, u64 features) in set_features()
150 u64 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_show() local
165 u64 features, set, clear; in btrfs_feature_attr_store() local
235 u64 features; in btrfs_feature_visible() local
666 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs() local
1112 u64 features; in btrfs_sysfs_feature_update() local
/Linux-v5.4/drivers/vhost/
Dtest.c248 static int vhost_test_set_features(struct vhost_test *n, u64 features) in vhost_test_set_features()
273 u64 features; in vhost_test_ioctl() local
/Linux-v5.4/net/sctp/
Doffload.c35 netdev_features_t features) in sctp_gso_segment()
/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-mini2440.c602 struct mini2440_features_t *features, in mini2440_parse_features()
662 struct mini2440_features_t features = { 0 }; in mini2440_init() local

12345678910>>...17