Searched refs:debug (Results 126 - 150 of 1294) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ppp/
H A Dppp_mppe.c107 int debug; member in struct:ppp_mppe_state
250 mppe_init(void *arg, unsigned char *options, int optlen, int unit, int debug, argument
276 if (debug) {
302 state->debug = debug;
309 int hdrlen, int debug)
312 return mppe_init(arg, options, optlen, unit, debug, "mppe_comp_init");
370 if (state->debug >= 7)
379 if (state->debug && state->stateful)
415 int hdrlen, int mru, int debug)
308 mppe_comp_init(void *arg, unsigned char *options, int optlen, int unit, int hdrlen, int debug) argument
414 mppe_decomp_init(void *arg, unsigned char *options, int optlen, int unit, int hdrlen, int mru, int debug) argument
[all...]
/linux-master/drivers/hid/
H A Dhid-pl.c29 #define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg) macro
56 debug("called with 0x%04x 0x%04x", left, right);
63 debug("running with 0x%02x 0x%02x", left, right);
122 debug("detected single-field device");
137 debug("detected 4-field device");
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddfs_debug.c29 sc->debug.stats.dfs_stats.p)
108 memset(&sc->debug.stats.dfs_stats, 0,
109 sizeof(sc->debug.stats.dfs_stats));
142 sc->debug.debugfs_phy, sc, &fops_dfs_stats);
144 sc->debug.debugfs_phy, sc, &fops_simulate_radar);
/linux-master/drivers/isdn/mISDN/
H A Dtimerdev.c24 static u_int *debug; variable
48 if (*debug & DEBUG_TIMER)
70 if (*debug & DEBUG_TIMER)
100 if (*debug & DEBUG_TIMER)
141 if (*debug & DEBUG_TIMER)
148 if (*debug & DEBUG_TIMER)
223 if (*debug & DEBUG_TIMER)
234 if (*debug & DEBUG_TIMER)
249 if (*debug & DEBUG_TIMER)
283 debug
[all...]
/linux-master/drivers/watchdog/
H A Dpcwd.c195 static int debug = QUIET; variable
196 module_param(debug, int, 0);
197 MODULE_PARM_DESC(debug,
224 if (debug >= DEBUG)
243 if (debug >= DEBUG)
273 if (debug >= DEBUG)
289 if (debug >= DEBUG)
335 /* Get some extra info from the hardware (in command/debug/diag mode) */
424 if (debug >= VERBOSE)
452 if (debug >
[all...]
/linux-master/drivers/pci/hotplug/
H A Dibmphp_hpc.c29 #define debug_polling(fmt, arg...) do { if (to_debug) debug(fmt, arg); } while (0)
186 debug("%s - Error : WPG timeout\n", __func__);
202 debug("ctrl_read - Exit Error:I2C timeout\n");
297 debug("%s - Exit Error:WPG timeout\n", __func__);
314 debug("ctrl_read - Error : I2C timeout\n");
351 debug("inside pci_ctrl_read\n");
360 debug("inside pci_ctrl_write\n");
689 debug("%s - ctlr id[%x] physical[%lx] logical[%lx] i2c[%x]\n", __func__,
773 debug("%s - Entry\n", __func__);
776 debug("
[all...]
H A Dcpcihp_generic.c37 if (debug) \
46 static bool debug; variable
196 module_param(debug, bool, S_IRUGO | S_IWUSR);
197 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv1_clk_mgr.c193 struct dc_debug_options *debug = &dc->debug; local
236 if (debug->force_fclk_khz != 0)
237 new_clocks->fclk_khz = debug->force_fclk_khz;
318 struct dc_debug_options *debug = &ctx->dc->debug; local
341 if (!debug->disable_dfs_bypass && bp->integrated_info)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
H A Ddcn201_clk_mgr.c102 dc->debug.force_clock_mode & 0x1) {
121 if (dc->debug.force_min_dcfclk_mhz > 0)
122 new_clocks->dcfclk_khz = (new_clocks->dcfclk_khz > (dc->debug.force_min_dcfclk_mhz * 1000)) ?
123 new_clocks->dcfclk_khz : (dc->debug.force_min_dcfclk_mhz * 1000);
186 struct dc_debug_options *debug = &ctx->dc->debug; local
214 if (!debug->disable_dfs_bypass && bp->integrated_info)
/linux-master/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh54 if [ ! -e "/sys/kernel/debug/powerpc/eeh_dev_check" ] && \
55 [ ! -e "/sys/kernel/debug/powerpc/eeh_dev_break" ] ; then
62 echo 5000 > /sys/kernel/debug/powerpc/eeh_max_freezes
106 echo $dev >/sys/kernel/debug/powerpc/eeh_dev_break
111 echo $dev >/sys/kernel/debug/powerpc/eeh_dev_check
146 echo $1 > '/sys/kernel/debug/powerpc/eeh_dev_can_recover' 2>/dev/null
/linux-master/arch/arm/mach-omap1/
H A Dmux.h80 .debug = debug_status, \
98 .debug = debug_status, \
107 unsigned char debug; member in struct:pin_config
/linux-master/drivers/media/i2c/
H A Dsaa6588.c27 static unsigned int debug; variable
33 module_param(debug, int, 0644);
34 MODULE_PARM_DESC(debug, "enable debug messages");
53 #define dprintk if (debug) printk
146 if (debug > 2)
151 if (debug > 2) {
164 if (debug > 2)
224 if (debug > 3)
228 if (debug >
[all...]
H A Dadv7511-v4l2.c30 static int debug; variable
31 module_param(debug, int, 0644);
32 MODULE_PARM_DESC(debug, "debug level (0-2)");
221 v4l2_dbg(1, debug, sd, "%s:\n", __func__);
384 v4l2_dbg(1, debug, sd, "%s: ctrl id: %d, ctrl->val %d\n", __func__, ctrl->id, ctrl->val);
647 v4l2_dbg(1, debug, sd, "%s: power %s\n", __func__, on ? "on" : "off");
668 v4l2_dbg(1, debug, sd, "%s: failed to powerup the adv7511!\n", __func__);
673 v4l2_dbg(1, debug, sd, "%s: needed %d retries to powerup the adv7511\n", __func__, i);
791 v4l2_dbg(1, debug, s
1426 adv7511_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, int segment, u8 *buf) argument
[all...]
/linux-master/tools/testing/selftests/kvm/s390x/
H A Ddebug_test.c22 struct kvm_guest_debug debug = {}; local
35 debug.control = KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_SINGLESTEP;
36 vcpu_guest_debug_set(*vcpu, &debug);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn302/
H A Ddcn302_hwseq.c50 if (hws->ctx->dc->debug.disable_dpp_power_gate)
107 if (hws->ctx->dc->debug.disable_hubp_power_gate)
165 if (hws->ctx->dc->debug.disable_dsc_power_gate)
/linux-master/drivers/platform/x86/
H A Dsamsung-laptop.c347 struct samsung_laptop_debug debug; member in struct:samsung_laptop
380 static bool debug; variable
381 module_param(debug, bool, 0644);
382 MODULE_PARM_DESC(debug, "Debug enabled or not");
395 if (debug) {
427 * so we only add a warning in debug mode since we will
430 if (complete != 0xaa || (iface_data == 0xff && debug))
447 if (debug && out) {
1240 struct sabi_data *sdata = &samsung->debug.data;
1244 samsung->debug
[all...]
/linux-master/arch/x86/um/
H A Dsysrq_32.c9 #include <linux/sched/debug.h>
/linux-master/arch/arm/include/debug/
H A Dexynos.S40 #include <debug/samsung.S>
/linux-master/drivers/media/usb/as102/
H A Das102_drv.h20 #define debug as102_debug macro
/linux-master/drivers/media/rc/
H A Dfintek-cir.h22 static int debug; variable
28 if (debug) \
33 if (debug > 1) \
38 if (debug > 2) \
/linux-master/tools/time/
H A Dudelay_test.sh6 # Test is executed by writing and reading to /sys/kernel/debug/udelay_test
14 UDELAY_PATH=/sys/kernel/debug/udelay_test
/linux-master/drivers/hwtracing/intel_th/
H A DMakefile4 intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
/linux-master/fs/f2fs/
H A DMakefile7 f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
/linux-master/sound/core/
H A Dmisc.c24 static int debug = DEFAULT_DEBUG_LEVEL; variable
25 module_param(debug, int, 0644);
26 MODULE_PARM_DESC(debug, "Debug level (0 = disable)");
63 if (debug < level)
/linux-master/drivers/net/wireless/ath/
H A DMakefile22 ath-$(CONFIG_ATH_DEBUG) += debug.o

Completed in 499 milliseconds

1234567891011>>