/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc4000.c | 27 static int debug; variable 28 module_param(debug, int, 0644); 29 MODULE_PARM_DESC(debug, "Debugging level (0 to 2, default: 0 (off))."); 52 #define dprintk(level, fmt, arg...) if (debug >= level) \ 521 msleep(debug ? 100 : 10); in xc_tune_channel() 523 if (debug) in xc_tune_channel() 671 if (debug) { in seek_firmware() 820 if (debug) { in xc4000_fwupload() 887 if (debug) { in load_scode() 948 if (debug) { in check_firmware() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dpp.c | 396 dpp->ctx->dc->debug.max_downscale_src_width != 0 && in dpp3_get_optimal_number_of_taps() 397 scl_data->viewport.width > dpp->ctx->dc->debug.max_downscale_src_width) in dpp3_get_optimal_number_of_taps() 472 if (!dpp->ctx->dc->debug.always_scale) { in dpp3_get_optimal_number_of_taps() 539 if (dpp_base->ctx->dc->debug.enable_mem_low_power.bits.cm) { in dpp3_power_on_blnd_lut() 559 if (dpp_base->ctx->dc->debug.enable_mem_low_power.bits.cm) { in dpp3_power_on_hdr3dlut() 576 if (dpp_base->ctx->dc->debug.enable_mem_low_power.bits.cm) { in dpp3_power_on_shaper() 756 if (dpp_base->ctx->dc->debug.enable_mem_low_power.bits.cm) in dpp3_program_blnd_lut() 1170 if (dpp_base->ctx->dc->debug.enable_mem_low_power.bits.cm) in dpp3_program_shaper() 1175 if (dpp_base->ctx->dc->debug.enable_mem_low_power.bits.cm) in dpp3_program_shaper() 1365 if (dpp_base->ctx->dc->debug in dpp3_program_3dlut() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite.c | 38 static int debug; variable 39 module_param(debug, int, 0644); 159 if (debug > 0) in fimc_lite_hw_init() 333 if (debug > 0) in start_streaming() 600 v4l2_dbg(1, debug, &fimc->subdev, "code: %#x (%d), %dx%d\n", in fimc_lite_subdev_try_fmt() 618 v4l2_dbg(1, debug, &fimc->subdev, "(%d,%d)/%dx%d, sink fmt: %dx%d\n", in fimc_lite_try_crop() 638 v4l2_dbg(1, debug, &fimc->subdev, "(%d,%d)/%dx%d, source fmt: %dx%d\n", in fimc_lite_try_compose() 960 v4l2_dbg(1, debug, sd, "%s: %s --> %s, flags: 0x%x. source_id: 0x%x\n", in fimc_lite_link_setup() 1068 v4l2_dbg(1, debug, sd, "pad%d: code: 0x%x, %dx%d\n", in fimc_lite_subdev_set_fmt() 1147 v4l2_dbg(1, debug, s in fimc_lite_subdev_get_selection() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs.c | 468 for (row = 0; row < ARRAY_SIZE(crtc->debug.vbl.times); row++) in crtc_updates_info() 469 count += crtc->debug.vbl.times[row]; in crtc_updates_info() 474 for (row = 0; row < ARRAY_SIZE(crtc->debug.vbl.times); row++) { in crtc_updates_info() 493 if (crtc->debug.vbl.times[row]) { in crtc_updates_info() 494 x = ilog2(crtc->debug.vbl.times[row]); in crtc_updates_info() 503 hdr, crtc->debug.vbl.min); in crtc_updates_info() 505 hdr, crtc->debug.vbl.max); in crtc_updates_info() 507 hdr, div64_u64(crtc->debug.vbl.sum, count)); in crtc_updates_info() 509 hdr, VBLANK_EVASION_TIME_US, crtc->debug.vbl.over); in crtc_updates_info() 531 memset(&crtc->debug in crtc_updates_write() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 698 { "debug", ARG_DEBUG, NULL, 0, 699 "print extra debug information for test_progs." }, 840 env->debug = true; in parse_arg() 1053 if (env.debug) in send_message() 1066 if (env.debug) in recv_message() 1266 if (env.debug) in dispatch_thread() 1275 if (env.debug) in dispatch_thread() 1394 if (env.debug) in server_main() 1535 if (env.debug) in worker_main() 1545 if (env.debug) in worker_main() [all...] |
/third_party/python/Modules/ |
H A D | gcmodule.c | 433 * delete the object again. In a debug build, that caused in update_refs() 939 if ((gcstate->debug & DEBUG_SAVEALL) || has_legacy_finalizer(op)) { in handle_legacy_finalizers() 1003 if (gcstate->debug & DEBUG_SAVEALL) { in delete_garbage() 1198 if (gcstate->debug & DEBUG_STATS) { in gc_collect_main() 1261 if (gcstate->debug & DEBUG_COLLECTABLE) { in gc_collect_main() 1293 if (gcstate->debug & DEBUG_UNCOLLECTABLE) in gc_collect_main() 1296 if (gcstate->debug & DEBUG_STATS) { in gc_collect_main() 1567 gcstate->debug = flags; in gc_set_debug_impl() 1582 return gcstate->debug; in gc_get_debug_impl() 2119 if (!(gcstate->debug in _PyGC_DumpShutdownStats() [all...] |
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | sysrq_64.c | 10 #include <linux/sched/debug.h>
|
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | vexpress.S | 2 /* arch/arm/mach-realview/include/mach/debug-macro.S 7 * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks 47 #include <debug/pl01x.S>
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | suspend.c | 11 #include <asm/debug-monitors.h> 28 * debug exceptions. Code cannot be run from a CPU PM notifier since by the 29 * time the notifier runs debug exceptions might have been enabled already, 65 * before debug exceptions are possibly reenabled in __cpu_suspend_exit() 96 * From this point debug exceptions are disabled to prevent in cpu_suspend()
|
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/ |
H A D | enhancedf2fs12.sh | 34 local _sys_path=/sys/kernel/debug/tracing
|
H A D | enhancedf2fs01.sh | 45 cat /sys/kernel/debug/tracing/trace_pipe | grep issue_discard >> log01.txt &
|
H A D | enhancedf2fs03.sh | 39 cat /sys/kernel/debug/tracing/trace_pipe | grep issue_discard >> log03.txt &
|
H A D | enhancedf2fs05.sh | 39 cat /sys/kernel/debug/tracing/trace_pipe | grep issue_discard >> log05.txt &
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | traps.c | 15 #include <linux/sched/debug.h>
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | stacktrace.c | 10 #include <linux/sched/debug.h>
|
H A D | nmi_debug.c | 9 #include <linux/sched/debug.h>
|
/kernel/linux/linux-5.10/arch/loongarch/kvm/ |
H A D | Makefile | 19 kvm-objs += exit.o intc/ls7a_irq.o intc/ls3a_ipi.o intc/irqchip-debug.o\
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | traps.c | 15 #include <linux/sched/debug.h>
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | vexpress.S | 2 /* arch/arm/mach-realview/include/mach/debug-macro.S 7 * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks 47 #include <debug/pl01x.S>
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | nmi_debug.c | 9 #include <linux/sched/debug.h>
|
H A D | stacktrace.c | 10 #include <linux/sched/debug.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gm200.c | 38 .debug = 0xc08,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | Makefile | 13 wil6210-y += debug.o
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | Makefile | 15 debug.o \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | Makefile | 4 debug.o \
|