Searched refs:feat (Results 1 - 25 of 82) sorted by relevance

1234

/linux-master/tools/build/
H A DMakefile.feature161 $(foreach feat,$(FEATURE_TESTS),$(call set_test_all_flags,$(feat)))
176 $(foreach feat,$(FEATURE_TESTS),$(call feature_set,$(feat)))
186 $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat)))
204 ifneq (,$(filter 1,$(foreach feat,$(call feature_group,$(feat)),$(feature-$(feat)))))
235 $(foreach feat,
[all...]
/linux-master/net/dccp/
H A Dfeat.c3 * net/dccp/feat.c
23 #include "feat.h"
213 static const char *dccp_feat_fname(const u8 feat) argument
227 if (feat > DCCPF_DATA_CHECKSUM && feat < DCCPF_MIN_CCID_SPECIFIC)
230 if (feat == DCCPF_SEND_LEV_RATE)
232 if (feat >= DCCPF_MIN_CCID_SPECIFIC)
235 return feature_names[feat];
288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \
289 dccp_pr_debug("%s(%s, ", dccp_feat_oname(opt), dccp_feat_fname(feat));\
451 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) argument
481 dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, u8 mandatory, dccp_feat_val *fval) argument
509 dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, dccp_feat_val *fval) argument
530 dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) argument
699 __feat_register_nn(struct list_head *fn, u8 feat, u8 mandatory, u64 nn_val) argument
724 __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, u8 mandatory, u8 const *sp_val, u8 sp_len) argument
756 dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, u8 const *list, u8 len) argument
775 dccp_feat_nn_get(struct sock *sk, u8 feat) argument
805 dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val) argument
1107 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, u8 feat, u8 *val, u8 len, const bool server) argument
1218 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, u8 feat, u8 *val, u8 len, const bool server) argument
1315 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) argument
1404 dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) argument
[all...]
H A Dfeat.h5 * net/dccp/feat.h
108 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
111 u8 mand, u8 opt, u8 feat, u8 *val, u8 len);
128 u64 dccp_feat_nn_get(struct sock *sk, u8 feat);
131 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,
H A DMakefile4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_drv.h21 const struct dispc_features *feat; member in struct:tidss_device
H A Dtidss_kms.c116 const struct dispc_features *feat = tidss->feat; local
117 u32 max_vps = feat->num_vps;
118 u32 max_planes = feat->num_planes;
147 switch (feat->vp_bus_type[i]) {
192 u32 hw_plane_id = feat->vid_order[tidss->num_planes];
227 u32 hw_plane_id = feat->vid_order[tidss->num_planes];
H A Dtidss_dispc.c398 const struct dispc_features *feat; member in struct:dispc_device
785 for (i = 0; i < dispc->feat->num_vps; ++i) {
791 for (i = 0; i < dispc->feat->num_planes; ++i) {
797 if (dispc->feat->subrev == DISPC_K2G)
812 for (i = 0; i < dispc->feat->num_vps; ++i)
815 for (i = 0; i < dispc->feat->num_planes; ++i)
828 for (i = 0; i < dispc->feat->num_vps; ++i)
831 for (i = 0; i < dispc->feat->num_planes; ++i)
849 for (i = 0; i < dispc->feat->num_vps; ++i) {
857 for (i = 0; i < dispc->feat
2848 const struct dispc_features *feat; local
[all...]
/linux-master/tools/perf/util/
H A Dheader.h133 int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw);
143 void perf_header__set_feat(struct perf_header *header, int feat);
144 void perf_header__clear_feat(struct perf_header *header, int feat);
145 bool perf_header__has_feat(const struct perf_header *header, int feat);
153 int feat, int fd, void *data));
/linux-master/drivers/thermal/qcom/
H A Dtsens-v2.c114 .feat = &tsens_v2_feat,
120 .feat = &ipq8074_feat,
128 .feat = &tsens_v2_feat,
H A Dtsens-v1.c161 .feat = &tsens_v1_feat,
174 .feat = &tsens_v1_feat,
187 .feat = &tsens_v1_feat,
H A Dtsens-v0_1.c337 .feat = &tsens_v0_1_feat,
350 .feat = &tsens_v0_1_feat,
365 .feat = &tsens_v0_1_feat,
380 .feat = &tsens_v0_1_feat,
393 .feat = &tsens_v0_1_feat,
406 .feat = &tsens_v0_1_feat,
H A Dtsens.c343 if (priv->feat->adc)
365 if (priv->feat->adc)
374 return priv->feat->ver_major;
476 if (priv->feat->crit_int) {
574 if (priv->feat->has_watchdog) {
708 cl_high = clamp_val(high, priv->feat->trip_min_temp, priv->feat->trip_max_temp);
709 cl_low = clamp_val(low, priv->feat->trip_min_temp, priv->feat->trip_max_temp);
818 priv->feat
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dfirmware.c134 unsigned int index, feat; local
141 feat = OV5_FEAT(vec5_fw_features_table[i].feature);
143 if (index < len && (vec5[index] & feat))
/linux-master/fs/bcachefs/
H A Dsuper-io.h87 static inline void bch2_check_set_feature(struct bch_fs *c, unsigned feat) argument
89 if (!(c->sb.features & (1ULL << feat)))
90 __bch2_check_set_feature(c, feat);
/linux-master/scripts/
H A Dget_feat.pl15 my $feat;
33 'feat=s' => \$feat,
34 'feature=s' => \$feat,
248 next if ($feat && $name ne $feat);
280 next if ($feat && $name ne $feat);
299 my $title = "Feature $feat";
305 print ":Subsystem: $data{$feat}
[all...]
/linux-master/arch/arm/mm/
H A Dcache-tauros2.c213 u32 feat; local
219 feat = read_extra_features();
220 if (!(feat & 0x00400000)) {
222 write_extra_features(feat | 0x00400000);
/linux-master/arch/loongarch/include/asm/
H A Dcpu-features.h16 #define cpu_has(feat) (cpu_data[0].options & BIT_ULL(feat))
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c117 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) {
136 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) {
370 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) {
414 if (WARN_ON(dss->feat->has_lcd_clk_src && clk_src != DSS_CLK_SRC_FCK))
433 dss->feat->dispc_clk_switch.start,
434 dss->feat->dispc_clk_switch.end);
562 if (!dss->feat->has_lcd_clk_src) {
568 r = dss->feat->ops->select_lcd_source(dss, channel, clk_src);
589 if (dss->feat->has_lcd_clk_src) {
609 fck_hw_max = dss->feat
[all...]
H A Ddispc.c184 const struct dispc_features *feat; member in struct:dispc_device
384 return dispc->feat->num_ovls;
389 return dispc->feat->num_mgrs;
396 BUG_ON(id >= dispc->feat->num_reg_fields);
398 *start = dispc->feat->reg_fields[id].start;
399 *end = dispc->feat->reg_fields[id].end;
407 for (i = 0; i < dispc->feat->num_features; i++) {
408 if (dispc->feat->features[i] == id)
682 if (channel == OMAP_DSS_CHANNEL_DIGIT && dispc->feat->no_framedone_tv)
1268 if (dispc->feat
[all...]
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h928 u64 arm64_apply_feature_override(u64 val, int feat, int width, argument
941 oval &= GENMASK_ULL(feat + width - 1, feat);
953 return cpuid_feature_extract_unsigned_field(val, feat);
956 static inline bool arm64_test_sw_feature_override(int feat) argument
962 return arm64_apply_feature_override(0, feat, 4,
1021 int feat; local
1026 feat = cpuid_feature_extract_signed_field(mmfr0,
1029 return feat >= ID_AA64MMFR0_EL1_TGRAN_LPA2;
/linux-master/drivers/misc/
H A Dad525x_dpot.c90 unsigned int feat; member in struct:dpot_data
133 if (dpot->feat & F_RDACS_WONLY)
169 if (dpot->feat & F_SPI_16BIT)
171 else if (dpot->feat & F_SPI_24BIT)
233 if (dpot->feat & F_SPI)
244 if (dpot->feat & F_RDACS_WONLY)
247 if (dpot->feat & F_AD_APPDATA) {
248 if (dpot->feat & F_SPI_8BIT) {
253 } else if (dpot->feat & F_SPI_16BIT) {
320 if (dpot->feat
[all...]
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_features.h122 enum panfrost_hw_feature feat)
124 return test_bit(feat, pfdev->features.hw_features);
121 panfrost_has_hw_feature(struct panfrost_device *pfdev, enum panfrost_hw_feature feat) argument
/linux-master/drivers/crypto/ccp/
H A Dsp-dev.h34 #define PSP_FEATURE(psp, feat) (psp->vdata && psp->vdata->platform_features & PLATFORM_FEATURE_##feat)
/linux-master/arch/arm/mach-omap2/
H A Did.c203 #define OMAP3_SHOW_FEATURE(feat) \
204 if (omap3_has_ ##feat()) \
205 n += scnprintf(buf + n, sizeof(buf) - n, #feat " ");
270 #define OMAP3_CHECK_FEATURE(status,feat) \
271 if (((status & OMAP3_ ##feat## _MASK) \
272 >> OMAP3_ ##feat## _SHIFT) != FEAT_ ##feat## _NONE) { \
273 omap_features |= OMAP3_HAS_ ##feat; \
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c91 const struct dss_features *feat; member in struct:__anon751
534 fckd_hw_max = dss.feat->fck_div_max;
536 m = dss.feat->dss_fck_multiplier;
592 fck_div = DIV_ROUND_UP(prate * dss.feat->dss_fck_multiplier,
594 fck = DIV_ROUND_UP(prate, fck_div) * dss.feat->dss_fck_multiplier;
728 return dss.feat->dpi_select_source(port, channel);
743 if (dss.feat->parent_clk_name) {
744 clk = clk_get(NULL, dss.feat->parent_clk_name);
746 DSSERR("Failed to get %s\n", dss.feat->parent_clk_name);
929 if (dss.feat
[all...]

Completed in 408 milliseconds

1234