Home
last modified time | relevance | path

Searched refs:dump_table (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_gt_mcr.c459 bool dump_table) in report_steering_type() argument
476 if (!dump_table) in report_steering_type()
484 bool dump_table) in intel_gt_mcr_report_steering() argument
491 report_steering_type(p, gt, INSTANCE0, dump_table); in intel_gt_mcr_report_steering()
493 report_steering_type(p, gt, MSLICE, dump_table); in intel_gt_mcr_report_steering()
494 report_steering_type(p, gt, LNCF, dump_table); in intel_gt_mcr_report_steering()
Dintel_gt_mcr.h32 bool dump_table);
/linux-6.1.9/drivers/tty/
Dnozomi.c562 static void dump_table(const struct nozomi *dc) in dump_table() function
604 static inline void dump_table(const struct nozomi *dc) { } in dump_table() function
636 dump_table(dc); in nozomi_read_config_table()