Home
last modified time | relevance | path

Searched defs:feat (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/dccp/
H A Dfeat.c213 static const char *dccp_feat_fname(const u8 feat) in dccp_feat_fname()
288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
451 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) in dccp_feat_entry_new()
481 static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_change()
509 static int dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_confirm()
530 static int dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) in dccp_push_empty_confirm()
699 static int __feat_register_nn(struct list_head *fn, u8 feat, in __feat_register_nn()
724 static int __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, in __feat_register_sp()
756 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, in dccp_feat_register_sp()
[all …]
H A Doptions.c504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_rx.c282 netdev_features_t feat, u32 idx) in gve_rx()
403 netdev_features_t feat) in gve_clean_rx_done()
449 netdev_features_t feat; in gve_rx_poll() local
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcpufeature.h26 #define cpu_feature(feat) ilog2(HWCAP_S390_ ## feat) argument
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Did.c203 #define OMAP3_SHOW_FEATURE(feat) \ argument
270 #define OMAP3_CHECK_FEATURE(status,feat) \ argument
H A Dsoc.h437 #define OMAP3_HAS_FEATURE(feat,flag) \ argument
456 #define OMAP4_HAS_FEATURE(feat, flag) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/
H A Dtidss_drv.h21 const struct dispc_features *feat; member
H A Dtidss_kms.c119 const struct dispc_features *feat = tidss->feat; in tidss_dispc_modeset_init() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dfirmware.c130 unsigned int index, feat; in fw_vec5_feature_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_features.h304 enum panfrost_hw_feature feat) in panfrost_has_hw_feature()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-tauros2.c216 u32 feat; in tauros2_internal_init() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dheader.c76 void perf_header__set_feat(struct perf_header *header, int feat) in perf_header__set_feat()
81 void perf_header__clear_feat(struct perf_header *header, int feat) in perf_header__clear_feat()
86 bool perf_header__has_feat(const struct perf_header *header, int feat) in perf_header__has_feat()
3137 int feat, int fd, void *data) in perf_file_section__fprintf_info()
3247 int feat; in perf_header__adds_write() local
3402 int feat, int fd, void *data)) in perf_header__process_sections()
3407 int feat; in perf_header__process_sections() local
3628 int feat, int fd, void *data) in perf_file_section__process()
3912 u64 feat = fe->feat_id; in perf_event__process_feature() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dfw.c239 #define SUPP(feat) \ in carl9170_fw() argument
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c627 u8 port, u16 feat) in ast_vhub_set_port_feature()
670 u8 port, u16 feat) in ast_vhub_clr_port_feature()
/OK3568_Linux_fs/kernel/drivers/virt/vboxguest/
H A Dvboxguest_linux.c204 u32 feat = VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE | VMMDEV_MOUSE_NEW_PROTOCOL; in vbg_input_open() local
/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h1013 iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_has_feature()
1019 iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat) in iommu_dev_feature_enabled()
1025 iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
1031 iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Duserfaultfd.h86 } feat; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Duserfaultfd.h86 } feat; member
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c2952 bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_has_feature()
2963 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
2981 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
2994 bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat) in iommu_dev_feature_enabled()
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2502 enum iommu_dev_features feat) in arm_smmu_dev_has_feature()
2518 enum iommu_dev_features feat) in arm_smmu_dev_feature_enabled()
2534 enum iommu_dev_features feat) in arm_smmu_dev_enable_feature()
2551 enum iommu_dev_features feat) in arm_smmu_dev_disable_feature()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dad525x_dpot.c90 unsigned int feat; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dalternative.h10 #define ALT_NOT(feat) ((feat) | ALTINSTR_FLAG_INV) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duserfaultfd.h101 } feat; member
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-cards.c2859 int feat, powerdown; in em28xx_wait_until_ac97_features_equals() local
H A Dem28xx-core.c504 int vid1, vid2, feat, cfg; in em28xx_audio_setup() local

12