/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx_common.c | 28 static unsigned int debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE | variable 32 module_param(debug, uint, 0); 33 MODULE_PARM_DESC(debug, "Bitmapped debugging message enable value"); 1007 efx->msg_enable = debug; in efx_siena_init_struct()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-hub.c | 390 if (unlikely(ehci->debug)) { in ehci_bus_resume() 392 ehci->debug = NULL; in ehci_bus_resume() 1034 if (unlikely(ehci->debug)) { in ehci_hub_control() 1035 /* If the debug port is active any port in ehci_hub_control() 1038 (readl(&ehci->debug->control) & DBGP_ENABLED)) { in ehci_hub_control()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_link_encoder.c | 199 /* For 10-bit PRBS or debug symbols in set_dp_phy_pattern_d102() 202 /* Enable debug symbols on the lanes */ in set_dp_phy_pattern_d102() 209 /* Program debug symbols to be output */ in set_dp_phy_pattern_d102() 373 /* Enable debug symbols on the lanes */ in set_dp_phy_pattern_80bit_custom() 788 enc110->base.ctx->dc->debug.hdmi20_disable) && in dce110_link_encoder_validate_hdmi_output() 791 if (enc110->base.ctx->dc->debug.hdmi20_disable && in dce110_link_encoder_validate_hdmi_output() 910 if (enc110->base.ctx->dc->debug.hdmi20_disable) { in dce110_link_encoder_construct() 1809 if (enc110->base.ctx->dc->debug.hdmi20_disable) { in dce60_link_encoder_construct()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_detection.c | 596 if (link->dc->debug.disable_dp_plus_plus_wa && in detect_dp() 689 !link->dc->debug.dpia_debug.bits.disable_mst_dsc_work_around) in apply_dpia_mst_dsc_always_on_wa() 814 if (link->dc->debug.skip_detection_link_training || in should_verify_link_capability_destructively() 1086 link->ctx->dc->debug.hdmi20_disable = true; in detect_link_and_local_sink() 1098 * TODO debug why certain monitors don't like in detect_link_and_local_sink()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_training.c | 670 if (link->dc->debug.lttpr_mode_override == LTTPR_MODE_TRANSPARENT) { in dp_get_lttpr_mode_override() 672 } else if (link->dc->debug.lttpr_mode_override == LTTPR_MODE_NON_TRANSPARENT) { in dp_get_lttpr_mode_override() 674 } else if (link->dc->debug.lttpr_mode_override == LTTPR_MODE_NON_LTTPR) { in dp_get_lttpr_mode_override() 742 /* Check DP tunnel LTTPR mode debug option. */ in override_training_settings() 743 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->dc->debug.dpia_debug.bits.force_non_lttpr) in override_training_settings() 1532 /* dump debug data */ in dp_perform_link_training()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hubbub.c | 731 hubbub1_allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub31_program_watermarks() 793 if (dc->debug.disable_dcc == DCC_DISABLE) in hubbub31_get_dcc_compression_cap() 842 if (dc->debug.disable_dcc == DCC_HALF_REQ_DISALBE && in hubbub31_get_dcc_compression_cap() 1017 if (hubbub->ctx->dc->debug.disable_clock_gate) { in hubbub31_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | dcn30_fpu.c | 560 if (dc->debug.min_disp_clk_khz > pipes[pipe_idx].clks_cfg.dispclk_mhz * 1000) in dcn30_fpu_calculate_wm_and_dlg() 561 pipes[pipe_idx].clks_cfg.dispclk_mhz = dc->debug.min_disp_clk_khz / 1000.0; in dcn30_fpu_calculate_wm_and_dlg() 562 if (dc->debug.min_dpp_clk_khz > pipes[pipe_idx].clks_cfg.dppclk_mhz * 1000) in dcn30_fpu_calculate_wm_and_dlg() 563 pipes[pipe_idx].clks_cfg.dppclk_mhz = dc->debug.min_dpp_clk_khz / 1000.0; in dcn30_fpu_calculate_wm_and_dlg()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 8 #include "debug.h" 940 ar->debug.debugfs_pdev, in ath11k_spectral_debug_register() 952 ar->debug.debugfs_pdev, ar, in ath11k_spectral_debug_register() 963 ar->debug.debugfs_pdev, ar, in ath11k_spectral_debug_register() 974 ar->debug.debugfs_pdev, ar, in ath11k_spectral_debug_register()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tda1004x.c | 29 static int debug; variable 32 if (debug) printk(KERN_DEBUG "tda1004x: " args); \ 1374 module_param(debug, int, 0644); 1375 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
|
/kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
H A D | cx88-blackbird.c | 34 static unsigned int debug; variable 35 module_param(debug, int, 0644); 36 MODULE_PARM_DESC(debug, "enable debug messages [blackbird]"); 39 if (debug + 1 > level) \
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_core.c | 47 static bool debug; variable 61 module_param(debug, bool, 0644); 62 MODULE_PARM_DESC(debug, "Debugging mode enabled or not"); 1387 cpqhp_debug = debug; in cpqhpc_init()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dmxdev.c | 23 static int debug; variable 25 module_param(debug, int, 0644); 26 MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); 29 if (debug) \
|
/third_party/ffmpeg/libavcodec/ |
H A D | ratecontrol.c | 183 if (s->avctx->debug & FF_DEBUG_RC) in modify_qscale() 203 if (s->avctx->debug & FF_DEBUG_RC) in modify_qscale() 713 if (s->avctx->debug & FF_DEBUG_RC) in ff_vbv_update() 999 if (s->avctx->debug & FF_DEBUG_RC) { in ff_rate_estimate_qscale()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_fake.c | 53 if (bufmgr_fake->bufmgr.debug) \ 177 int debug; member 185 unsigned id; /* debug only */ 1168 * and the problem is harder to debug there. in drm_intel_fake_bo_validate() 1289 if (bufmgr_fake->debug) { in drm_intel_fake_emit_reloc() 1620 bufmgr_fake->bufmgr.debug = 0; in drm_intel_bufmgr_fake_init()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast.c | 703 /* debug */ in lp_rast_tile_end() 1172 boolean debug = false; in thread_function() local 1186 if (debug) in thread_function() 1207 if (debug) in thread_function() 1222 if (debug) in thread_function()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | nir.c | 863 struct util_debug_callback *debug) in ppir_print_shader_db() 879 util_debug_message(debug, SHADER_INFO, "%s", shaderdb); in ppir_print_shader_db() 909 struct util_debug_callback *debug) in ppir_compile_nir() 997 ppir_print_shader_db(nir, comp, debug); in ppir_compile_nir() 862 ppir_print_shader_db(struct nir_shader *nir, ppir_compiler *comp, struct util_debug_callback *debug) ppir_print_shader_db() argument 907 ppir_compile_nir(struct lima_fs_compiled_shader *prog, struct nir_shader *nir, struct ra_regs *ra, struct util_debug_callback *debug) ppir_compile_nir() argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker_file.py | 370 self.logger.debug("processing line %d", lineNum) 1363 self.logger.debug( 1525 self.logger.debug('Block stack, top first:') 1527 self.logger.debug(' - block_stack[%d]: Line %d: "%s" refpage=%s',
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | horizon.c | 347 static unsigned short debug = 0; variable 1612 PRINTK (KERN_INFO, "debug bitmap is now %hx", debug = d); in hrz_send() 2780 PRINTK (KERN_NOTICE, "debug bitmap is %hx", debug &= DBG_MASK); in hrz_check_args() 2782 if (debug) in hrz_check_args() 2783 PRINTK (KERN_NOTICE, "no debug support in this image"); in hrz_check_args() 2804 module_param(debug, ushort, 0644); 2809 MODULE_PARM_DESC(debug, "debug bitma [all...] |
H A D | ambassador.c | 284 static unsigned short debug = 0; variable 340 if (debug & DBG_REGS) { in dump_registers() 2303 PRINTK (KERN_NOTICE, "debug bitmap is %hx", debug &= DBG_MASK); in amb_check_args() 2305 if (debug) in amb_check_args() 2344 module_param(debug, ushort, 0644); 2351 MODULE_PARM_DESC(debug, "debug bitmap, see .h file");
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | traps.c | 27 #include <linux/sched/debug.h> 1085 if (notify_die(DIE_BREAK, "debug", regs, bcode, in do_bp() 1950 * SDBBP EJTAG debug exception handler. 1957 unsigned int debug; in ejtag_exception_handler() local 1959 printk(KERN_DEBUG "SDBBP EJTAG debug exception - not handled yet, just ignored!\n"); in ejtag_exception_handler() 1961 debug = read_c0_debug(); in ejtag_exception_handler() 1962 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug); in ejtag_exception_handler() 1963 if (debug & 0x80000000) { in ejtag_exception_handler() 1967 * debug return address (DEPC). EPC is restored after the in ejtag_exception_handler() 1983 write_c0_debug(debug | in ejtag_exception_handler() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 148 struct sec_dfx *dfx = &qp_ctx->ctx->sec->debug.dfx; in sec_req_cb() 210 atomic64_inc(&ctx->sec->debug.dfx.send_cnt); in sec_bd_send() 211 atomic64_inc(&ctx->sec->debug.dfx.send_busy_cnt); in sec_bd_send() 222 atomic64_inc(&ctx->sec->debug.dfx.send_cnt); in sec_bd_send() 1105 atomic64_inc(&ctx->sec->debug.dfx.recv_busy_cnt); in sec_skcipher_callback() 1210 atomic64_inc(&c->sec->debug.dfx.recv_busy_cnt); in sec_aead_callback()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | traps.c | 27 #include <linux/sched/debug.h> 1088 if (notify_die(DIE_BREAK, "debug", regs, bcode, in do_bp() 1941 * SDBBP EJTAG debug exception handler. 1948 unsigned int debug; in ejtag_exception_handler() local 1950 printk(KERN_DEBUG "SDBBP EJTAG debug exception - not handled yet, just ignored!\n"); in ejtag_exception_handler() 1952 debug = read_c0_debug(); in ejtag_exception_handler() 1953 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug); in ejtag_exception_handler() 1954 if (debug & 0x80000000) { in ejtag_exception_handler() 1958 * debug return address (DEPC). EPC is restored after the in ejtag_exception_handler() 1974 write_c0_debug(debug | in ejtag_exception_handler() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_vout.c | 69 static bool debug; variable 80 module_param(debug, bool, S_IRUGO); 81 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 229 v4l2_dbg(1, debug, &vout->vid_dev->v4l2_dev, "%s Offset:%x\n", in omap_vout_calculate_offset() 332 v4l2_dbg(1, debug, &vout->vid_dev->v4l2_dev, in omapvid_setup_overlay() 970 v4l2_dbg(1, debug, &vout->vid_dev->v4l2_dev, in omap_vout_vb2_prepare()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-core.c | 47 static unsigned int debug; variable 48 module_param(debug, int, 0644); 49 MODULE_PARM_DESC(debug, "enable debug messages"); 56 do { if (debug >= level)\ 1413 if (debug > 5) { in cx23885_start_dma() 1517 if (debug > 4) in cx23885_start_dma()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/ |
H A D | sis190.c | 345 } debug = { -1 }; variable 350 module_param_named(debug, debug.msg_enable, int, 0); 351 MODULE_PARM_DESC(debug, "Debug verbosity level (0=none, ..., 16=all)"); 1479 tp->msg_enable = netif_msg_init(debug.msg_enable, SIS190_MSG_DEFAULT); in sis190_init_board() 1865 if (netif_msg_drv(&debug)) in sis190_init_one()
|