Home
last modified time | relevance | path

Searched refs:feat (Results 1 – 25 of 89) sorted by relevance

1234

/linux/net/dccp/
A Dfeat.c227 if (feat > DCCPF_DATA_CHECKSUM && feat < DCCPF_MIN_CCID_SPECIFIC) in dccp_feat_fname()
230 if (feat == DCCPF_SEND_LEV_RATE) in dccp_feat_fname()
232 if (feat >= DCCPF_MIN_CCID_SPECIFIC) in dccp_feat_fname()
235 return feature_names[feat]; in dccp_feat_fname()
466 entry->feat_num = feat; in dccp_feat_entry_new()
489 new->feat_num = feat; in dccp_feat_push_change()
517 new->feat_num = feat; in dccp_feat_push_confirm()
761 if (dccp_feat_type(feat) != FEAT_SP) in dccp_feat_register_sp()
785 switch (feat) { in dccp_feat_nn_get()
1316 u8 feat, u8 *val, u8 len) in dccp_feat_handle_nn_established() argument
[all …]
A Dfeat.h109 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
112 u8 mand, u8 opt, u8 feat, u8 *val, u8 len);
129 u64 dccp_feat_nn_get(struct sock *sk, u8 feat);
132 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,
A Doptions.c504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt() argument
511 DCCP_WARN("length %u for feature %u too large\n", len, feat); in dccp_insert_fn_opt()
520 DCCP_WARN("packet too small for feature %d option!\n", feat); in dccp_insert_fn_opt()
528 *to++ = feat; in dccp_insert_fn_opt()
/linux/tools/build/
A DMakefile.feature144 $(foreach feat,$(FEATURE_TESTS),$(call set_test_all_flags,$(feat)))
159 $(foreach feat,$(FEATURE_TESTS),$(call feature_set,$(feat)))
169 $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat)))
209 $(foreach feat,$(FEATURE_DISPLAY),$(call feature_dump_check,$(call feature_assign,$(feat)),feature_…
214 $(foreach feat,$(FEATURE_TESTS),$(call feature_dump_check,$(call feature_assign,$(feat)),feature_du…
225 …$(foreach feat,$(FEATURE_TESTS),$(shell echo "$(call feature_assign,$(feat))" >> $(FEATURE_DUMP_FI…
235 $(foreach feat,$(FEATURE_DISPLAY),$(call feature_display_check,$(feat)))
247 $(foreach feat,$(FEATURE_DISPLAY),$(call feature_print_status,$(feat),))
255 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
/linux/tools/testing/selftests/kvm/x86_64/
A Dhyperv_features.c155 struct kvm_cpuid_entry2 *feat, in hv_set_cpuid() argument
159 TEST_ASSERT(set_cpuid(cpuid, feat), in hv_set_cpuid()
174 struct kvm_cpuid_entry2 feat = { in guest_test_msrs_access() local
287 feat.eax |= HV_MSR_VP_INDEX_AVAILABLE; in guest_test_msrs_access()
304 feat.eax |= HV_MSR_RESET_AVAILABLE; in guest_test_msrs_access()
345 feat.eax |= HV_MSR_SYNIC_AVAILABLE; in guest_test_msrs_access()
399 feat.eax |= HV_ACCESS_FREQUENCY_MSRS; in guest_test_msrs_access()
511 struct kvm_cpuid_entry2 feat = { in guest_test_hcalls_access() local
564 feat.ebx |= HV_POST_MESSAGES; in guest_test_hcalls_access()
573 feat.ebx |= HV_SIGNAL_EVENTS; in guest_test_hcalls_access()
[all …]
/linux/scripts/
A Dget_feat.pl15 my $feat;
32 'feat=s' => \$feat,
33 'feature=s' => \$feat,
242 next if ($feat && $name ne $feat);
274 next if ($feat && $name ne $feat);
293 my $title = "Feature $feat";
299 print ":Subsystem: $data{$feat}->{subsys} \n" if ($data{$feat}->{subsys});
300 print ":Kconfig: $data{$feat}->{kconfig} \n" if ($data{$feat}->{kconfig});
302 my $desc = $data{$feat}->{description};
307 my $com = $data{$feat}->{comments};
[all …]
/linux/drivers/gpu/drm/tidss/
A Dtidss_dispc.c294 const struct dispc_features *feat; member
773 switch (dispc->feat->subrev) { in dispc_read_and_clear_irqstatus()
787 switch (dispc->feat->subrev) { in dispc_set_irqenable()
1276 switch (dispc->feat->subrev) { in dispc_ovr_set_plane()
2123 dispc->feat->vid_name[hw_plane], in dispc_k2g_plane_init()
2178 dispc->feat->vid_name[hw_plane], in dispc_k3_plane_init()
2199 switch (dispc->feat->subrev) { in dispc_plane_init()
2305 switch (dispc->feat->subrev) { in dispc_vp_write_gamma_table()
2664 feat = tidss->feat; in dispc_init()
2666 if (feat->subrev != DISPC_K2G) { in dispc_init()
[all …]
A Dtidss_kms.c123 const struct dispc_features *feat = tidss->feat; in tidss_dispc_modeset_init() local
124 u32 max_vps = feat->num_vps; in tidss_dispc_modeset_init()
125 u32 max_planes = feat->num_planes; in tidss_dispc_modeset_init()
154 switch (feat->vp_bus_type[i]) { in tidss_dispc_modeset_init()
200 u32 hw_plane_id = feat->vid_order[tidss->num_planes]; in tidss_dispc_modeset_init()
238 u32 hw_plane_id = feat->vid_order[tidss->num_planes]; in tidss_dispc_modeset_init()
/linux/drivers/misc/
A Dad525x_dpot.c90 unsigned int feat; member
133 if (dpot->feat & F_RDACS_WONLY) in dpot_read_spi()
169 if (dpot->feat & F_SPI_16BIT) in dpot_read_spi()
233 if (dpot->feat & F_SPI) in dpot_read()
244 if (dpot->feat & F_RDACS_WONLY) in dpot_write_spi()
247 if (dpot->feat & F_AD_APPDATA) { in dpot_write_spi()
248 if (dpot->feat & F_SPI_8BIT) { in dpot_write_spi()
320 if (dpot->feat & F_SPI_16BIT) in dpot_write_spi()
405 if (dpot->feat & F_SPI) in dpot_write()
704 data->feat = DPOT_FEAT(devid); in ad_dpot_probe()
[all …]
/linux/drivers/gpu/drm/omapdrm/dss/
A Ddss.c561 if (!dss->feat->has_lcd_clk_src) { in dss_select_lcd_clk_source()
588 if (dss->feat->has_lcd_clk_src) { in dss_get_lcd_clk_source()
608 fck_hw_max = dss->feat->fck_freq_max; in dss_div_calc()
622 fckd_hw_max = dss->feat->fck_div_max; in dss_div_calc()
624 m = dss->feat->dss_fck_multiplier; in dss_div_calc()
667 return dss->feat->fck_freq_max; in dss_get_max_fck_rate()
687 * dss->feat->dss_fck_multiplier; in dss_setup_default_clock()
832 if (dss->feat->parent_clk_name) { in dss_get_clocks()
1169 switch (dss->feat->ports[i]) { in __dss_uninit_ports()
1195 switch (dss->feat->ports[i]) { in dss_init_ports()
[all …]
A Ddispc.c182 const struct dispc_features *feat; member
382 return dispc->feat->num_ovls; in dispc_get_num_ovls()
387 return dispc->feat->num_mgrs; in dispc_get_num_mgrs()
406 if (dispc->feat->features[i] == id) in dispc_has_feature()
1271 if (dispc->feat->has_writeback) in dispc_configure_burst_sizes()
1434 if (dispc->feat->has_writeback) { in dispc_init_fifos()
1620 if (dispc->feat->has_writeback) { in dispc_init_mflag()
3574 if (dispc->feat->has_writeback) { in dispc_dump_regs()
3938 if (dispc->feat->has_gamma_table) in _omap_dispc_initial_config()
3946 dispc->feat->has_gamma_table) in _omap_dispc_initial_config()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddss.c91 const struct dss_features *feat; member
536 m = dss.feat->dss_fck_multiplier; in dss_div_calc()
743 if (dss.feat->parent_clk_name) { in dss_get_clocks()
931 if (dss.feat->num_ports == 0) in dss_init_ports()
942 if (reg >= dss.feat->num_ports) in dss_init_ports()
945 port_type = dss.feat->ports[reg]; in dss_init_ports()
978 if (dss.feat->num_ports == 0) in dss_uninit_ports()
990 if (reg >= dss.feat->num_ports) in dss_uninit_ports()
993 port_type = dss.feat->ports[reg]; in dss_uninit_ports()
1079 dss.feat = dss_get_features(); in dss_bind()
[all …]
A Ddispc.c118 const struct dispc_features *feat; member
695 if (dispc.feat->has_writeback) in dispc_setup_color_conv_coef()
1023 if (dispc.feat->has_writeback) in dispc_configure_burst_sizes()
1142 if (dispc.feat->gfx_fifo_workaround) { in dispc_init_fifos()
1172 if (dispc.feat->has_writeback) { in dispc_init_fifos()
1349 if (dispc.feat->has_writeback) { in dispc_init_mflag()
3108 if (dispc.feat->supports_sync_align) in _dispc_mgr_set_lcd_timings()
3503 if (dispc.feat->has_writeback) { in dispc_dump_regs()
3745 if (dispc.feat->mstandby_workaround) in _omap_dispc_initial_config()
3942 dispc.feat = dispc_get_features(); in dispc_bind()
[all …]
/linux/arch/arm/mm/
A Dcache-tauros2.c216 u32 feat; in tauros2_internal_init() local
222 feat = read_extra_features(); in tauros2_internal_init()
223 if (!(feat & 0x00400000)) { in tauros2_internal_init()
225 write_extra_features(feat | 0x00400000); in tauros2_internal_init()
/linux/arch/arm/mach-omap2/
A Did.c203 #define OMAP3_SHOW_FEATURE(feat) \ argument
204 if (omap3_has_ ##feat()) \
205 n += scnprintf(buf + n, sizeof(buf) - n, #feat " ");
270 #define OMAP3_CHECK_FEATURE(status,feat) \ argument
271 if (((status & OMAP3_ ##feat## _MASK) \
272 >> OMAP3_ ##feat## _SHIFT) != FEAT_ ##feat## _NONE) { \
273 omap_features |= OMAP3_HAS_ ##feat; \
A Dsoc.h437 #define OMAP3_HAS_FEATURE(feat,flag) \ argument
438 static inline unsigned int omap3_has_ ##feat(void) \
456 #define OMAP4_HAS_FEATURE(feat, flag) \ argument
457 static inline unsigned int omap4_has_ ##feat(void) \
/linux/tools/perf/util/
A Dheader.h124 void perf_header__set_feat(struct perf_header *header, int feat);
125 void perf_header__clear_feat(struct perf_header *header, int feat);
126 bool perf_header__has_feat(const struct perf_header *header, int feat);
134 int feat, int fd, void *data));
A Dheader.c82 set_bit(feat, header->adds_features); in perf_header__set_feat()
3356 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()
3368 feat_ops[feat].name); in perf_file_section__fprintf_info()
3452 int feat; in perf_header__adds_write() local
3620 int feat; in perf_header__process_sections() local
3861 if (!feat_ops[feat].process) in perf_file_section__process()
4127 u64 feat = fe->feat_id; in perf_event__process_feature() local
4134 if (feat == HEADER_RESERVED || feat >= HEADER_LAST_FEATURE) { in perf_event__process_feature()
4139 if (!feat_ops[feat].process) in perf_event__process_feature()
4154 if (!feat_ops[feat].full_only || in perf_event__process_feature()
[all …]
/linux/arch/s390/include/asm/
A Dcpufeature.h26 #define cpu_feature(feat) ilog2(HWCAP_ ## feat) argument
/linux/arch/powerpc/platforms/pseries/
A Dfirmware.c131 unsigned int index, feat; in fw_vec5_feature_init() local
138 feat = OV5_FEAT(vec5_fw_features_table[i].feature); in fw_vec5_feature_init()
140 if (index < len && (vec5[index] & feat)) in fw_vec5_feature_init()
/linux/drivers/thermal/qcom/
A Dtsens.c163 if (priv->feat->adc) in tsens_hw_to_mC()
185 if (priv->feat->adc) in tsens_mC_to_hw()
194 return priv->feat->ver_major; in tsens_version()
296 if (priv->feat->crit_int) { in tsens_threshold_violated()
394 if (priv->feat->has_watchdog) { in tsens_critical_irq_thread()
664 priv->feat->max_sensors, priv->num_sensors); in dbg_sensors_show()
864 for (i = 0; i < priv->feat->max_sensors; i++) { in init_common()
880 for (i = 0; i < priv->feat->max_sensors; i++) { in init_common()
897 priv->feat->has_watchdog = 1; in init_common()
1082 if (priv->feat->crit_int) in tsens_register()
[all …]
A Dtsens-v2.c100 .feat = &tsens_v2_feat,
108 .feat = &tsens_v2_feat,
/linux/drivers/net/ethernet/google/gve/
A Dgve_rx.c536 static bool gve_rx(struct gve_rx_ring *rx, netdev_features_t feat, in gve_rx() argument
594 if (likely(feat & NETIF_F_RXCSUM)) { in gve_rx()
604 if (likely(feat & NETIF_F_RXHASH) && in gve_rx()
705 netdev_features_t feat) in gve_clean_rx_done() argument
728 dropped = !gve_rx(rx, feat, &packet_size_bytes, &work_cnt); in gve_clean_rx_done()
776 netdev_features_t feat; in gve_rx_poll() local
779 feat = block->napi.dev->features; in gve_rx_poll()
786 work_done = gve_clean_rx_done(rx, budget, feat); in gve_rx_poll()
/linux/Documentation/admin-guide/
A Dfeatures.rst3 .. kernel-feat:: $srctree/Documentation/features
/linux/Documentation/m68k/
A Dfeatures.rst3 .. kernel-feat:: $srctree/Documentation/features m68k

Completed in 69 milliseconds

1234