Searched refs:feat_id (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_g2_vp9_dec.c | 408 unsigned char feat_id; in config_segment() local 436 feat_id = V4L2_VP9_SEG_LVL_ALT_Q; in config_segment() 440 update_feat_and_flag(vp9_ctx, seg, feat_id, segid); in config_segment() 441 if (v4l2_vp9_seg_feat_enabled(vp9_ctx->feature_enabled, feat_id, segid)) in config_segment() 443 vp9_ctx->feature_data[segid][feat_id], in config_segment() 446 hantro_reg_write(ctx->dev, &seg_regs[segid][feat_id], feat_val); in config_segment() 449 feat_id = V4L2_VP9_SEG_LVL_ALT_L; in config_segment() 453 update_feat_and_flag(vp9_ctx, seg, feat_id, segid); in config_segment() 454 if (v4l2_vp9_seg_feat_enabled(vp9_ctx->feature_enabled, feat_id, segid)) in config_segment() 456 vp9_ctx->feature_data[segid][feat_id], in config_segment() [all...] |
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | event.h | 348 __u64 feat_id; member
|
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/ |
H A D | event.h | 445 __u64 feat_id; member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 222 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event() 225 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event() 227 event->feat.feat_id); in process_feature_event() 232 * (feat_id = HEADER_LAST_FEATURE) is the end marker which in process_feature_event()
|
H A D | builtin-annotate.c | 292 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
H A D | builtin-script.c | 3363 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf_internal.h | 378 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id);
|
H A D | libbpf.c | 4971 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) in kernel_supports() argument 4973 struct kern_feature_desc *feat = &feature_probes[feat_id]; in kernel_supports()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 244 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event() 247 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event() 249 event->feat.feat_id); in process_feature_event() 256 * (feat_id = HEADER_LAST_FEATURE) is the end marker which in process_feature_event()
|
H A D | builtin-annotate.c | 308 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
H A D | builtin-script.c | 3742 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | synthetic-events.c | 2055 fe->feat_id = feat; in perf_event__synthesize_features() 2068 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.c | 2313 fe->feat_id = feat; in perf_event__synthesize_features() 2326 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | sysfs.c | 476 enum feat_id { enum
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 182 static bool kernel_supports(enum kern_feature_id feat_id); 4056 static bool kernel_supports(enum kern_feature_id feat_id) in kernel_supports() argument 4058 struct kern_feature_desc *feat = &feature_probes[feat_id]; in kernel_supports()
|
Completed in 58 milliseconds