Searched refs:debug (Results 1 - 25 of 720) sorted by relevance

1234567891011>>

/drivers/net/wireless/cw1200/
H A Ddebug.h38 ++priv->debug->tx;
43 ++priv->debug->tx_agg;
49 ++priv->debug->tx_multi;
50 priv->debug->tx_multi_frames += count;
55 ++priv->debug->rx;
60 ++priv->debug->rx_agg;
65 ++priv->debug->tx_cache_miss;
70 ++priv->debug->tx_align;
75 ++priv->debug->tx_ttl;
80 ++priv->debug
[all...]
/drivers/net/fddi/skfp/
H A Dsmtinit.c32 /* define global debug variable */
34 struct smt_debug debug; variable in typeref:struct:smt_debug
74 debug.d_smt = 0 ;
75 debug.d_smtf = 0 ;
76 debug.d_rmt = 0 ;
77 debug.d_ecm = 0 ;
78 debug.d_pcm = 0 ;
79 debug.d_cfm = 0 ;
81 debug.d_plc = 0 ;
83 debug
[all...]
/drivers/net/wireless/iwlegacy/
H A DMakefile3 iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += debug.o
10 iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
15 iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o
/drivers/misc/cb710/
H A DMakefile6 cb710-$(CONFIG_CB710_DEBUG) += debug.o
/drivers/net/wireless/ath/wcn36xx/
H A DMakefile7 debug.o
/drivers/media/i2c/
H A Dtea6420.c42 static int debug; variable
43 module_param(debug, int, 0644);
45 MODULE_PARM_DESC(debug, "Debug level (0-1)");
59 v4l2_dbg(1, debug, sd, "i=%d, o=%d, g=%d\n", i, o, g);
85 v4l2_dbg(1, debug, sd,
125 v4l_dbg(1, debug, client, "could not initialize tea6420\n");
H A Dtda9840.c39 static int debug; variable
40 module_param(debug, int, 0644);
42 MODULE_PARM_DESC(debug, "Debug level (0-1)");
64 v4l2_dbg(1, debug, sd, "error writing %02x to %02x\n",
74 v4l2_dbg(1, debug, sd,
80 v4l2_dbg(1, debug, sd,
85 v4l2_dbg(1, debug, sd, "TDA9840_DETECT: byte: 0x%02x\n", byte);
116 v4l2_dbg(1, debug, sd, "TDA9840_SWITCH: 0x%02x\n", byte);
/drivers/pci/hotplug/
H A Dibmphp_core.c52 static bool debug; variable
53 module_param(debug, bool, S_IRUGO | S_IWUSR);
54 MODULE_PARM_DESC (debug, "Debugging mode enabled or not");
79 debug("options = %x\n", slot_cur->ctrl->options);
80 debug("revision = %x\n", slot_cur->ctrl->revision);
95 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n",
166 debug("(*cur_slot)->irq[0] = %x\n",
168 debug("(*cur_slot)->irq[1] = %x\n",
170 debug("(*cur_slot)->irq[2] = %x\n",
172 debug("(*cur_slo
[all...]
H A Dibmphp_ebda.c128 debug ("%s - slot_min = %x\n", __func__, ptr->slot_min);
129 debug ("%s - slot_max = %x\n", __func__, ptr->slot_max);
130 debug ("%s - slot_count = %x\n", __func__, ptr->slot_count);
131 debug ("%s - bus# = %x\n", __func__, ptr->busno);
132 debug ("%s - current_speed = %x\n", __func__, ptr->current_speed);
133 debug ("%s - controller_id = %x\n", __func__, ptr->controller_id);
135 debug ("%s - slots_at_33_conv = %x\n", __func__, ptr->slots_at_33_conv);
136 debug ("%s - slots_at_66_conv = %x\n", __func__, ptr->slots_at_66_conv);
137 debug ("%s - slots_at_66_pcix = %x\n", __func__, ptr->slots_at_66_pcix);
138 debug ("
[all...]
H A Dibmphp_pci.c95 debug ("inside configure_card, func->busno = %x\n", func->busno);
112 debug ("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->function = %x\n",
117 debug ("vendor_id is %x\n", vendor_id);
120 debug ("found valid device, vendor_id = %x\n", vendor_id);
133 debug ("hrd_type = %x, class = %x, class_code %x\n", hdr_type, class, class_code);
146 debug ("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, class);
250 debug ("class now is %x\n", class);
259 debug ("cur_func->busno b4 configure_bridge is %x\n", cur_func->busno);
273 debug ("cur_func->busno = %x, device = %x, function = %x\n",
276 debug ("afte
[all...]
/drivers/net/ethernet/ibm/emac/
H A DMakefile11 ibm_emac-$(CONFIG_IBM_EMAC_DEBUG) += debug.o
/drivers/net/wimax/i2400m/
H A Ddebug-levels.h26 /* Maximum compile and run time debug level for all submodules */
30 #include <linux/wimax/debug.h>
H A Dusb-debug-levels.h26 /* Maximum compile and run time debug level for all submodules */
30 #include <linux/wimax/debug.h>
/drivers/net/wireless/ath/carl9170/
H A DMakefile2 carl9170-$(CONFIG_CARL9170_DEBUGFS) += debug.o
/drivers/scsi/fnic/
H A Dfnic_debugfs.c44 * fnic_debugfs_init - Initialize debugfs for fnic debug logging
526 * to debug structure to retrieve later for while performing other
534 struct stats_debug_info *debug; local
536 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL);
537 if (!debug)
540 debug->i_private = inode->i_private;
542 file->private_data = debug;
566 struct stats_debug_info *debug = file->private_data; local
567 struct fnic *fnic = (struct fnic *)debug->i_private;
594 struct stats_debug_info *debug local
656 struct stats_debug_info *debug = file->private_data; local
679 struct stats_debug_info *debug; local
722 struct stats_debug_info *debug = file->private_data; local
746 struct stats_debug_info *debug = file->private_data; local
[all...]
/drivers/net/wireless/ath/ath9k/
H A Ddebug.c32 sc->debug.stats.istats.sync_cause_all++;
34 sc->debug.stats.istats.sync_rtc_irq++;
36 sc->debug.stats.istats.sync_mac_irq++;
38 sc->debug.stats.istats.eeprom_illegal_access++;
40 sc->debug.stats.istats.apb_timeout++;
42 sc->debug.stats.istats.pci_mode_conflict++;
44 sc->debug.stats.istats.host1_fatal++;
46 sc->debug.stats.istats.host1_perr++;
48 sc->debug.stats.istats.trcv_fifo_perr++;
50 sc->debug
[all...]
H A Dhtc_drv_debug.c202 priv->debug.tx_stats.buf_queued);
205 priv->debug.tx_stats.buf_completed);
208 priv->debug.tx_stats.skb_queued);
211 priv->debug.tx_stats.skb_success);
214 priv->debug.tx_stats.skb_failed);
217 priv->debug.tx_stats.cab_queued);
221 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BE]);
224 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BK]);
227 priv->debug.tx_stats.queue_stats[IEEE80211_AC_VI]);
230 priv->debug
[all...]
/drivers/isdn/hisax/
H A Dhscx_irq.c58 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO))
62 if (cs->debug & L1_DEB_WARN)
72 if (cs->debug & L1_DEB_HSCX_FIFO) {
90 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO))
112 if (cs->debug & L1_DEB_HSCX_FIFO) {
138 if (cs->debug & L1_DEB_WARN)
145 if (cs->debug & L1_DEB_WARN)
153 if (cs->debug
[all...]
H A Dfsm.c63 if (fi->debug)
70 if (fi->debug)
82 if (fi->debug)
91 if (ft->fi->debug)
104 if (ft->fi->debug)
114 if (ft->fi->debug)
126 if (ft->fi->debug)
150 if (ft->fi->debug)
/drivers/scsi/
H A Dscript_asm.pl52 $debug = 0; # Print general debugging messages
165 print STDERR "value regex = $value\n" if ($debug);
168 print STDERR "phase regex = $phase\n" if ($debug);
220 if ($debug) {
231 printf STDERR "New code : %08x\n", $code[$address] if ($debug);
253 print STDERR "Relative reference $symbol\n" if ($debug);
258 print STDERR "Absolute reference $symbol\n" if ($debug);
262 print STDERR "Referencing symbol $1, length = $length in $_\n" if ($debug);
292 print STDERR "$0 : parsed WHEN\n" if ($debug);
295 print STDERR "$0 : parsed IF\n" if ($debug);
[all...]
/drivers/isdn/mISDN/
H A Dclock.c44 static u_int *debug; variable
55 debug = dp;
75 if (*debug & DEBUG_CLOCK)
82 if (*debug & DEBUG_CLOCK)
100 if (*debug & (DEBUG_CORE | DEBUG_CLOCK))
124 if (*debug & (DEBUG_CORE | DEBUG_CLOCK))
129 if (*debug & DEBUG_CLOCK)
186 if (*debug & DEBUG_CLOCK)
/drivers/video/backlight/
H A Dapple_bl.c46 static int debug; variable
47 module_param_named(debug, debug, int, 0644);
48 MODULE_PARM_DESC(debug, "Set to one to enable debugging messages.");
63 if (debug)
78 if (debug)
108 if (debug)
123 if (debug)
/drivers/gpu/drm/nouveau/core/subdev/i2c/
H A Dport.h11 #define DBG(f,a...) MSG(debug, f, ##a)
/drivers/gpu/host1x/
H A DMakefile9 debug.o \
/drivers/md/bcache/
H A DMakefile4 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\

Completed in 7432 milliseconds

1234567891011>>