Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/net/dccp/
H A Dfeat.c3 * net/dccp/feat.c
23 #include "feat.h"
213 static const char *dccp_feat_fname(const u8 feat) in dccp_feat_fname() argument
227 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()
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) dccp_feat_entry_new() argument
481 dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, u8 mandatory, dccp_feat_val *fval) dccp_feat_push_change() argument
509 dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, dccp_feat_val *fval) dccp_feat_push_confirm() argument
530 dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) dccp_push_empty_confirm() argument
699 __feat_register_nn(struct list_head *fn, u8 feat, u8 mandatory, u64 nn_val) __feat_register_nn() argument
724 __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, u8 mandatory, u8 const *sp_val, u8 sp_len) __feat_register_sp() argument
756 dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, u8 const *list, u8 len) dccp_feat_register_sp() argument
775 dccp_feat_nn_get(struct sock *sk, u8 feat) dccp_feat_nn_get() argument
805 dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val) dccp_feat_signal_nn_change() argument
1101 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, u8 feat, u8 *val, u8 len, const bool server) dccp_feat_change_recv() argument
1212 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, u8 feat, u8 *val, u8 len, const bool server) dccp_feat_confirm_recv() argument
1309 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) dccp_feat_handle_nn_established() argument
1398 dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) dccp_feat_parse_options() argument
[all...]
H A Dfeat.h5 * net/dccp/feat.h
109 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,
/kernel/linux/linux-6.6/net/dccp/
H A Dfeat.c3 * net/dccp/feat.c
23 #include "feat.h"
213 static const char *dccp_feat_fname(const u8 feat) in dccp_feat_fname() argument
227 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()
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) dccp_feat_entry_new() argument
481 dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, u8 mandatory, dccp_feat_val *fval) dccp_feat_push_change() argument
509 dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, dccp_feat_val *fval) dccp_feat_push_confirm() argument
530 dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) dccp_push_empty_confirm() argument
699 __feat_register_nn(struct list_head *fn, u8 feat, u8 mandatory, u64 nn_val) __feat_register_nn() argument
724 __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, u8 mandatory, u8 const *sp_val, u8 sp_len) __feat_register_sp() argument
756 dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, u8 const *list, u8 len) dccp_feat_register_sp() argument
775 dccp_feat_nn_get(struct sock *sk, u8 feat) dccp_feat_nn_get() argument
805 dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val) dccp_feat_signal_nn_change() argument
1107 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, u8 feat, u8 *val, u8 len, const bool server) dccp_feat_change_recv() argument
1218 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, u8 feat, u8 *val, u8 len, const bool server) dccp_feat_confirm_recv() argument
1315 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) dccp_feat_handle_nn_established() argument
1404 dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) dccp_feat_parse_options() 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,
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/drivers/misc/
H A Dad525x_dpot.c90 unsigned int feat; member
133 if (dpot->feat & F_RDACS_WONLY) in dpot_read_spi()
166 if (dpot->feat & F_SPI_16BIT) in dpot_read_spi()
168 else if (dpot->feat & F_SPI_24BIT) in dpot_read_spi()
230 if (dpot->feat & F_SPI) in dpot_read()
241 if (dpot->feat & F_RDACS_WONLY) in dpot_write_spi()
244 if (dpot->feat & F_AD_APPDATA) { in dpot_write_spi()
245 if (dpot->feat & F_SPI_8BIT) { in dpot_write_spi()
250 } else if (dpot->feat & F_SPI_16BIT) { in dpot_write_spi()
317 if (dpot->feat in dpot_write_spi()
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H 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()
171 else if (dpot->feat & F_SPI_24BIT) 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()
253 } else if (dpot->feat & F_SPI_16BIT) { in dpot_write_spi()
320 if (dpot->feat in dpot_write_spi()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c344 const struct dispc_features *feat; member
731 for (i = 0; i < dispc->feat->num_vps; ++i) { in dispc_k3_clear_irqstatus()
737 for (i = 0; i < dispc->feat->num_planes; ++i) { in dispc_k3_clear_irqstatus()
743 if (dispc->feat->subrev == DISPC_K2G) in dispc_k3_clear_irqstatus()
758 for (i = 0; i < dispc->feat->num_vps; ++i) in dispc_k3_read_and_clear_irqstatus()
761 for (i = 0; i < dispc->feat->num_planes; ++i) in dispc_k3_read_and_clear_irqstatus()
774 for (i = 0; i < dispc->feat->num_vps; ++i) in dispc_k3_read_irqenable()
777 for (i = 0; i < dispc->feat->num_planes; ++i) in dispc_k3_read_irqenable()
795 for (i = 0; i < dispc->feat->num_vps; ++i) { in dispc_k3_set_irqenable()
803 for (i = 0; i < dispc->feat in dispc_k3_set_irqenable()
2775 const struct dispc_features *feat; dispc_init() local
[all...]
H A Dtidss_kms.c116 const struct dispc_features *feat = tidss->feat; in tidss_dispc_modeset_init() local
117 u32 max_vps = feat->num_vps; in tidss_dispc_modeset_init()
118 u32 max_planes = feat->num_planes; in tidss_dispc_modeset_init()
147 switch (feat->vp_bus_type[i]) { in tidss_dispc_modeset_init()
192 u32 hw_plane_id = feat->vid_order[tidss->num_planes]; in tidss_dispc_modeset_init()
227 u32 hw_plane_id = feat->vid_order[tidss->num_planes]; in tidss_dispc_modeset_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c294 const struct dispc_features *feat; member
681 for (i = 0; i < dispc->feat->num_vps; ++i) { in dispc_k3_clear_irqstatus()
687 for (i = 0; i < dispc->feat->num_planes; ++i) { in dispc_k3_clear_irqstatus()
693 if (dispc->feat->subrev == DISPC_K2G) in dispc_k3_clear_irqstatus()
708 for (i = 0; i < dispc->feat->num_vps; ++i) in dispc_k3_read_and_clear_irqstatus()
711 for (i = 0; i < dispc->feat->num_planes; ++i) in dispc_k3_read_and_clear_irqstatus()
724 for (i = 0; i < dispc->feat->num_vps; ++i) in dispc_k3_read_irqenable()
727 for (i = 0; i < dispc->feat->num_planes; ++i) in dispc_k3_read_irqenable()
745 for (i = 0; i < dispc->feat->num_vps; ++i) { in dispc_k3_set_irqenable()
753 for (i = 0; i < dispc->feat in dispc_k3_set_irqenable()
2665 const struct dispc_features *feat; dispc_init() local
[all...]
H A Dtidss_kms.c119 const struct dispc_features *feat = tidss->feat; in tidss_dispc_modeset_init() local
120 u32 max_vps = feat->num_vps; in tidss_dispc_modeset_init()
121 u32 max_planes = feat->num_planes; in tidss_dispc_modeset_init()
150 switch (feat->vp_bus_type[i]) { in tidss_dispc_modeset_init()
196 u32 hw_plane_id = feat->vid_order[tidss->num_planes]; in tidss_dispc_modeset_init()
236 u32 hw_plane_id = feat->vid_order[tidss->num_planes]; in tidss_dispc_modeset_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c116 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_save_context()
135 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_restore_context()
369 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_dump_regs()
413 if (WARN_ON(dss->feat->has_lcd_clk_src && clk_src != DSS_CLK_SRC_FCK)) in dss_select_dispc_clk_source()
432 dss->feat->dispc_clk_switch.start, in dss_select_dispc_clk_source()
433 dss->feat->dispc_clk_switch.end); in dss_select_dispc_clk_source()
561 if (!dss->feat->has_lcd_clk_src) { in dss_select_lcd_clk_source()
567 r = dss->feat->ops->select_lcd_source(dss, channel, 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 in dss_div_calc()
[all...]
H A Ddispc.c182 const struct dispc_features *feat; member
384 return dispc->feat->num_ovls; in dispc_get_num_ovls()
389 return dispc->feat->num_mgrs; in dispc_get_num_mgrs()
396 BUG_ON(id >= dispc->feat->num_reg_fields); in dispc_get_reg_field()
398 *start = dispc->feat->reg_fields[id].start; in dispc_get_reg_field()
399 *end = dispc->feat->reg_fields[id].end; in dispc_get_reg_field()
407 for (i = 0; i < dispc->feat->num_features; i++) { in dispc_has_feature()
408 if (dispc->feat->features[i] == id) in dispc_has_feature()
679 if (channel == OMAP_DSS_CHANNEL_DIGIT && dispc->feat->no_framedone_tv) in dispc_mgr_get_framedone_irq()
919 if (dispc->feat in dispc_setup_color_conv_coef()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c116 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_save_context()
135 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_restore_context()
369 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_dump_regs()
413 if (WARN_ON(dss->feat->has_lcd_clk_src && clk_src != DSS_CLK_SRC_FCK)) in dss_select_dispc_clk_source()
432 dss->feat->dispc_clk_switch.start, in dss_select_dispc_clk_source()
433 dss->feat->dispc_clk_switch.end); in dss_select_dispc_clk_source()
561 if (!dss->feat->has_lcd_clk_src) { in dss_select_lcd_clk_source()
567 r = dss->feat->ops->select_lcd_source(dss, channel, 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 in dss_div_calc()
[all...]
H A Ddispc.c184 const struct dispc_features *feat; member
384 return dispc->feat->num_ovls; in dispc_get_num_ovls()
389 return dispc->feat->num_mgrs; in dispc_get_num_mgrs()
396 BUG_ON(id >= dispc->feat->num_reg_fields); in dispc_get_reg_field()
398 *start = dispc->feat->reg_fields[id].start; in dispc_get_reg_field()
399 *end = dispc->feat->reg_fields[id].end; in dispc_get_reg_field()
407 for (i = 0; i < dispc->feat->num_features; i++) { in dispc_has_feature()
408 if (dispc->feat->features[i] == id) in dispc_has_feature()
682 if (channel == OMAP_DSS_CHANNEL_DIGIT && dispc->feat->no_framedone_tv) in dispc_mgr_get_framedone_irq()
1268 if (dispc->feat in dispc_configure_burst_sizes()
[all...]
/kernel/linux/linux-6.6/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));
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c91 const struct dss_features *feat; member
534 fckd_hw_max = dss.feat->fck_div_max; in dss_div_calc()
536 m = dss.feat->dss_fck_multiplier; in dss_div_calc()
592 fck_div = DIV_ROUND_UP(prate * dss.feat->dss_fck_multiplier, in dss_setup_default_clock()
594 fck = DIV_ROUND_UP(prate, fck_div) * dss.feat->dss_fck_multiplier; in dss_setup_default_clock()
728 return dss.feat->dpi_select_source(port, channel); in dss_dpi_select_source()
743 if (dss.feat->parent_clk_name) { in dss_get_clocks()
744 clk = clk_get(NULL, dss.feat->parent_clk_name); in dss_get_clocks()
746 DSSERR("Failed to get %s\n", dss.feat->parent_clk_name); in dss_get_clocks()
931 if (dss.feat in dss_init_ports()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c91 const struct dss_features *feat; member
534 fckd_hw_max = dss.feat->fck_div_max; in dss_div_calc()
536 m = dss.feat->dss_fck_multiplier; in dss_div_calc()
592 fck_div = DIV_ROUND_UP(prate * dss.feat->dss_fck_multiplier, in dss_setup_default_clock()
594 fck = DIV_ROUND_UP(prate, fck_div) * dss.feat->dss_fck_multiplier; in dss_setup_default_clock()
728 return dss.feat->dpi_select_source(port, channel); in dss_dpi_select_source()
743 if (dss.feat->parent_clk_name) { in dss_get_clocks()
744 clk = clk_get(NULL, dss.feat->parent_clk_name); in dss_get_clocks()
746 DSSERR("Failed to get %s\n", dss.feat->parent_clk_name); in dss_get_clocks()
929 if (dss.feat in dss_init_ports()
[all...]
/kernel/linux/linux-5.10/arch/arm/mm/
H 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()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-tauros2.c213 u32 feat; in tauros2_internal_init() local
219 feat = read_extra_features(); in tauros2_internal_init()
220 if (!(feat & 0x00400000)) { in tauros2_internal_init()
222 write_extra_features(feat | 0x00400000); in tauros2_internal_init()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.h122 void perf_header__set_feat(struct perf_header *header, int feat);
123 void perf_header__clear_feat(struct perf_header *header, int feat);
124 bool perf_header__has_feat(const struct perf_header *header, int feat);
132 int feat, int fd, void *data));
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcpufeature.h26 #define cpu_feature(feat) ilog2(HWCAP_S390_ ## feat)
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H A Dtsens.c343 if (priv->feat->adc) in tsens_hw_to_mC()
365 if (priv->feat->adc) in tsens_mC_to_hw()
374 return priv->feat->ver_major; in tsens_version()
476 if (priv->feat->crit_int) { in tsens_threshold_violated()
574 if (priv->feat->has_watchdog) { in tsens_critical_irq_thread()
708 cl_high = clamp_val(high, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()
709 cl_low = clamp_val(low, priv->feat->trip_min_temp, priv->feat->trip_max_temp); in tsens_set_trips()
818 priv->feat in dbg_sensors_show()
[all...]
H A Dtsens-v0_1.c343 .feat = &tsens_v0_1_feat,
356 .feat = &tsens_v0_1_feat,
371 .feat = &tsens_v0_1_feat,
386 .feat = &tsens_v0_1_feat,
399 .feat = &tsens_v0_1_feat,
412 .feat = &tsens_v0_1_feat,
/kernel/linux/linux-5.10/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; \

Completed in 30 milliseconds

123456