/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 4 files: arch/s390/kernel/debug.c 5 arch/s390/include/asm/debug.h 9 The goal of this feature is to provide a kernel debug logging API 11 (e.g. device drivers) can have one separate debug log. 12 One purpose of this is to inspect the debug logs after a production system crash 15 it is possible to look at the debug logs on a live system via the Linux 17 The debug feature may also very useful for kernel and driver development. 21 Kernel components (e.g. device drivers) can register themselves at the debug 23 debug log for the caller. For each debug log exists a number of debug areas 24 where exactly one is active at one time. Each debug area consists of contiguous [all …]
|
D | CommonIO | 9 Enable logging of debug information in case of ccw device timeouts. 106 * /sys/kernel/debug/s390dbf/cio_*/ (S/390 debug feature) 108 Some views generated by the debug feature to hold various debug outputs. 110 - /sys/kernel/debug/s390dbf/cio_crw/sprintf 114 - /sys/kernel/debug/s390dbf/cio_msg/sprintf 115 Various debug messages from the common I/O-layer. 117 - /sys/kernel/debug/s390dbf/cio_trace/hex_ascii 123 /sys/kernel/debug/s390dbf/cio_*/level a number between 0 and 6; see the 124 documentation on the S/390 debug feature (Documentation/s390/s390dbf.txt)
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | debug.h | 38 ++priv->debug->tx; in cw1200_debug_txed() 43 ++priv->debug->tx_agg; in cw1200_debug_txed_agg() 49 ++priv->debug->tx_multi; in cw1200_debug_txed_multi() 50 priv->debug->tx_multi_frames += count; in cw1200_debug_txed_multi() 55 ++priv->debug->rx; in cw1200_debug_rxed() 60 ++priv->debug->rx_agg; in cw1200_debug_rxed_agg() 65 ++priv->debug->tx_cache_miss; in cw1200_debug_tx_cache_miss() 70 ++priv->debug->tx_align; in cw1200_debug_tx_align() 75 ++priv->debug->tx_ttl; in cw1200_debug_tx_ttl() 80 ++priv->debug->tx_burst; in cw1200_debug_tx_burst() [all …]
|
/linux-4.4.14/Documentation/DocBook/ |
D | debugobjects.xml.db | 1 API-debug-object-init 2 API-debug-object-init-on-stack 3 API-debug-object-activate 4 API-debug-object-deactivate 5 API-debug-object-destroy 6 API-debug-object-free 7 API-debug-object-assert-init 8 API-debug-object-active-state 9 API-struct-debug-obj 10 API-struct-debug-obj-descr
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 128 debug ("%s - slot_min = %x\n", __func__, ptr->slot_min); in print_bus_info() 129 debug ("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info() 130 debug ("%s - slot_count = %x\n", __func__, ptr->slot_count); in print_bus_info() 131 debug ("%s - bus# = %x\n", __func__, ptr->busno); in print_bus_info() 132 debug ("%s - current_speed = %x\n", __func__, ptr->current_speed); in print_bus_info() 133 debug ("%s - controller_id = %x\n", __func__, ptr->controller_id); in print_bus_info() 135 debug ("%s - slots_at_33_conv = %x\n", __func__, ptr->slots_at_33_conv); in print_bus_info() 136 debug ("%s - slots_at_66_conv = %x\n", __func__, ptr->slots_at_66_conv); in print_bus_info() 137 debug ("%s - slots_at_66_pcix = %x\n", __func__, ptr->slots_at_66_pcix); in print_bus_info() 138 debug ("%s - slots_at_100_pcix = %x\n", __func__, ptr->slots_at_100_pcix); in print_bus_info() [all …]
|
D | ibmphp_core.c | 53 static bool debug; variable 54 module_param(debug, bool, S_IRUGO | S_IWUSR); 55 MODULE_PARM_DESC (debug, "Debugging mode enabled or not"); 80 debug("options = %x\n", slot_cur->ctrl->options); in get_cur_bus_info() 81 debug("revision = %x\n", slot_cur->ctrl->revision); in get_cur_bus_info() 96 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", in get_cur_bus_info() 164 debug("(*cur_slot)->irq[0] = %x\n", in ibmphp_init_devno() 166 debug("(*cur_slot)->irq[1] = %x\n", in ibmphp_init_devno() 168 debug("(*cur_slot)->irq[2] = %x\n", in ibmphp_init_devno() 170 debug("(*cur_slot)->irq[3] = %x\n", in ibmphp_init_devno() [all …]
|
D | ibmphp_pci.c | 95 debug ("inside configure_card, func->busno = %x\n", func->busno); in ibmphp_configure_card() 112 debug ("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->function = %x\n", in ibmphp_configure_card() 117 debug ("vendor_id is %x\n", vendor_id); in ibmphp_configure_card() 120 debug ("found valid device, vendor_id = %x\n", vendor_id); in ibmphp_configure_card() 133 debug ("hrd_type = %x, class = %x, class_code %x\n", hdr_type, class, class_code); in ibmphp_configure_card() 146 …debug ("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, … in ibmphp_configure_card() 250 debug ("class now is %x\n", class); in ibmphp_configure_card() 259 debug ("cur_func->busno b4 configure_bridge is %x\n", cur_func->busno); in ibmphp_configure_card() 273 debug ("cur_func->busno = %x, device = %x, function = %x\n", in ibmphp_configure_card() 276 debug ("after configuring bridge..., sec_number = %x\n", sec_number); in ibmphp_configure_card() [all …]
|
D | ibmphp_hpc.c | 43 #define debug_polling(fmt, arg...) do { if (to_debug) debug (fmt, arg); } while (0) 133 debug ("%s - Entry\n", __func__); in ibmphp_hpc_initvars() 140 debug ("%s - Exit\n", __func__); in ibmphp_hpc_initvars() 217 debug ("%s - Error : WPG timeout\n", __func__); in i2c_ctrl_read() 233 debug ("ctrl_read - Exit Error:I2C timeout\n"); in i2c_ctrl_read() 328 debug ("%s - Exit Error:WPG timeout\n", __func__); in i2c_ctrl_write() 345 debug ("ctrl_read - Error : I2C timeout\n"); in i2c_ctrl_write() 384 debug ("inside pci_ctrl_read\n"); in pci_ctrl_read() 393 debug ("inside pci_ctrl_write\n"); in pci_ctrl_write() 723 debug ("%s - ctlr id[%x] physical[%lx] logical[%lx] i2c[%x]\n", __func__, in ibmphp_hpc_writeslot() [all …]
|
D | ibmphp_res.c | 137 …debug ("%d resource Primary Bus inserted on bus %x [%x - %x]\n", flag, newbus->busno, newrange->st… in alloc_bus_range() 146 …debug ("First Memory Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->en… in alloc_bus_range() 156 … debug ("First IO Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end); in alloc_bus_range() 166 …debug ("1st PFMemory Primary on Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end… in alloc_bus_range() 217 debug ("this is not a PCI DEVICE in rsrc_init, please take care\n"); in ibmphp_rsrc_init() 231 …debug ("gbuses = NULL, Memory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrang… in ibmphp_rsrc_init() 246 …debug ("New Bus, Memory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end… in ibmphp_rsrc_init() 257 …debug ("gbuses = NULL, PFMemory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newra… in ibmphp_rsrc_init() 271 …debug ("1st Bus, PFMemory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->e… in ibmphp_rsrc_init() 282 …debug ("gbuses = NULL, IO Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->e… in ibmphp_rsrc_init() [all …]
|
D | cpcihp_generic.c | 56 if (debug) \ 65 static bool debug; variable 215 module_param(debug, bool, S_IRUGO | S_IWUSR); 216 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
|
D | cpcihp_zt5550.c | 51 if (debug) \ 60 static bool debug; variable 325 module_param(debug, bool, 0644); 326 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | debug.c | 32 sc->debug.stats.istats.sync_cause_all++; in ath9k_debug_sync_cause() 34 sc->debug.stats.istats.sync_rtc_irq++; in ath9k_debug_sync_cause() 36 sc->debug.stats.istats.sync_mac_irq++; in ath9k_debug_sync_cause() 38 sc->debug.stats.istats.eeprom_illegal_access++; in ath9k_debug_sync_cause() 40 sc->debug.stats.istats.apb_timeout++; in ath9k_debug_sync_cause() 42 sc->debug.stats.istats.pci_mode_conflict++; in ath9k_debug_sync_cause() 44 sc->debug.stats.istats.host1_fatal++; in ath9k_debug_sync_cause() 46 sc->debug.stats.istats.host1_perr++; in ath9k_debug_sync_cause() 48 sc->debug.stats.istats.trcv_fifo_perr++; in ath9k_debug_sync_cause() 50 sc->debug.stats.istats.radm_cpl_ep++; in ath9k_debug_sync_cause() [all …]
|
D | htc_drv_debug.c | 202 priv->debug.tx_stats.buf_queued); in read_file_xmit() 205 priv->debug.tx_stats.buf_completed); in read_file_xmit() 208 priv->debug.tx_stats.skb_queued); in read_file_xmit() 211 priv->debug.tx_stats.skb_success); in read_file_xmit() 214 priv->debug.tx_stats.skb_failed); in read_file_xmit() 217 priv->debug.tx_stats.cab_queued); in read_file_xmit() 221 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BE]); in read_file_xmit() 224 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BK]); in read_file_xmit() 227 priv->debug.tx_stats.queue_stats[IEEE80211_AC_VI]); in read_file_xmit() 230 priv->debug.tx_stats.queue_stats[IEEE80211_AC_VO]); in read_file_xmit() [all …]
|
D | dfs_debug.c | 29 sc->debug.stats.dfs_stats.p); 114 memset(&sc->debug.stats.dfs_stats, 0, in write_file_dfs() 115 sizeof(sc->debug.stats.dfs_stats)); in write_file_dfs() 148 sc->debug.debugfs_phy, sc, &fops_dfs_stats); in ath9k_dfs_init_debug() 150 sc->debug.debugfs_phy, sc, &fops_simulate_radar); in ath9k_dfs_init_debug()
|
D | debug.h | 28 #define TX_STAT_INC(q, c) sc->debug.stats.txstats[q].c++ 29 #define RX_STAT_INC(c) (sc->debug.stats.rxstats.c++) 30 #define RESET_STAT_INC(sc, type) sc->debug.stats.reset[type]++ 31 #define ANT_STAT_INC(i, c) sc->debug.stats.ant_stats[i].c++ 32 #define ANT_LNA_INC(i, c) sc->debug.stats.ant_stats[i].lna_recv_cnt[c]++; 198 #define TXSTATS sc->debug.stats.txstats
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | smtinit.c | 34 struct smt_debug debug; variable 74 debug.d_smt = 0 ; in init_smt() 75 debug.d_smtf = 0 ; in init_smt() 76 debug.d_rmt = 0 ; in init_smt() 77 debug.d_ecm = 0 ; in init_smt() 78 debug.d_pcm = 0 ; in init_smt() 79 debug.d_cfm = 0 ; in init_smt() 81 debug.d_plc = 0 ; in init_smt() 83 debug.d_ess = 0 ; in init_smt() 86 debug.d_sba = 0 ; in init_smt()
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 31 debugfs entries under /sys/kernel/debug/mmc0/fail_mmc_request 41 - /sys/kernel/debug/fail*/probability: 48 /sys/kernel/debug/fail*/interval for such testcases. 50 - /sys/kernel/debug/fail*/interval: 58 - /sys/kernel/debug/fail*/times: 63 - /sys/kernel/debug/fail*/space: 69 - /sys/kernel/debug/fail*/verbose 75 to debug the problems revealed by fault injection. 77 - /sys/kernel/debug/fail*/task-filter: 84 - /sys/kernel/debug/fail*/require-start: [all …]
|
D | notifier-error-inject.txt | 21 /sys/kernel/debug/notifier-error-inject/cpu/actions/<notifier event>/error 32 # cd /sys/kernel/debug/notifier-error-inject/cpu 46 /sys/kernel/debug/notifier-error-inject/pm/actions/<notifier event>/error 56 # cd /sys/kernel/debug/notifier-error-inject/pm/ 64 /sys/kernel/debug/notifier-error-inject/memory/actions/<notifier event>/error 73 # cd /sys/kernel/debug/notifier-error-inject/memory 81 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/actions/<notifier event>/error
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_debugfs.c | 535 struct stats_debug_info *debug; in fnic_reset_stats_open() local 537 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open() 538 if (!debug) in fnic_reset_stats_open() 541 debug->i_private = inode->i_private; in fnic_reset_stats_open() 543 file->private_data = debug; in fnic_reset_stats_open() 567 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read() local 568 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_read() 595 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_write() local 596 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_write() 657 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_release() local [all …]
|
D | fnic_trace.c | 215 int fnic_get_stats_data(struct stats_debug_info *debug, in fnic_get_stats_data() argument 219 int buf_size = debug->buf_size; in fnic_get_stats_data() 222 len = snprintf(debug->debug_buffer + len, buf_size - len, in fnic_get_stats_data() 226 len += snprintf(debug->debug_buffer + len, buf_size - len, in fnic_get_stats_data() 243 len += snprintf(debug->debug_buffer + len, buf_size - len, in fnic_get_stats_data() 247 len += snprintf(debug->debug_buffer + len, buf_size - len, in fnic_get_stats_data() 259 len += snprintf(debug->debug_buffer + len, buf_size - len, in fnic_get_stats_data() 263 len += snprintf(debug->debug_buffer + len, buf_size - len, in fnic_get_stats_data() 277 len += snprintf(debug->debug_buffer + len, buf_size - len, in fnic_get_stats_data() 282 len += snprintf(debug->debug_buffer + len, buf_size - len, in fnic_get_stats_data() [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | script_asm.pl | 52 $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 …]
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | amd7930_fn.c | 131 if (cs->debug & L1_DEB_ISAC) in Amd7930_ph_command() 174 if (cs->debug & L1_DEB_ISAC) in Amd7930_new_ph() 243 if (cs->debug) in Amd7930_bh() 252 if (cs->debug & L1_DEB_ISAC) in Amd7930_bh() 258 if (cs->debug & L1_DEB_ISAC) in Amd7930_bh() 264 if (cs->debug & L1_DEB_ISAC) in Amd7930_bh() 279 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in Amd7930_empty_Dfifo() 312 if (cs->debug & L1_DEB_ISAC_FIFO) { in Amd7930_empty_Dfifo() 334 if (cs->debug & L1_DEB_WARN) in Amd7930_empty_Dfifo() 352 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in Amd7930_fill_Dfifo() [all …]
|
D | hscx_irq.c | 58 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hscx_empty_fifo() 62 if (cs->debug & L1_DEB_WARN) in hscx_empty_fifo() 72 if (cs->debug & L1_DEB_HSCX_FIFO) { in hscx_empty_fifo() 90 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hscx_fill_fifo() 112 if (cs->debug & L1_DEB_HSCX_FIFO) { in hscx_fill_fifo() 138 if (cs->debug & L1_DEB_WARN) in hscx_interrupt() 145 if (cs->debug & L1_DEB_WARN) in hscx_interrupt() 153 if (cs->debug & L1_DEB_WARN) in hscx_interrupt() 167 if (cs->debug & L1_DEB_HSCX_FIFO) in hscx_interrupt() 250 if (cs->debug & L1_DEB_WARN) in hscx_int_main() [all …]
|
D | isac.c | 42 if (cs->debug & L1_DEB_ISAC) in ph_command() 91 if (cs->debug) in isac_bh() 120 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in isac_empty_fifo() 124 if (cs->debug & L1_DEB_WARN) in isac_empty_fifo() 135 if (cs->debug & L1_DEB_ISAC_FIFO) { in isac_empty_fifo() 150 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in isac_fill_fifo() 177 if (cs->debug & L1_DEB_ISAC_FIFO) { in isac_fill_fifo() 193 if (cs->debug & L1_DEB_ISAC) in isac_interrupt() 199 if (cs->debug & L1_DEB_WARN) in isac_interrupt() 206 if (cs->debug & L1_DEB_WARN) in isac_interrupt() [all …]
|
D | icc.c | 43 if (cs->debug & L1_DEB_ISAC) in ph_command() 88 if (cs->debug) in icc_bh() 117 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in icc_empty_fifo() 121 if (cs->debug & L1_DEB_WARN) in icc_empty_fifo() 132 if (cs->debug & L1_DEB_ISAC_FIFO) { in icc_empty_fifo() 147 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in icc_fill_fifo() 174 if (cs->debug & L1_DEB_ISAC_FIFO) { in icc_fill_fifo() 190 if (cs->debug & L1_DEB_ISAC) in icc_interrupt() 196 if (cs->debug & L1_DEB_WARN) in icc_interrupt() 203 if (cs->debug & L1_DEB_WARN) in icc_interrupt() [all …]
|
D | isar.c | 58 if (cs->debug & L1_DEB_HSCX) in sendmsg() 69 if (cs->debug & L1_DEB_HSCX_FIFO) { in sendmsg() 100 if (cs->debug & L1_DEB_HSCX_FIFO) { in rcv_mbox() 125 if (cs->debug & L1_DEB_HSCX) in get_irq_infos() 160 int debug; in ISARVersion() local 166 debug = cs->debug; in ISARVersion() 167 cs->debug &= ~(L1_DEB_HSCX | L1_DEB_HSCX_FIFO); in ISARVersion() 176 cs->debug = debug; in ISARVersion() 192 int cfu_ret, ret, size, cnt, debug; in isar_load_firmware() local 210 debug = cs->debug; in isar_load_firmware() [all …]
|
D | ipacx.c | 61 if (cs->debug & L1_DEB_ISAC) in ph_command() 79 if (cs->debug & L1_DEB_ISAC) debugl1(cs, "cic_int(event=%#x)", event); in cic_int() 103 if (cs->debug & DEB_DLOG_HEX) LogFrame(cs, skb->data, skb->len); in dch_l2l1() 104 if (cs->debug & DEB_DLOG_VERBOSE) dlogframe(cs, skb, 0); in dch_l2l1() 108 if (cs->debug & L1_DEB_LAPD) Logl2Frame(cs, skb, "PH_DATA Queued", 0); in dch_l2l1() 114 if (cs->debug & L1_DEB_LAPD) Logl2Frame(cs, skb, "PH_DATA", 0); in dch_l2l1() 122 if (cs->debug & L1_DEB_WARN) in dch_l2l1() 127 if (cs->debug & DEB_DLOG_HEX) LogFrame(cs, skb->data, skb->len); in dch_l2l1() 128 if (cs->debug & DEB_DLOG_VERBOSE) dlogframe(cs, skb, 0); in dch_l2l1() 132 if (cs->debug & L1_DEB_LAPD) Logl2Frame(cs, skb, "PH_DATA_PULLED", 0); in dch_l2l1() [all …]
|
D | jade_irq.c | 48 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in jade_empty_fifo() 52 if (cs->debug & L1_DEB_WARN) in jade_empty_fifo() 62 if (cs->debug & L1_DEB_HSCX_FIFO) { in jade_empty_fifo() 80 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in jade_fill_fifo() 102 if (cs->debug & L1_DEB_HSCX_FIFO) { in jade_fill_fifo() 130 if (cs->debug & L1_DEB_WARN) in jade_interrupt() 133 if (cs->debug & L1_DEB_WARN) in jade_interrupt() 136 if (cs->debug & L1_DEB_WARN) in jade_interrupt() 145 if (cs->debug & L1_DEB_HSCX_FIFO) in jade_interrupt() 227 if (cs->debug & L1_DEB_WARN) in jade_int_main() [all …]
|
D | w6692.c | 62 if (cs->debug & L1_DEB_ISAC) in ph_command() 110 if (cs->debug) in W6692_bh() 137 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in W6692_empty_fifo() 141 if (cs->debug & L1_DEB_WARN) in W6692_empty_fifo() 152 if (cs->debug & L1_DEB_ISAC_FIFO) { in W6692_empty_fifo() 167 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in W6692_fill_fifo() 194 if (cs->debug & L1_DEB_ISAC_FIFO) { in W6692_fill_fifo() 209 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in W6692B_empty_fifo() 213 if (cs->debug & L1_DEB_WARN) in W6692B_empty_fifo() 223 if (cs->debug & L1_DEB_HSCX_FIFO) { in W6692B_empty_fifo() [all …]
|
D | fsm.c | 63 if (fi->debug) in FsmEvent() 70 if (fi->debug) in FsmEvent() 82 if (fi->debug) in FsmChangeState() 91 if (ft->fi->debug) in FsmExpireTimer() 104 if (ft->fi->debug) in FsmInitTimer() 114 if (ft->fi->debug) in FsmDelTimer() 126 if (ft->fi->debug) in FsmAddTimer() 150 if (ft->fi->debug) in FsmRestartTimer()
|
D | callc.c | 226 if (chanp->debug & 1) in lli_leased_in() 238 if (chanp->debug & 1) in lli_leased_in() 256 if (chanp->debug & 1) in lli_init_bchan_out() 312 if (chanp->debug & 1) in lli_go_active() 343 if (chanp->debug & 1) in lli_deliver_call() 355 if (chanp->debug & 1) in lli_deliver_call() 425 if (chanp->debug & 1) in lli_init_bchan_in() 472 if (chanp->debug & 1) in lli_leased_hup() 518 if (chanp->debug & 1) in lli_dhup_close() 583 if (chanp->debug & 1) in lli_bhup_disc() [all …]
|
D | hfc_2bds0.c | 46 if (cs->debug & L1_DEB_HSCX_FIFO && (data != 2)) in ReadReg() 64 if (cs->debug & L1_DEB_HSCX_FIFO && (data != HFCD_DATA_NODEB)) in WriteReg() 192 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hfc_empty_fifo() 196 if (cs->debug & L1_DEB_WARN) in hfc_empty_fifo() 205 if (cs->debug & L1_DEB_WARN) in hfc_empty_fifo() 239 if (cs->debug & L1_DEB_HSCX) in hfc_empty_fifo() 281 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() 289 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() 294 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() 299 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() [all …]
|
D | hfc_pci.c | 279 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hfcpci_empty_fifo() 288 if (cs->debug & L1_DEB_WARN) in hfcpci_empty_fifo() 350 if (cs->debug & L1_DEB_ISAC) in receive_dmsg() 356 if (cs->debug & L1_DEB_WARN) in receive_dmsg() 477 if (cs->debug & L1_DEB_HSCX) in main_rec_hfcpci() 486 if (cs->debug & L1_DEB_HSCX) in main_rec_hfcpci() 532 if (cs->debug & L1_DEB_ISAC) in hfcpci_fill_dfifo() 540 if (cs->debug & L1_DEB_ISAC) in hfcpci_fill_dfifo() 552 if (cs->debug & L1_DEB_ISAC) in hfcpci_fill_dfifo() 556 if (cs->debug & L1_DEB_ISAC) in hfcpci_fill_dfifo() [all …]
|
D | tei.c | 138 if (st->ma.debug) in tei_id_request() 157 if (st->ma.debug) in tei_id_assign() 184 if (st->ma.debug) in tei_id_test_dup() 205 if (st->ma.debug) in tei_id_denied() 218 if (st->ma.debug) in tei_id_chk_req() 237 if (st->ma.debug) in tei_id_remove() 254 if (st->ma.debug) in tei_id_verify() 271 if (st->ma.debug) in tei_id_req_tout() 293 if (st->ma.debug) in tei_id_ver_tout() 372 if (st->ma.debug) in tei_l2tei() [all …]
|
D | l3_1tr6.c | 65 if (pc->st->l3.debug & L3_DEB_WARN) in l3_1tr6_error() 100 if (pc->st->l3.debug & L3_DEB_WARN) in l3_1tr6_setup_req() 215 if ((pc->para.setup.si1 != 7) && (pc->st->l3.debug & L3_DEB_WARN)) { in l3_1tr6_setup() 316 if (pc->st->l3.debug & L3_DEB_CHARGE) { in l3_1tr6_info() 320 } else if (pc->st->l3.debug & L3_DEB_CHARGE) in l3_1tr6_info() 414 if (pc->st->l3.debug & L3_DEB_CHARGE) { in l3_1tr6_disc() 418 } else if (pc->st->l3.debug & L3_DEB_CHARGE) in l3_1tr6_disc() 435 if (pc->st->l3.debug & L3_DEB_WARN) in l3_1tr6_disc() 761 if (st->l3.debug & L3_DEB_PROTERR) { in up1tr6() 768 if (st->l3.debug & L3_DEB_PROTERR) { in up1tr6() [all …]
|
D | hfc_2bs0.c | 90 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hfc_clear_fifo() 106 if (cs->debug & L1_DEB_HSCX) in hfc_clear_fifo() 114 if (cs->debug & L1_DEB_HSCX) in hfc_clear_fifo() 153 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hfc_empty_fifo() 157 if (cs->debug & L1_DEB_WARN) in hfc_empty_fifo() 169 if (cs->debug & L1_DEB_WARN) in hfc_empty_fifo() 216 if (cs->debug & L1_DEB_HSCX) in hfc_empty_fifo() 262 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() 270 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() 284 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() [all …]
|
D | hfc_sx.c | 166 if (cs->debug & L1_DEB_ISAC_FIFO) in write_fifo() 173 if (cs->debug & L1_DEB_ISAC_FIFO) in write_fifo() 181 if (cs->debug & L1_DEB_ISAC_FIFO) in write_fifo() 185 if (cs->debug & L1_DEB_ISAC_FIFO) in write_fifo() 258 if (cs->debug & L1_DEB_ISAC_FIFO) in read_fifo() 267 if (cs->debug & L1_DEB_ISAC_FIFO) in read_fifo() 272 if (cs->debug & L1_DEB_WARN) in read_fifo() 291 if (cs->debug & L1_DEB_ISAC_FIFO) in read_fifo() 583 if (cs->debug) in dch_nt_l2l1() 665 if (cs->debug & DEB_DLOG_HEX) { in receive_emsg() [all …]
|
D | l3dss1.c | 389 if (st->l3.debug & L3_DEB_CHARGE) { in l3dss1_parse_facility() 412 if (st->l3.debug & L3_DEB_CHARGE) { in l3dss1_parse_facility() 739 if (pc->debug & L3_DEB_CHECK) in check_infoelements() 771 if (pc->debug & L3_DEB_CHECK) in check_infoelements() 779 if (pc->debug & L3_DEB_CHECK) in check_infoelements() 822 if (pc->debug & L3_DEB_CHECK) in l3dss1_check_messagetype_validity() 828 if (pc->debug & (L3_DEB_CHECK | L3_DEB_WARN)) in l3dss1_check_messagetype_validity() 840 if (pc->debug & L3_DEB_CHECK) in l3dss1_std_ie_err() 871 if (pc->debug & L3_DEB_WARN) in l3dss1_get_channel_id() 877 if (pc->debug & L3_DEB_WARN) in l3dss1_get_channel_id() [all …]
|
D | isdnl3.c | 155 if (pc->debug & L3_DEB_STATE) in newl3state() 266 p->debug = st->l3.debug; in new_l3_process() 291 if (p->debug) in release_l3_process() 294 if (p->debug) in release_l3_process() 301 if (p->debug) in release_l3_process() 339 st->l3.l3m.debug = 1; in setstack_l3dc() 409 st->l3.l3m.debug = 1; in setstack_l3bc() 441 if (st->l3.debug) in lc_connect() 462 if (st->l3.debug) in lc_connected() 496 if (st->l3.debug) in lc_release_req()
|
D | l3ni1.c | 689 if (pc->debug & L3_DEB_CHECK) in check_infoelements() 721 if (pc->debug & L3_DEB_CHECK) in check_infoelements() 729 if (pc->debug & L3_DEB_CHECK) in check_infoelements() 772 if (pc->debug & L3_DEB_CHECK) in l3ni1_check_messagetype_validity() 778 if (pc->debug & (L3_DEB_CHECK | L3_DEB_WARN)) in l3ni1_check_messagetype_validity() 790 if (pc->debug & L3_DEB_CHECK) in l3ni1_std_ie_err() 821 if (pc->debug & L3_DEB_WARN) in l3ni1_get_channel_id() 827 if (pc->debug & L3_DEB_WARN) in l3ni1_get_channel_id() 920 if (pc->debug & L3_DEB_WARN) in l3ni1_release_cmpl() 1292 if (pc->debug & L3_DEB_WARN) in l3ni1_call_proc() [all …]
|
D | avm_pci.c | 177 if (bcs->cs->debug & L1_DEB_HSCX) in write_ctrl() 201 if (cs->debug & L1_DEB_HSCX) in modehdlc() 253 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hdlc_empty_fifo() 256 if (cs->debug & L1_DEB_WARN) in hdlc_empty_fifo() 280 if (cs->debug & L1_DEB_HSCX_FIFO) { in hdlc_empty_fifo() 301 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hdlc_fill_fifo() 316 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hdlc_fill_fifo() 340 if (cs->debug & L1_DEB_HSCX_FIFO) { in hdlc_fill_fifo() 357 if (bcs->cs->debug & L1_DEB_HSCX) in HDLC_irq() 361 if (bcs->cs->debug & L1_DEB_HSCX) in HDLC_irq() [all …]
|
D | netjet.c | 92 if (cs->debug & L1_DEB_HSCX) in mode_tiger() 101 if (cs->debug & L1_DEB_HSCX) in mode_tiger() 156 if (cs->debug & L1_DEB_HSCX) in mode_tiger() 256 if (bcs->cs->debug & L1_DEB_HSCX) in make_raw_data() 363 if (bcs->cs->debug & L1_DEB_HSCX) in make_raw_data_56k() 392 if (bcs->cs->debug & L1_DEB_RECEIVE_FRAME) in got_frame() 438 if (bcs->cs->debug & L1_DEB_HSCX) in read_raw() 453 if (bcs->cs->debug & L1_DEB_HSCX) in read_raw() 489 if (bcs->cs->debug & L1_DEB_HSCX) in read_raw() 518 if (bcs->cs->debug & L1_DEB_HSCX) in read_raw() [all …]
|
/linux-4.4.14/Documentation/wimax/ |
D | README.wimax | 39 files will appear in /sys/kernel/debug/wimax:wmxX can tweak for 42 2.1. Obtaining debug information: debugfs entries 44 The WiMAX stack is compiled, by default, with debug messages that can 48 debug settings. 54 2.1.1. Increasing debug output 56 The files named *dl_* indicate knobs for controlling the debug output 59 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\* 60 /sys/kernel/debug/wimax:wmx0/wimax_dl_stack 61 /sys/kernel/debug/wimax:wmx0/wimax_dl_op_rfkill 62 /sys/kernel/debug/wimax:wmx0/wimax_dl_op_reset [all …]
|
D | README.i2400m | 152 debug settings. There are three main container directories where 155 * /sys/kernel/debug/wimax:DEVNAME/ for the generic WiMAX stack 157 * /sys/kernel/debug/wimax:DEVNAME/i2400m for the i2400m generic 159 * /sys/kernel/debug/wimax:DEVNAME/i2400m-usb (or -sdio) for the 163 /sys/kernel/debug, those paths will change. 165 5.2.1. Increasing debug output 167 The files named *dl_* indicate knobs for controlling the debug output 170 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\* 171 /sys/kernel/debug/wimax:wmx0/i2400m-usb/dl_tx 172 /sys/kernel/debug/wimax:wmx0/i2400m-usb/dl_rx [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace.c | 858 task->thread.debug.dbcr0 &= ~DBCR0_BT; in user_enable_single_step() 859 task->thread.debug.dbcr0 |= DBCR0_IDM | DBCR0_IC; in user_enable_single_step() 875 task->thread.debug.dbcr0 &= ~DBCR0_IC; in user_enable_block_step() 876 task->thread.debug.dbcr0 = DBCR0_IDM | DBCR0_BT; in user_enable_block_step() 898 task->thread.debug.dbcr0 &= ~(DBCR0_IC|DBCR0_BT); in user_disable_single_step() 902 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in user_disable_single_step() 903 task->thread.debug.dbcr1)) { in user_disable_single_step() 907 task->thread.debug.dbcr0 &= ~DBCR0_IDM; in user_disable_single_step() 1026 task->thread.debug.dac1 = data & ~0x3UL; in ptrace_set_debugreg() 1028 if (task->thread.debug.dac1 == 0) { in ptrace_set_debugreg() [all …]
|
D | process.c | 357 thread->debug.iac1 = thread->debug.iac2 = 0; in set_debug_reg_defaults() 359 thread->debug.iac3 = thread->debug.iac4 = 0; in set_debug_reg_defaults() 361 thread->debug.dac1 = thread->debug.dac2 = 0; in set_debug_reg_defaults() 363 thread->debug.dvc1 = thread->debug.dvc2 = 0; in set_debug_reg_defaults() 365 thread->debug.dbcr0 = 0; in set_debug_reg_defaults() 370 thread->debug.dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US | in set_debug_reg_defaults() 376 thread->debug.dbcr2 = DBCR2_DAC1US | DBCR2_DAC2US; in set_debug_reg_defaults() 378 thread->debug.dbcr1 = 0; in set_debug_reg_defaults() 382 static void prime_debug_regs(struct debug_reg *debug) in prime_debug_regs() argument 391 mtspr(SPRN_IAC1, debug->iac1); in prime_debug_regs() [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 287 ar->debug.fw_stats_done = false; in ath10k_debug_fw_stats_reset() 288 ath10k_debug_fw_stats_pdevs_free(&ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_reset() 289 ath10k_debug_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset() 290 ath10k_debug_fw_stats_peers_free(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_reset() 325 if (ar->debug.fw_stats_done) { in ath10k_debug_fw_stats_process() 330 num_peers = ath10k_wmi_fw_stats_num_peers(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process() 331 num_vdevs = ath10k_wmi_fw_stats_num_vdevs(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process() 332 is_start = (list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 334 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 338 list_splice_tail_init(&stats.pdevs, &ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_process() [all …]
|
D | Kconfig | 21 Enables debug support 23 If unsure, say Y to make it easier to debug problems. 32 If unsure, say Y to make it easier to debug problems.
|
/linux-4.4.14/Documentation/ |
D | btmrvl.txt | 11 Path: /debug/btmrvl/config/ 28 echo 0xff80 > /debug/btmrvl/config/gpiogap 29 echo 1 > /debug/btmrvl/config/hscfgcmd 32 echo 0x03ff > /debug/btmrvl/config/gpiogap 33 echo 1 > /debug/btmrvl/config/hscfgcmd 45 echo 1 > /debug/btmrvl/config/psmode 46 echo 1 > /debug/btmrvl/config/pscmd 49 echo 0 > /debug/btmrvl/config/psmode 50 echo 1 > /debug/btmrvl/config/pscmd 63 echo 1 > /debug/btmrvl/config/hsmode [all …]
|
D | kmemleak.txt | 11 reported via /sys/kernel/debug/kmemleak. A similar method is used by the 24 # mount -t debugfs nodev /sys/kernel/debug/ 25 # cat /sys/kernel/debug/kmemleak 29 # echo scan > /sys/kernel/debug/kmemleak 33 # echo clear > /sys/kernel/debug/kmemleak 35 New leaks will then come up upon reading /sys/kernel/debug/kmemleak 43 /sys/kernel/debug/kmemleak file. The following parameters are supported: 97 /sys/kernel/debug/kmemleak 108 Upon initial bootup your /sys/kernel/debug/kmemleak output page may be 112 /sys/kernel/debug/kmemleak output. By issuing a 'scan' after a 'clear' [all …]
|
D | debugging-via-ohci1394.txt | 19 With that, it is possible to debug issues by reading interesting memory 36 buffer on to debug early boot problems in areas like ACPI where the system 38 available (notebooks) or too slow for extensive debug information (like ACPI). 83 This means that if you want to debug an issue in a system state where 125 On the debug host, make sure that /dev/fw* is accessible, 149 4.1) Kernel compilation and installation on debug target 153 enabled and install it on the machine to be debugged (debug target). 155 4.2) Transfer the System.map of the debugged kernel to the debug host 157 Copy the System.map of the kernel be debugged to the debug host (the host 168 firescope -A System.map-of-debug-target-kernel [all …]
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 720 struct lpfc_debug *debug; in lpfc_debugfs_disc_trc_open() local 729 debug = kmalloc(sizeof(*debug), GFP_KERNEL); in lpfc_debugfs_disc_trc_open() 730 if (!debug) in lpfc_debugfs_disc_trc_open() 737 debug->buffer = kmalloc(size, GFP_KERNEL); in lpfc_debugfs_disc_trc_open() 738 if (!debug->buffer) { in lpfc_debugfs_disc_trc_open() 739 kfree(debug); in lpfc_debugfs_disc_trc_open() 743 debug->len = lpfc_debugfs_disc_trc_data(vport, debug->buffer, size); in lpfc_debugfs_disc_trc_open() 744 file->private_data = debug; in lpfc_debugfs_disc_trc_open() 770 struct lpfc_debug *debug; in lpfc_debugfs_slow_ring_trc_open() local 779 debug = kmalloc(sizeof(*debug), GFP_KERNEL); in lpfc_debugfs_slow_ring_trc_open() [all …]
|
/linux-4.4.14/tools/power/cpupower/ |
D | .gitignore | 23 debug/kernel/Module.symvers 24 debug/i386/centrino-decode 25 debug/i386/dump_psb 26 debug/i386/intel_gsic 27 debug/i386/powernow-k8-decode 28 debug/x86_64/centrino-decode 29 debug/x86_64/powernow-k8-decode
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft-sysfs.c | 152 void fbtft_expand_debug_value(unsigned long *debug) in fbtft_expand_debug_value() argument 154 switch (*debug & 0x7) { in fbtft_expand_debug_value() 156 *debug |= DEBUG_LEVEL_1; in fbtft_expand_debug_value() 159 *debug |= DEBUG_LEVEL_2; in fbtft_expand_debug_value() 162 *debug |= DEBUG_LEVEL_3; in fbtft_expand_debug_value() 165 *debug |= DEBUG_LEVEL_4; in fbtft_expand_debug_value() 168 *debug |= DEBUG_LEVEL_5; in fbtft_expand_debug_value() 171 *debug |= DEBUG_LEVEL_6; in fbtft_expand_debug_value() 174 *debug = 0xFFFFFFFF; in fbtft_expand_debug_value() 187 ret = kstrtoul(buf, 10, &par->debug); in store_debug() [all …]
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf.txt | 15 --debug:: 16 Setup debug variable (see list below) in value 18 --debug verbose # sets verbose = 1 19 --debug verbose=2 # sets verbose = 2 21 List of debug variables allowed to set: 22 verbose - general debug messages 23 ordered-events - ordered events object debug messages 24 data-convert - data convert command debug messages
|
D | perf-data.txt | 21 It's possible to set data-convert debug variable to get debug messages from conversion, 23 perf --debug data-convert data convert ...
|
/linux-4.4.14/drivers/media/i2c/ |
D | saa7110.c | 45 static int debug; variable 46 module_param(debug, int, 0); 47 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 204 v4l2_dbg(1, debug, sd, "status=0x%02x (no signal)\n", status); in determine_norm() 210 v4l2_dbg(1, debug, sd, "status=0x%02x (NTSC/no color)\n", status); in determine_norm() 214 v4l2_dbg(1, debug, sd, "status=0x%02x (PAL/no color)\n", status); in determine_norm() 220 v4l2_dbg(1, debug, sd, "status=0x%02x (NTSC)\n", status); in determine_norm() 240 v4l2_dbg(1, debug, sd, "status=0x%02x (SECAM)\n", status); in determine_norm() 244 v4l2_dbg(1, debug, sd, "status=0x%02x (PAL)\n", status); in determine_norm() 254 v4l2_dbg(1, debug, sd, "status=0x%02x norm=%llx\n", in saa7110_g_input_status() [all …]
|
D | saa717x.c | 47 static int debug; variable 48 module_param(debug, int, 0644); 49 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 121 v4l2_dbg(2, debug, sd, "wrote: reg 0x%03x=%08x\n", reg, value); in saa717x_write() 159 v4l2_dbg(2, debug, sd, "read: reg 0x%03x=0x%08x\n", reg, value); in saa717x_read() 734 v4l2_dbg(1, debug, sd, "tvaudio thread status: 0x%x [%s%s%s]\n", in get_inf_dev_status() 738 v4l2_dbg(1, debug, sd, "detailed status: " in get_inf_dev_status() 759 v4l2_dbg(1, debug, sd, "ST!!!\n"); in get_inf_dev_status() 764 v4l2_dbg(1, debug, sd, "DUAL!!!\n"); in get_inf_dev_status() 772 v4l2_dbg(1, debug, sd, "writing registers to set audio mode by set %d\n", in set_audio_mode() [all …]
|
D | bt856.c | 44 static int debug; variable 45 module_param(debug, int, 0); 46 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 100 v4l2_dbg(1, debug, sd, "init\n"); in bt856_init() 117 if (debug != 0) in bt856_init() 126 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in bt856_s_std_output() 138 if (debug != 0) in bt856_s_std_output() 148 v4l2_dbg(1, debug, sd, "set input %d\n", input); in bt856_s_routing() 174 if (debug != 0) in bt856_s_routing() 234 if (debug != 0) in bt856_probe()
|
D | ks0127.c | 211 static int debug; /* insmod parameter */ variable 213 module_param(debug, int, 0); 214 MODULE_PARM_DESC(debug, "Debug output"); 336 v4l2_dbg(1, debug, sd, "read error\n"); in ks0127_read() 349 v4l2_dbg(1, debug, sd, "write error\n"); in ks0127_write() 375 v4l2_dbg(1, debug, sd, "reset\n"); in ks0127_init() 395 v4l2_dbg(1, debug, sd, "ks0122s found\n"); in ks0127_init() 401 v4l2_dbg(1, debug, sd, "ks0127 found\n"); in ks0127_init() 405 v4l2_dbg(1, debug, sd, "ks0127B Revision A found\n"); in ks0127_init() 409 v4l2_dbg(1, debug, sd, "unknown revision\n"); in ks0127_init() [all …]
|
D | vpx3220.c | 36 static int debug; variable 37 module_param(debug, int, 0); 38 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 111 v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); in vpx3220_fp_write() 120 v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); in vpx3220_fp_write() 134 v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); in vpx3220_fp_read() 144 v4l2_dbg(1, debug, sd, "%s: failed\n", __func__); in vpx3220_fp_read() 302 v4l2_dbg(1, debug, sd, "status: 0x%04x\n", status); in vpx3220_status() 340 v4l2_dbg(1, debug, sd, "querystd\n"); in vpx3220_querystd() 346 v4l2_dbg(1, debug, sd, "g_input_status\n"); in vpx3220_g_input_status() [all …]
|
D | tda9840.c | 39 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", in tda9840_write() 74 v4l2_dbg(1, debug, sd, in tda9840_status() 80 v4l2_dbg(1, debug, sd, in tda9840_status() 85 v4l2_dbg(1, debug, sd, "TDA9840_DETECT: byte: 0x%02x\n", byte); in tda9840_status() 116 v4l2_dbg(1, debug, sd, "TDA9840_SWITCH: 0x%02x\n", byte); in tda9840_s_tuner()
|
D | ad9389b.c | 40 static int debug; variable 41 module_param(debug, int, 0644); 42 MODULE_PARM_DESC(debug, "debug level (0-2)"); 158 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in ad9389b_edid_rd() 318 v4l2_dbg(1, debug, sd, in ad9389b_s_ctrl() 453 v4l2_dbg(1, debug, sd, "%s: power %s\n", __func__, on ? "on" : "off"); in ad9389b_s_power() 474 v4l2_dbg(1, debug, sd, "failed to powerup the ad9389b\n"); in ad9389b_s_power() 479 v4l2_dbg(1, debug, sd, in ad9389b_s_power() 553 v4l2_dbg(1, debug, sd, "%s: irq_status 0x%x\n", __func__, irq_status); in ad9389b_isr() 579 v4l2_dbg(1, debug, sd, "%s: %sable\n", __func__, (enable ? "en" : "dis")); in ad9389b_s_stream() [all …]
|
D | adv7170.c | 45 static int debug; variable 46 module_param(debug, int, 0); 47 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 201 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in adv7170_s_std_output() 216 v4l2_dbg(1, debug, sd, "illegal norm: %llx\n", in adv7170_s_std_output() 220 v4l2_dbg(1, debug, sd, "switched to %llx\n", (unsigned long long)std); in adv7170_s_std_output() 234 v4l2_dbg(1, debug, sd, "set input from %s\n", in adv7170_s_routing() 257 v4l2_dbg(1, debug, sd, "illegal input: %d\n", input); in adv7170_s_routing() 260 v4l2_dbg(1, debug, sd, "switched to %s\n", inputs[input]); in adv7170_s_routing() 320 v4l2_dbg(1, debug, sd, in adv7170_set_fmt() [all …]
|
D | tea6420.c | 42 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); in tea6420_s_routing() 85 v4l2_dbg(1, debug, sd, in tea6420_s_routing() 125 v4l_dbg(1, debug, client, "could not initialize tea6420\n"); in tea6420_probe()
|
D | saa7127.c | 59 static int debug; variable 65 module_param(debug, int, 0644); 67 MODULE_PARM_DESC(debug, "debug level (0-2)"); 359 v4l2_dbg(1, debug, sd, "Turn VPS Signal %s\n", enable ? "on" : "off"); in saa7127_set_vps() 371 v4l2_dbg(1, debug, sd, "Set VPS data %*ph\n", 5, state->vps_data); in saa7127_set_vps() 391 v4l2_dbg(1, debug, sd, in saa7127_set_cc() 400 v4l2_dbg(2, debug, sd, "CC data: %04x\n", cc); in saa7127_set_cc() 418 v4l2_dbg(1, debug, sd, "Turn XDS %s\n", enable ? "on" : "off"); in saa7127_set_xds() 426 v4l2_dbg(2, debug, sd, "XDS data: %04x\n", xds); in saa7127_set_xds() 443 v4l2_dbg(1, debug, sd, "Turn WSS %s\n", enable ? "on" : "off"); in saa7127_set_wss() [all …]
|
D | adv7511.c | 37 static int debug; variable 38 module_param(debug, int, 0644); 39 MODULE_PARM_DESC(debug, "debug level (0-2)"); 234 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in adv7511_edid_rd() 394 v4l2_dbg(1, debug, sd, "%s: ctrl id: %d, ctrl->val %d\n", __func__, ctrl->id, ctrl->val); in adv7511_s_ctrl() 608 v4l2_dbg(1, debug, sd, "%s: power %s\n", __func__, on ? "on" : "off"); in adv7511_s_power() 629 v4l2_dbg(1, debug, sd, "%s: failed to powerup the adv7511!\n", __func__); in adv7511_s_power() 634 v4l2_dbg(1, debug, sd, "%s: needed %d retries to powerup the adv7511\n", __func__, i); in adv7511_s_power() 661 v4l2_dbg(2, debug, sd, "%s: %s\n", __func__, enable ? "enable" : "disable"); in adv7511_set_isr() 699 v4l2_dbg(1, debug, sd, "%s: irq 0x%x\n", __func__, irq_status); in adv7511_isr() [all …]
|
D | bt866.c | 44 static int debug; variable 45 module_param(debug, int, 0); 46 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 72 v4l_dbg(1, debug, client, "write 0x%02x = 0x%02x\n", subaddr, data); in bt866_write() 92 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in bt866_s_std_output() 153 v4l2_dbg(1, debug, sd, "set input %d\n", input); in bt866_s_routing()
|
D | saa6588.c | 39 static unsigned int debug; variable 45 module_param(debug, int, 0644); 46 MODULE_PARM_DESC(debug, "enable debug messages"); 65 #define dprintk if (debug) printk 158 if (debug > 2) in block_from_buf() 163 if (debug > 2) { in block_from_buf() 176 if (debug > 2) in block_from_buf() 236 if (debug > 3) in block_to_buf() 240 if (debug > 3) in block_to_buf() 256 if (debug > 3) in block_to_buf() [all …]
|
D | tea6415c.c | 42 static int debug; variable 43 module_param(debug, int, 0644); 45 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 56 v4l2_dbg(1, debug, sd, "i=%d, o=%d\n", i, o); in tea6415c_s_routing() 114 v4l2_dbg(1, debug, sd, in tea6415c_s_routing()
|
D | adv7175.c | 44 static int debug; variable 45 module_param(debug, int, 0); 46 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 234 v4l2_dbg(1, debug, sd, "illegal norm: %llx\n", in adv7175_s_std_output() 238 v4l2_dbg(1, debug, sd, "switched to %llx\n", (unsigned long long)std); in adv7175_s_std_output() 295 v4l2_dbg(1, debug, sd, "illegal input: %d\n", input); in adv7175_s_routing() 298 v4l2_dbg(1, debug, sd, "switched to %s\n", inputs[input]); in adv7175_s_routing() 358 v4l2_dbg(1, debug, sd, in adv7175_set_fmt() 432 v4l2_dbg(1, debug, sd, "revision %d\n", i & 1); in adv7175_probe() 435 v4l2_dbg(1, debug, sd, "init error 0x%x\n", i); in adv7175_probe()
|
D | ths8200.c | 31 static int debug; variable 32 module_param(debug, int, 0644); 33 MODULE_PARM_DESC(debug, "debug level (0-2)"); 149 v4l2_dbg(1, debug, sd, "%s: power %s\n", __func__, on ? "on" : "off"); in ths8200_s_power() 182 v4l2_dbg(1, debug, sd, "%s: %sable\n", in ths8200_s_stream() 354 v4l2_dbg(1, debug, sd, "%s: frame %dx%d, polarity %d\n" in ths8200_setup() 366 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in ths8200_s_dv_timings() 374 v4l2_dbg(1, debug, sd, "Unsupported format\n"); in ths8200_s_dv_timings() 393 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in ths8200_g_dv_timings() 458 v4l2_dbg(1, debug, sd, "chip version 0x%x\n", state->chip_version); in ths8200_probe() [all …]
|
D | tc358743.c | 49 static int debug; variable 50 module_param(debug, int, 0644); 51 MODULE_PARM_DESC(debug, "debug level (0-3)"); 178 if (debug < 3) in i2c_wr() 319 v4l2_dbg(1, debug, sd, "%s: no valid signal\n", __func__); in tc358743_get_detected_timings() 323 v4l2_dbg(1, debug, sd, "%s: no sync on signal\n", __func__); in tc358743_get_detected_timings() 369 v4l2_dbg(2, debug, sd, "%s:\n", __func__); in tc358743_delayed_work_enable_hotplug() 376 v4l2_dbg(2, debug, sd, "%s: %s\n", __func__, enable ? in tc358743_set_hdmi_hdcp() 408 v4l2_dbg(2, debug, sd, "%s:\n", __func__); in tc358743_disable_edid() 422 v4l2_dbg(2, debug, sd, "%s: no EDID -> no hotplug\n", __func__); in tc358743_enable_edid() [all …]
|
D | bt819.c | 46 static int debug; variable 47 module_param(debug, int, 0); 48 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 234 v4l2_dbg(1, debug, sd, "get status %x\n", status); in bt819_status() 253 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in bt819_s_std() 277 v4l2_dbg(1, debug, sd, "unsupported norm %llx\n", in bt819_s_std() 302 v4l2_dbg(1, debug, sd, "set input %x\n", input); in bt819_s_routing() 330 v4l2_dbg(1, debug, sd, "enable output %x\n", enable); in bt819_s_stream() 426 v4l2_dbg(1, debug, sd, in bt819_probe() 440 v4l2_dbg(1, debug, sd, "init status %d\n", i); in bt819_probe()
|
D | saa7185.c | 40 static int debug; variable 41 module_param(debug, int, 0); 42 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 73 v4l2_dbg(1, debug, sd, "%02x set to %02x\n", reg, value); in saa7185_write() 331 v4l2_dbg(1, debug, sd, "init error %d\n", i); in saa7185_probe() 333 v4l2_dbg(1, debug, sd, "revision 0x%x\n", in saa7185_probe()
|
D | tvaudio.c | 48 static int debug; /* insmod parameter */ variable 49 module_param(debug, int, 0644); 163 v4l2_dbg(1, debug, sd, "chip_write: 0x%x\n", val); in chip_write() 178 v4l2_dbg(1, debug, sd, "chip_write: reg%d=0x%x\n", in chip_write() 224 v4l2_dbg(1, debug, sd, "chip_read: 0x%x\n", buffer); in chip_read() 254 v4l2_dbg(1, debug, sd, "chip_read2: reg%d=0x%x\n", in chip_read2() 278 v4l2_dbg(1, debug, sd, "chip_cmd(%s): reg=%d, data:", in chip_cmd() 281 if (debug) in chip_cmd() 285 if (debug) in chip_cmd() 316 v4l2_dbg(1, debug, sd, "thread started\n"); in chip_thread() [all …]
|
D | mt9v011.c | 22 static int debug; variable 23 module_param(debug, int, 0); 24 MODULE_PARM_DESC(debug, "Debug level (0-2)"); 76 v4l2_dbg(0, debug, sd, in mt9v011_read() 83 v4l2_dbg(0, debug, sd, in mt9v011_read() 88 v4l2_dbg(2, debug, sd, "mt9v011: read 0x%02x = 0x%04x\n", addr, val); in mt9v011_read() 104 v4l2_dbg(2, debug, sd, in mt9v011_write() 108 v4l2_dbg(0, debug, sd, in mt9v011_write() 220 v4l2_dbg(1, debug, sd, "Programmed to %u.%03u fps (%d pixel clcks)\n", in calc_fps() 395 v4l2_dbg(1, debug, sd, "Setting speed to %d\n", speed); in mt9v011_s_parm() [all …]
|
D | cs53l32a.c | 37 static bool debug; variable 39 module_param(debug, bool, 0644); 41 MODULE_PARM_DESC(debug, "Debugging messages, 0=Off (default), 1=On"); 177 v4l2_dbg(1, debug, sd, "Read Reg %d %02x\n", i, v); in cs53l32a_probe() 208 v4l2_dbg(1, debug, sd, "Read Reg %d %02x\n", i, v); in cs53l32a_probe()
|
D | upd64031a.c | 45 static int debug; variable 46 module_param(debug, int, 0644); 48 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 105 v4l2_dbg(1, debug, sd, "write reg: %02X val: %02X\n", reg, val); in upd64031a_write() 118 v4l2_dbg(1, debug, sd, "changed input or channel\n"); in upd64031a_s_frequency()
|
D | saa7115.c | 59 static bool debug; variable 60 module_param(debug, bool, 0644); 62 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 173 v4l2_dbg(1, debug, sd, "tried to access reserved reg 0x%02x\n", reg); in saa711x_writeregs() 767 v4l2_dbg(1, debug, sd, "set audio clock freq: %d\n", freq); in saa711x_s_clock_freq() 877 v4l2_dbg(1, debug, sd, "decoder set size to %ix%i\n", width, height); in saa711x_set_size() 932 v4l2_dbg(1, debug, sd, "Hpsc: 0x%05x, Hfsc: 0x%05x\n", HPSC, HFSC); in saa711x_set_size() 946 v4l2_dbg(1, debug, sd, "Vsrc: %d, Vscy: 0x%05x\n", Vsrc, VSCY); in saa711x_set_size() 992 v4l2_dbg(1, debug, sd, "decoder set standard 60 Hz\n"); in saa711x_set_v4lstd() 1003 v4l2_dbg(1, debug, sd, "decoder set standard 50 Hz\n"); in saa711x_set_v4lstd() [all …]
|
D | adv7842.c | 48 static int debug; variable 49 module_param(debug, int, 0644); 50 MODULE_PARM_DESC(debug, "debug level (0-2)"); 586 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in main_reset() 708 v4l2_dbg(2, debug, sd, "%s: enable hotplug on ports: 0x%x\n", in adv7842_delayed_work_enable_hotplug() 726 v4l2_dbg(2, debug, sd, "%s: write EDID on VGA port\n", __func__); in edid_write_vga_segment() 807 v4l2_dbg(2, debug, sd, "%s: write EDID on port %c (spa at 0x%x)\n", in edid_write_hdmi_segment() 995 v4l2_dbg(1, debug, sd, "%s: 0x%x -> 0x%x\n", __func__, prev, val); in adv7842_s_detect_tx_5v_ctrl() 1029 v4l2_dbg(1, debug, sd, "%s\n", __func__); in configure_predefined_video_timings() 1065 v4l2_dbg(2, debug, sd, "%s: Unknown mode %d\n", in configure_predefined_video_timings() [all …]
|
D | upd64083.c | 36 static bool debug; variable 37 module_param(debug, bool, 0644); 39 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 82 v4l2_dbg(1, debug, sd, "write reg: %02x val: %02x\n", reg, val); in upd64083_write()
|
D | adv7604.c | 49 static int debug; variable 50 module_param(debug, int, 0644); 51 MODULE_PARM_DESC(debug, "debug level (0-2)"); 535 v4l2_dbg(2, debug, sd, "%s: write EDID block (%d byte)\n", in edid_write_block() 568 v4l2_dbg(2, debug, sd, "%s: enable hotplug\n", __func__); in adv76xx_delayed_work_enable_hotplug() 925 v4l2_dbg(1, debug, sd, "%s", __func__); in configure_predefined_video_timings() 958 v4l2_dbg(2, debug, sd, "%s: Unknown port %d selected\n", in configure_predefined_video_timings() 984 v4l2_dbg(2, debug, sd, "%s\n", __func__); in configure_custom_video_timings() 1017 v4l2_dbg(2, debug, sd, "%s: Unknown port %d selected\n", in configure_custom_video_timings() 1038 v4l2_dbg(2, debug, sd, "%s: %s offset: a = 0x%x, b = 0x%x, c = 0x%x\n", in adv76xx_set_offset() [all …]
|
D | tda7432.c | 51 static int debug; /* insmod parameter */ variable 52 module_param(debug, int, S_IRUGO | S_IWUSR); 53 MODULE_PARM_DESC(debug, "Set debugging level from 0 to 3. Default is off(0)."); 225 v4l2_dbg(2, debug, sd, "In tda7432_write\n"); in tda7432_write() 226 v4l2_dbg(1, debug, sd, "Writing %d 0x%x\n", subaddr, val); in tda7432_write()
|
D | wm8739.c | 38 static int debug; variable 40 module_param(debug, int, 0644); 42 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 87 v4l2_dbg(1, debug, sd, "write: %02x %02x\n", reg, val); in wm8739_write()
|
D | tvp5150.c | 32 static int debug; variable 33 module_param(debug, int, 0644); 34 MODULE_PARM_DESC(debug, "Debug level (0-2)"); 68 v4l2_dbg(2, debug, sd, "tvp5150: read 0x%02x = 0x%02x\n", addr, rc); in tvp5150_read() 79 v4l2_dbg(2, debug, sd, "tvp5150: writing 0x%02x 0x%02x\n", addr, value); in tvp5150_write() 82 v4l2_dbg(0, debug, sd, "i2c i/o error: rc == %d\n", rc); in tvp5150_write() 264 v4l2_dbg(1, debug, sd, "Selecting video route: route input=%i, output=%i " in tvp5150_selmux() 595 v4l2_dbg(1, debug, sd, "g_sliced_vbi_cap\n"); in tvp5150_g_sliced_vbi_cap() 733 v4l2_dbg(1, debug, sd, "Set video std register to %d.\n", fmt); in tvp5150_set_std() 853 v4l2_dbg(1, debug, sd, "width = %d, height = %d\n", f->width, in tvp5150_fill_fmt() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | debugfs-driver-genwqe | 1 What: /sys/kernel/debug/genwqe/genwqe<n>_card/ddcb_info 6 What: /sys/kernel/debug/genwqe/genwqe<n>_card/curr_regs 12 What: /sys/kernel/debug/genwqe/genwqe<n>_card/curr_dbg_uid0 18 What: /sys/kernel/debug/genwqe/genwqe<n>_card/curr_dbg_uid1 24 What: /sys/kernel/debug/genwqe/genwqe<n>_card/curr_dbg_uid2 30 What: /sys/kernel/debug/genwqe/genwqe<n>_card/prev_regs 37 What: /sys/kernel/debug/genwqe/genwqe<n>_card/prev_dbg_uid0 43 What: /sys/kernel/debug/genwqe/genwqe<n>_card/prev_dbg_uid1 49 What: /sys/kernel/debug/genwqe/genwqe<n>_card/prev_dbg_uid2 55 What: /sys/kernel/debug/genwqe/genwqe<n>_card/info [all …]
|
D | debugfs-pktcdvd | 1 What: /sys/kernel/debug/pktcdvd/pktcdvd[0-7] 13 /sys/kernel/debug/pktcdvd/pktcdvd[0-7]/ 19 cat /sys/kernel/debug/pktcdvd/pktcdvd0/info
|
D | sysfs-driver-st | 6 This file allows you to turn debug output from the st driver 8 Note that debug output requires that the module be compiled 11 appear in sysfs as its presence is conditional upon debug
|
D | debugfs-ideapad | 1 What: /sys/kernel/debug/ideapad/cfg 11 What: /sys/kernel/debug/ideapad/status
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | l1oip_core.c | 256 static int debug; variable 270 module_param(debug, uint, S_IRUGO | S_IWUSR); 283 if (debug & DEBUG_L1OIP_MSG) in l1oip_socket_send() 295 if (debug & DEBUG_L1OIP_MSG) in l1oip_socket_send() 300 if (debug & DEBUG_L1OIP_MSG) in l1oip_socket_send() 345 if (debug & DEBUG_L1OIP_MSG) in l1oip_socket_send() 372 if (debug & DEBUG_L1OIP_MSG) in l1oip_socket_recv() 378 if (debug & DEBUG_L1OIP_MSG) in l1oip_socket_recv() 472 if (debug & DEBUG_L1OIP_MSG) in l1oip_socket_parse() 604 if (debug & (DEBUG_L1OIP_MSG | DEBUG_L1OIP_SOCKET)) in l1oip_socket_parse() [all …]
|
D | fsm.c | 73 if (fi->debug) in mISDN_FsmEvent() 80 if (fi->debug) in mISDN_FsmEvent() 93 if (fi->debug) in mISDN_FsmChangeState() 103 if (ft->fi->debug) in FsmExpireTimer() 116 if (ft->fi->debug) in mISDN_FsmInitTimer() 127 if (ft->fi->debug) in mISDN_FsmDelTimer() 141 if (ft->fi->debug) in mISDN_FsmAddTimer() 147 if (ft->fi->debug) { in mISDN_FsmAddTimer() 170 if (ft->fi->debug) in mISDN_FsmRestartTimer()
|
D | clock.c | 44 static u_int *debug; variable 55 debug = dp; in mISDN_init_clock() 75 if (*debug & DEBUG_CLOCK) in select_iclock() 82 if (*debug & DEBUG_CLOCK) in select_iclock() 100 if (*debug & (DEBUG_CORE | DEBUG_CLOCK)) in mISDN_register_clock() 124 if (*debug & (DEBUG_CORE | DEBUG_CLOCK)) in mISDN_unregister_clock() 129 if (*debug & DEBUG_CLOCK) in mISDN_unregister_clock() 186 if (*debug & DEBUG_CLOCK) in mISDN_clock_update()
|
D | core.c | 23 static u_int debug; variable 27 module_param(debug, uint, S_IRUGO | S_IWUSR); 242 if (debug & DEBUG_CORE) in mISDN_register_device() 270 if (debug & DEBUG_CORE) in mISDN_unregister_device() 331 if (debug & DEBUG_CORE) in mISDN_register_Bprotocol() 353 if (debug & DEBUG_CORE) in mISDN_unregister_Bprotocol() 385 mISDN_init_clock(&debug); in mISDNInit() 386 mISDN_initstack(&debug); in mISDNInit() 390 err = mISDN_inittimer(&debug); in mISDNInit() 393 err = l1_init(&debug); in mISDNInit() [all …]
|
D | timerdev.c | 31 static u_int *debug; variable 55 if (*debug & DEBUG_TIMER) in mISDN_open() 77 if (*debug & DEBUG_TIMER) in mISDN_close() 107 if (*debug & DEBUG_TIMER) in mISDN_read() 148 if (*debug & DEBUG_TIMER) in mISDN_poll() 155 if (*debug & DEBUG_TIMER) in mISDN_poll() 230 if (*debug & DEBUG_TIMER) in mISDN_ioctl() 241 if (*debug & DEBUG_TIMER) in mISDN_ioctl() 256 if (*debug & DEBUG_TIMER) in mISDN_ioctl() 290 debug = deb; in mISDN_inittimer()
|
D | tei.c | 37 static u_int *debug; variable 85 if (!(*debug & DEBUG_L2_TEIFSM)) in da_debug() 234 if (!(*debug & DEBUG_L2_TEIFSM)) in tei_debug() 476 if (*debug & DEBUG_L2_TEI) in tei_id_request() 497 if (*debug & DEBUG_L2_TEI) in tei_id_assign() 526 if (*debug & DEBUG_L2_TEI) in tei_id_test_dup() 550 if (*debug & DEBUG_L2_TEI) in tei_id_denied() 563 if (*debug & DEBUG_L2_TEI) in tei_id_chk_req() 581 if (*debug & DEBUG_L2_TEI) in tei_id_remove() 596 if (*debug & DEBUG_L2_TEI) in tei_id_verify() [all …]
|
D | stack.c | 24 static u_int *debug; variable 31 if (*debug & DEBUG_QUEUE_FUNC) in _queue_message() 110 if (*debug & DEBUG_SEND_ERR) in send_layer2() 136 else if (*debug & DEBUG_SEND_ERR) in send_layer2() 155 if (*debug & DEBUG_QUEUE_FUNC) in send_msg_to_layer() 211 if (*debug & DEBUG_MSG_THREAD) in mISDNStackd() 245 if (*debug & DEBUG_SEND_ERR) in mISDNStackd() 290 if (*debug & DEBUG_MSG_THREAD) in mISDNStackd() 406 if (*debug & DEBUG_CORE_FUNC) in create_stack() 433 if (*debug & DEBUG_CORE_FUNC) in connect_layer1() [all …]
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 63 #define DB_ECM(a,b,c) DB_PR((smc->debug.d_smt&1),a,b,c) 64 #define DB_ECMN(n,a,b,c) DB_PR((smc->debug.d_ecm >=(n)),a,b,c) 65 #define DB_RMT(a,b,c) DB_PR((smc->debug.d_smt&2),a,b,c) 66 #define DB_RMTN(n,a,b,c) DB_PR((smc->debug.d_rmt >=(n)),a,b,c) 67 #define DB_CFM(a,b,c) DB_PR((smc->debug.d_smt&4),a,b,c) 68 #define DB_CFMN(n,a,b,c) DB_PR((smc->debug.d_cfm >=(n)),a,b,c) 69 #define DB_PCM(a,b,c) DB_PR((smc->debug.d_smt&8),a,b,c) 70 #define DB_PCMN(n,a,b,c) DB_PR((smc->debug.d_pcm >=(n)),a,b,c) 71 #define DB_SMT(a,b,c) DB_PR((smc->debug.d_smtf),a,b,c) 72 #define DB_SMTN(n,a,b,c) DB_PR((smc->debug.d_smtf >=(n)),a,b,c) [all …]
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 57 const struct rt2x00debug *debug; member 226 if (!try_module_get(intf->debug->owner)) in rt2x00debug_file_open() 236 module_put(intf->debug->owner); in rt2x00debug_file_release() 444 const struct rt2x00debug *debug = intf->debug; \ 453 if (index >= debug->__name.word_count) \ 456 index += (debug->__name.word_base / \ 457 debug->__name.word_size); \ 459 if (debug->__name.flags & RT2X00DEBUGFS_OFFSET) \ 460 index *= debug->__name.word_size; \ 462 debug->__name.read(intf->rt2x00dev, index, &value); \ [all …]
|
/linux-4.4.14/tools/perf/tests/ |
D | attr.py | 68 log.debug(" %s = %s" % (key, val)) 72 log.debug(" Event %s" % name); 94 log.debug(" [%s] %s %s" % (t, self[t], other[t])); 139 log.debug(" loading expected events"); 183 log.debug(" compare"); 189 log.debug(" matching [%s]" % exp_name) 191 log.debug(" to [%s]" % res_name) 194 log.debug(" ->OK") 196 log.debug(" ->FAIL"); 198 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list))) [all …]
|
/linux-4.4.14/drivers/video/backlight/ |
D | apple_bl.c | 46 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) in intel_chipset_send_intensity() 78 if (debug) in intel_chipset_get_intensity() 108 if (debug) in nvidia_chipset_send_intensity() 123 if (debug) in nvidia_chipset_get_intensity()
|
/linux-4.4.14/drivers/watchdog/ |
D | pcwd_pci.c | 137 static int debug = QUIET; variable 138 module_param(debug, int, 0); 139 MODULE_PARM_DESC(debug, "Debug level: 0=Quiet, 1=Verbose, 2=Debug (default=0)"); 162 if (debug >= DEBUG) in send_command() 187 if (debug >= DEBUG) { in send_command() 204 if (debug >= DEBUG) in send_command() 279 if (debug >= VERBOSE) in pcipcwd_start() 304 if (debug >= VERBOSE) in pcipcwd_stop() 317 if (debug >= DEBUG) in pcipcwd_keepalive() 335 if (debug >= VERBOSE) in pcipcwd_set_heartbeat() [all …]
|
D | pcwd.c | 194 static int debug = QUIET; variable 195 module_param(debug, int, 0); 196 MODULE_PARM_DESC(debug, 223 if (debug >= DEBUG) in send_isa_command() 242 if (debug >= DEBUG) in send_isa_command() 272 if (debug >= DEBUG) in set_command_mode() 288 if (debug >= DEBUG) in unset_command_mode() 423 if (debug >= VERBOSE) in pcwd_start() 451 if (debug >= VERBOSE) in pcwd_stop() 462 if (debug >= DEBUG) in pcwd_keepalive() [all …]
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_debugfs.c | 54 struct bfad_debug_info *debug; in bfad_debugfs_open_drvtrc() local 56 debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_drvtrc() 57 if (!debug) in bfad_debugfs_open_drvtrc() 60 debug->debug_buffer = (void *) bfad->trcmod; in bfad_debugfs_open_drvtrc() 61 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc() 63 file->private_data = debug; in bfad_debugfs_open_drvtrc() 176 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_lseek() local 178 debug->buffer_len); in bfad_debugfs_lseek() 185 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_read() local 187 if (!debug || !debug->debug_buffer) in bfad_debugfs_read() [all …]
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 223 static uint debug; variable 240 module_param(debug, uint, S_IRUGO | S_IWUSR); 936 if (debug & DEBUG_HFCMULTI_PLXSD) in hfcmulti_resync() 942 if (debug & DEBUG_HFCMULTI_PLXSD) in hfcmulti_resync() 965 if (debug & DEBUG_HFCMULTI_PLXSD) in hfcmulti_resync() 976 if (debug & DEBUG_HFCMULTI_PLXSD) in hfcmulti_resync() 987 if (debug & DEBUG_HFCMULTI_PLXSD) in hfcmulti_resync() 994 if (debug & DEBUG_HFCMULTI_PLXSD) in hfcmulti_resync() 1001 if (debug & DEBUG_HFCMULTI_PLXSD) in hfcmulti_resync() 1006 if (debug & DEBUG_HFCMULTI_PLXSD) in hfcmulti_resync() [all …]
|
D | hfcsusb.c | 40 static unsigned int debug; variable 49 module_param(debug, uint, S_IRUGO | S_IWUSR); 69 if (debug & DBG_HFC_CALL_TRACE) in ctrl_start_transfer() 94 if (debug & DBG_HFC_CALL_TRACE) in write_reg() 121 if (debug & DBG_HFC_CALL_TRACE) in ctrl_complete() 197 if (debug & DBG_HFC_CALL_TRACE) in handle_led() 218 if (debug & DBG_HFC_CALL_TRACE) in hfcusb_l2l1B() 226 if (debug & DBG_HFC_CALL_TRACE) in hfcusb_l2l1B() 296 if (debug & DBG_HFC_CALL_TRACE) in hfcusb_l2l1D() 310 if (debug & DBG_HFC_CALL_TRACE) in hfcusb_l2l1D() [all …]
|
D | speedfax.c | 67 static u32 debug; variable 91 card->isac.dch.debug = debug; in _set_debug() 92 card->isar.ch[0].bch.debug = debug; in _set_debug() 93 card->isar.ch[1].bch.debug = debug; in _set_debug() 116 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR); 117 MODULE_PARM_DESC(debug, "Speedfax debug mask"); 310 if (debug & DEBUG_HW) in init_card() 400 if (debug & DEBUG_HW) in setup_instance()
|
D | hfcpci.c | 59 static uint debug; variable 66 module_param(debug, uint, S_IRUGO | S_IWUSR); 379 if (hc->bch[fifo].debug & DEBUG_HW_BCHANNEL) in hfcpci_clear_fifo_tx() 393 if (hc->bch[fifo].debug & DEBUG_HW_BCHANNEL) in hfcpci_clear_fifo_tx() 412 if ((bch->debug & DEBUG_HW_BCHANNEL) && !(bch->debug & DEBUG_HW_BFIFO)) in hfcpci_empty_bfifo() 421 if (bch->debug & DEBUG_HW) in hfcpci_empty_bfifo() 481 if (dch->debug & DEBUG_HW_DCHANNEL) in receive_dmsg() 491 if (dch->debug & DEBUG_HW) in receive_dmsg() 634 if (bch->debug & DEBUG_HW_BCHANNEL) in main_rec_hfcpci() 643 if (bch->debug & DEBUG_HW_BCHANNEL) in main_rec_hfcpci() [all …]
|
D | avmfritz.c | 36 static int debug; variable 153 card->isac.dch.debug = debug; in _set_debug() 154 card->bch[0].debug = debug; in _set_debug() 155 card->bch[1].debug = debug; in _set_debug() 177 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR); 178 MODULE_PARM_DESC(debug, "avmfritz debug mask"); 440 if (p && (debug & DEBUG_HW_BFIFO)) { in hdlc_empty_fifo() 511 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in hdlc_fill_fifo() 766 if (debug & DEBUG_HW) in reset_avm() 782 if (debug & DEBUG_HW) in reset_avm() [all …]
|
D | w6692.c | 91 static int debug; variable 98 card->dch.debug = debug; in _set_debug() 99 card->bc[0].bch.debug = debug; in _set_debug() 100 card->bc[1].bch.debug = debug; in _set_debug() 122 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR); 123 MODULE_PARM_DESC(debug, "W6692 debug mask"); 281 if (debug & DEBUG_HW_DFIFO) { in W6692_empty_Dfifo() 317 if (debug & DEBUG_HW_DFIFO) { in W6692_fill_Dfifo() 495 if (debug & DEBUG_HW_DFIFO) { in W6692_empty_Bfifo() 539 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in W6692_fill_Bfifo() [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | Kconfig | 30 Say Y, if and you will get debug options for ath5k. 33 mount -t debugfs debug /sys/kernel/debug 36 /sys/kernel/debug/ath5k/phy0/ 38 To enable debug, pass the debug level to the debug module 41 modprobe ath5k debug=0x00000400
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_deflate.c | 32 int debug; member 45 int unit, int hdrlen, int debug); 48 int unit, int hdrlen, int mru, int debug); 141 int unit, int hdrlen, int debug) in z_comp_init() argument 155 state->debug = debug; in z_comp_init() 231 if (state->debug) in z_compress() 356 int unit, int hdrlen, int mru, int debug) in z_decomp_init() argument 370 state->debug = debug; in z_decomp_init() 423 if (state->debug) in z_decompress() 432 if (state->debug) in z_decompress() [all …]
|
D | ppp_mppe.c | 112 int debug; member 273 mppe_init(void *arg, unsigned char *options, int optlen, int unit, int debug, in mppe_init() argument 299 if (debug) { in mppe_init() 332 state->debug = debug; in mppe_init() 339 int hdrlen, int debug) in mppe_comp_init() argument 342 return mppe_init(arg, options, optlen, unit, debug, "mppe_comp_init"); in mppe_comp_init() 402 if (state->debug >= 7) in mppe_compress() 411 if (state->debug && state->stateful) in mppe_compress() 455 int hdrlen, int mru, int debug) in mppe_decomp_init() argument 458 return mppe_init(arg, options, optlen, unit, debug, "mppe_decomp_init"); in mppe_decomp_init() [all …]
|
D | bsd_comp.c | 142 unsigned char debug; /* non-zero if debug desired */ member 174 int opt_len, int unit, int debug, int decomp); 176 int opt_len, int unit, int opthdr, int debug); 179 int debug); 464 int opt_len, int unit, int debug, int decomp) in bsd_init() argument 497 if (debug) in bsd_init() 499 db->debug = 1; in bsd_init() 507 int opt_len, int unit, int opthdr, int debug) in bsd_comp_init() argument 509 return bsd_init (state, options, opt_len, unit, debug, 0); in bsd_comp_init() 514 int debug) in bsd_decomp_init() argument [all …]
|
/linux-4.4.14/fs/overlayfs/ |
D | overlayfs.h | 45 struct dentry *new_dentry, bool debug) in ovl_do_link() argument 48 if (debug) { in ovl_do_link() 56 umode_t mode, bool debug) in ovl_do_create() argument 59 if (debug) in ovl_do_create() 65 umode_t mode, bool debug) in ovl_do_mkdir() argument 68 if (debug) in ovl_do_mkdir() 74 umode_t mode, dev_t dev, bool debug) in ovl_do_mknod() argument 77 if (debug) { in ovl_do_mknod() 85 const char *oldname, bool debug) in ovl_do_symlink() argument 88 if (debug) in ovl_do_symlink() [all …]
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad_debugfs.c | 231 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_lseek() local 233 if (!debug) in bnad_debugfs_lseek() 236 return fixed_size_llseek(file, offset, orig, debug->buffer_len); in bnad_debugfs_lseek() 243 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_read() local 245 if (!debug || !debug->debug_buffer) in bnad_debugfs_read() 249 debug->debug_buffer, debug->buffer_len); in bnad_debugfs_read() 372 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_write_regwr() local 373 struct bnad *bnad = (struct bnad *)debug->i_private; in bnad_debugfs_write_regwr() 413 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_release() local 415 if (!debug) in bnad_debugfs_release() [all …]
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 3 USB2 Debug port key and a debug cable, on x86 systems. 5 You need two computers, the 'USB debug key' special gadget and 8 [host/target] <-------> [USB debug key] <-------> [client/console] 12 a.) Host/target system needs to have USB debug port capability. 35 ( If your system does not list a debug port capability then you probably 36 won't be able to use the USB debug key. ) 38 b.) You also need a Netchip USB debug cable/key: 49 debug port on the "host/target" system. You cannot use a USB hub in 50 between the physical debug port and the "host/target" system. 52 The EHCI debug controller is bound to a specific physical USB [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 295 ar->debug.war_stats.invalid_rate++; in ath6kl_debug_war() 318 "Invalid rates", ar->debug.war_stats.invalid_rate); in read_file_war_stats() 359 spin_lock(&ar->debug.fwlog_queue.lock); in ath6kl_debug_fwlog_event() 361 __skb_queue_tail(&ar->debug.fwlog_queue, skb); in ath6kl_debug_fwlog_event() 362 complete(&ar->debug.fwlog_completion); in ath6kl_debug_fwlog_event() 365 while (skb_queue_len(&ar->debug.fwlog_queue) > in ath6kl_debug_fwlog_event() 367 skb = __skb_dequeue(&ar->debug.fwlog_queue); in ath6kl_debug_fwlog_event() 371 spin_unlock(&ar->debug.fwlog_queue.lock); in ath6kl_debug_fwlog_event() 380 if (ar->debug.fwlog_open) in ath6kl_fwlog_open() 383 ar->debug.fwlog_open = true; in ath6kl_fwlog_open() [all …]
|
D | Kconfig | 38 Enables ath6kl debug support, including debug messages 42 If unsure, say Y to make it easier to debug problems. 50 example, can be enabled with help of trace-cmd. All debug 54 If unsure, say Y to make it easier to debug problems.
|
/linux-4.4.14/drivers/platform/x86/ |
D | samsung-laptop.c | 351 struct samsung_laptop_debug debug; member 394 static bool debug; variable 395 module_param(debug, bool, S_IRUGO | S_IWUSR); 396 MODULE_PARM_DESC(debug, "Debug enabled or not"); 409 if (debug) { in sabi_command() 444 if (complete != 0xaa || (iface_data == 0xff && debug)) in sabi_command() 461 if (debug && out) { in sabi_command() 1258 struct sabi_data *sdata = &samsung->debug.data; in show_call() 1262 samsung->debug.command, in show_call() 1265 ret = sabi_command(samsung, samsung->debug.command, sdata, sdata); in show_call() [all …]
|
D | asus-wmi.c | 244 struct asus_wmi_debug debug; member 1873 err = asus_wmi_get_devstate(asus, asus->debug.dev_id, &retval); in show_dsts() 1878 seq_printf(m, "DSTS(%#x) = %#x\n", asus->debug.dev_id, retval); in show_dsts() 1889 err = asus_wmi_set_devstate(asus->debug.dev_id, asus->debug.ctrl_param, in show_devs() 1895 seq_printf(m, "DEVS(%#x, %#x) = %#x\n", asus->debug.dev_id, in show_devs() 1896 asus->debug.ctrl_param, retval); in show_devs() 1905 .arg0 = asus->debug.dev_id, in show_call() 1906 .arg1 = asus->debug.ctrl_param, in show_call() 1914 1, asus->debug.method_id, in show_call() 1922 seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id, in show_call() [all …]
|
/linux-4.4.14/drivers/net/appletalk/ |
D | ltpc.c | 200 static int debug; variable 298 if (debug & DEBUG_LOWER) in enQ() 316 if ((debug & DEBUG_LOWER) && qel) { in deQ() 532 if (debug & DEBUG_LOWER) printk("idle: fc\n"); in idle() 537 if(debug & DEBUG_LOWER) printk("idle: fd\n"); in idle() 542 if (debug & DEBUG_LOWER) printk("idle: f9\n"); in idle() 571 if(debug & DEBUG_LOWER) printk("idle: fa\n"); in idle() 576 if (debug>1) { in idle() 609 if(debug & DEBUG_LOWER) printk("idle: fb\n"); in idle() 825 if(debug & DEBUG_VERBOSE) printk("ltpc_ioctl called\n"); in ltpc_ioctl() [all …]
|
/linux-4.4.14/net/wimax/ |
D | Kconfig | 25 int "WiMAX debug level" 30 Select the maximum debug verbosity level to be compiled into 33 By default, debug messages are disabled at runtime and can 35 the sysfs debug-levels file. 37 If set at zero, this will compile out all the debug code.
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 109 Say Y here if you want the debug print routines to direct 130 Say Y here if you want the debug print routines to direct 161 This low level debug works for Broadcom 178 bool "Use BRCMSTB UART for low-level debug" 182 Say Y here if you want the debug print routines to direct 192 Say Y here if you want the debug print routines to direct 199 Say Y here if you want the debug print routines to direct 207 Say Y here if you want the debug print routines to direct 215 Say Y here if you want the debug print routines to direct [all …]
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 169 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module) 171 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module 173 $OBJCOPY --strip-debug $tmpdir/$module 175 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module 386 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/ 387 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/ 389 mkdir -p $dbg_dir/usr/lib/debug/boot/ 390 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version 392 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version 397 Section: debug [all …]
|
/linux-4.4.14/kernel/locking/ |
D | Makefile | 7 CFLAGS_REMOVE_mutex-debug.o = $(CC_FLAGS_FTRACE) 8 CFLAGS_REMOVE_rtmutex-debug.o = $(CC_FLAGS_FTRACE) 11 obj-$(CONFIG_DEBUG_MUTEXES) += mutex-debug.o 22 obj-$(CONFIG_DEBUG_RT_MUTEXES) += rtmutex-debug.o
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 79 static int debug; variable 85 module_param(debug, int, 0644); 89 MODULE_PARM_DESC(debug, "Debug level 0-1"); 506 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_open\n"); in vpfe_open() 579 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "\nStarting vpfe_isr...\n"); in vpfe_isr() 592 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, in vpfe_isr() 604 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "field id = %x:%x.\n", in vpfe_isr() 655 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "\nInside vdint1_isr...\n"); in vdint1_isr() 719 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_release\n"); in vpfe_release() 770 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_mmap\n"); in vpfe_mmap() [all …]
|
D | vpif_capture.c | 38 #define vpif_dbg(level, debug, fmt, arg...) \ argument 39 v4l2_dbg(level, debug, &vpif_obj.v4l2_dev, fmt, ## arg) 41 static int debug = 1; variable 43 module_param(debug, int, 0644); 45 MODULE_PARM_DESC(debug, "Debug level 0-1"); 82 vpif_dbg(2, debug, "vpif_buffer_prepare\n"); in vpif_buffer_prepare() 97 vpif_dbg(1, debug, "offset is not aligned\n"); in vpif_buffer_prepare() 127 vpif_dbg(2, debug, "vpif_buffer_setup\n"); in vpif_buffer_queue_setup() 159 vpif_dbg(2, debug, "vpif_buffer_queue\n"); in vpif_buffer_queue() 193 vpif_dbg(1, debug, "can't set vpif channel mode\n"); in vpif_start_streaming() [all …]
|
D | vpbe_venc.c | 61 static int debug = 2; variable 62 module_param(debug, int, 0644); 63 MODULE_PARM_DESC(debug, "Debug level 0-2"); 128 v4l2_dbg(debug, 1, sd, "Setting output to Composite\n"); in venc_set_dac() 132 v4l2_dbg(debug, 1, sd, "Setting output to Component\n"); in venc_set_dac() 136 v4l2_dbg(debug, 1, sd, "Setting output to S-video\n"); in venc_set_dac() 150 v4l2_dbg(debug, 2, sd, "venc_enabledigitaloutput\n"); in venc_enabledigitaloutput() 235 v4l2_dbg(debug, 2, sd, "venc_set_ntsc\n"); in venc_set_ntsc() 281 v4l2_dbg(debug, 2, sd, "venc_set_pal\n"); in venc_set_pal() 334 v4l2_dbg(debug, 2, sd, "venc_set_480p59_94\n"); in venc_set_480p59_94() [all …]
|
D | vpbe_display.c | 44 static int debug; variable 48 module_param(debug, int, 0644); 210 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_buffer_prepare() 241 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, "vpbe_buffer_setup\n"); in vpbe_buffer_queue_setup() 272 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_buffer_queue() 528 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_disp_calculate_scale_factor() 545 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_disp_adj_position() 665 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_display_s_crop() 731 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_display_g_crop() 755 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, "VIDIOC_CROPCAP ioctl\n"); in vpbe_display_cropcap() [all …]
|
/linux-4.4.14/Documentation/trace/ |
D | events.txt | 25 /sys/kernel/debug/tracing/available_events. 28 to /sys/kernel/debug/tracing/set_event. For example: 30 # echo sched_wakeup >> /sys/kernel/debug/tracing/set_event 38 # echo '!sched_wakeup' >> /sys/kernel/debug/tracing/set_event 42 # echo > /sys/kernel/debug/tracing/set_event 46 # echo *:* > /sys/kernel/debug/tracing/set_event 55 # echo 'irq:*' > /sys/kernel/debug/tracing/set_event 60 The events available are also listed in /sys/kernel/debug/tracing/events/ hierarchy 65 # echo 1 > /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable 69 # echo 0 > /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable [all …]
|
D | mmiotrace.txt | 35 $ mount -t debugfs debugfs /sys/kernel/debug 36 $ echo mmiotrace > /sys/kernel/debug/tracing/current_tracer 37 $ cat /sys/kernel/debug/tracing/trace_pipe > mydump.txt & 39 $ echo "X is up" > /sys/kernel/debug/tracing/trace_marker 40 $ echo nop > /sys/kernel/debug/tracing/current_tracer 47 Make sure debugfs is mounted to /sys/kernel/debug. 49 $ mount -t debugfs debugfs /sys/kernel/debug 54 $ echo mmiotrace > /sys/kernel/debug/tracing/current_tracer 57 $ cat /sys/kernel/debug/tracing/trace_pipe > mydump.txt & 64 $ echo "X is up" > /sys/kernel/debug/tracing/trace_marker [all …]
|
D | kprobetrace.txt | 19 /sys/kernel/debug/tracing/kprobe_events, and enable it via 20 /sys/kernel/debug/tracing/events/kprobes/<EVENT>/enabled. 90 /sys/kernel/debug/tracing/kprobe_profile. 100 …echo 'p:myprobe do_sys_open dfd=%ax filename=%dx flags=%cx mode=+4($stack)' > /sys/kernel/debug/tr… 109 echo 'r:myretprobe do_sys_open $retval' >> /sys/kernel/debug/tracing/kprobe_events 114 /sys/kernel/debug/tracing/events/kprobes/<EVENT>/format. 116 cat /sys/kernel/debug/tracing/events/kprobes/myprobe/format 138 echo > /sys/kernel/debug/tracing/kprobe_events 151 echo 1 > /sys/kernel/debug/tracing/events/kprobes/myprobe/enable 152 echo 1 > /sys/kernel/debug/tracing/events/kprobes/myretprobe/enable [all …]
|
D | uprobetracer.txt | 14 /sys/kernel/debug/tracing/uprobe_events, and enable it via 15 /sys/kernel/debug/tracing/events/uprobes/<EVENT>/enabled. 64 /sys/kernel/debug/tracing/uprobe_profile. 73 echo 'p: /bin/bash:0x4245c0' > /sys/kernel/debug/tracing/uprobe_events 77 echo 'r: /bin/bash:0x4245c0' > /sys/kernel/debug/tracing/uprobe_events 81 echo '-:bash_0x4245c0' >> /sys/kernel/debug/tracing/uprobe_events 85 cat /sys/kernel/debug/tracing/uprobe_events 89 echo > /sys/kernel/debug/tracing/uprobe_events 94 # cd /sys/kernel/debug/tracing/ 145 And you can see the traced information via /sys/kernel/debug/tracing/trace.
|
D | events-nmi.txt | 5 /sys/kernel/debug/tracing/events/nmi 32 cd /sys/kernel/debug/tracing/events/nmi/nmi_handler 38 $ cat /sys/kernel/debug/tracing/trace_pipe
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 467 ar->debug.stats.name##_counter[__i] = 0; \ 472 __tmp, ar->debug.stats.name##_counter); \ 479 ar->debug.stats.name##_sum[__i] += \ 480 ar->debug.stats.name##_counter[__i]; \ 506 name##_regs[i].nreg, ar->debug.stats.name ##_sum[i],\ 507 ar->debug.stats.name ##_counter[i]); \ 535 ar->debug.stats.name##_counter[i]); \ 583 ar->debug.ring[ar->debug.ring_tail].reg = reg + (i << 2); in carl9170_debugfs_hw_ioread32_write() 584 ar->debug.ring[ar->debug.ring_tail].value = tmp; in carl9170_debugfs_hw_ioread32_write() 585 ar->debug.ring_tail++; in carl9170_debugfs_hw_ioread32_write() [all …]
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 30 static int debug; variable 508 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_release\n"); in vpfe_release() 553 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_mmap\n"); in vpfe_mmap() 565 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_poll\n"); in vpfe_poll() 597 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_querycap\n"); in vpfe_querycap() 628 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_g_fmt\n"); in vpfe_g_fmt() 657 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_enum_fmt\n"); in vpfe_enum_fmt() 715 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_s_fmt\n"); in vpfe_s_fmt() 749 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_try_fmt\n"); in vpfe_try_fmt() 777 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_enum_input\n"); in vpfe_enum_input() [all …]
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Insmod-options | 33 bttv_debug=0/1 debug messages (for capture). 35 irq_debug=0/1 irq handler debug messages. 78 debug=1 print some debug info to the syslog 99 debug = 1 print debug messages 137 debug=1/2 print some debug info to the syslog, 157 debug=1 print some debug info to the syslog. 165 debug=1 print some debug info to the syslog. 171 debug=1 print some debug info to the syslog.
|
/linux-4.4.14/sound/core/ |
D | misc.c | 38 static int debug = DEFAULT_DEBUG_LEVEL; variable 39 module_param(debug, int, 0644); 40 MODULE_PARM_DESC(debug, "Debug level (0 = disable)"); 77 if (debug < level) in __snd_printk()
|
/linux-4.4.14/Documentation/networking/ |
D | netif-msg.txt | 15 integer variable that controls the debug message level. The message 33 were consistently renamed to "debug" and allowed to be set as a module 47 Retaining the per-driver integer variable "debug" as a module 52 1 << debug 54 debug < 0 ? 0 : 1 << min(sizeof(int)-1, debug) 57 if (debug > 1)
|
D | batman-adv.txt | 76 # ls /sys/kernel/debug/batman_adv/bat0/ 85 # cat /sys/kernel/debug/batman_adv/bat0/originators 141 times necessary to see more detail debug messages. This must be 146 Those additional debug messages can be accessed using a special 149 # cat /sys/kernel/debug/batman_adv/bat0/log 151 The additional debug output is by default disabled. It can be en- 154 0 - All debug output disabled 162 The debug output can be changed at runtime using the file 167 will enable debug messages for when routes change.
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | Makefile | 3 iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += debug.o 10 iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o 15 iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | Kconfig | 37 int "Maximum debug level" 42 Selects the maximum debug level to compile support for. 48 4 - debug 57 int "Default debug level" 62 Selects the default debug level
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | Kconfig | 22 int "WiMAX i2400m debug level" 27 Select the maximum debug verbosity level to be compiled into 32 code using the sysfs debug-levels file. 34 If set at zero, this will compile out all the debug code.
|
/linux-4.4.14/arch/frv/kernel/ |
D | asm-offsets.c | 63 DEF_0REG(REG_DCR, debug.dcr); in foo() 64 DEF_0REG(REG_IBAR0, debug.ibar[0]); in foo() 65 DEF_0REG(REG_DBAR0, debug.dbar[0]); in foo() 66 DEF_0REG(REG_DBDR00, debug.dbdr[0][0]); in foo() 67 DEF_0REG(REG_DBMR00, debug.dbmr[0][0]); in foo()
|
/linux-4.4.14/drivers/media/rc/ |
D | fintek-cir.h | 36 static int debug; variable 42 if (debug) \ 47 if (debug > 1) \ 52 if (debug > 2) \
|
D | nuvoton-cir.h | 35 static int debug; variable 42 if (debug) \ 47 if (debug > 1) \ 52 if (debug > 2) \
|
D | rc-loopback.c | 32 #define dprintk(x...) if (debug) printk(KERN_INFO DRIVER_NAME ": " x) 36 static bool debug; variable 241 module_param(debug, bool, S_IRUGO | S_IWUSR); 242 MODULE_PARM_DESC(debug, "Enable debug messages");
|
/linux-4.4.14/Documentation/filesystems/ |
D | 9p.txt | 81 debug=n specifies debug level. The debug level is a bitmask. 83 0x02 = developer debug (DEBUG_CURRENT) 86 0x10 = display Marshalling debug 87 0x20 = display RPC debug 88 0x40 = display transport debug 89 0x80 = display allocation debug 90 0x100 = display protocol message debug 91 0x200 = display Fid debug 92 0x400 = display packet debug 93 0x800 = display fscache tracing debug
|
/linux-4.4.14/drivers/atm/ |
D | idt77252.h | 66 #define CPRINTK(args...) do { if (debug & DBG_CLOSE_CONN) printk(args); } while(0) 67 #define OPRINTK(args...) do { if (debug & DBG_OPEN_CONN) printk(args); } while(0) 68 #define IPRINTK(args...) do { if (debug & DBG_INIT) printk(args); } while(0) 69 #define INTPRINTK(args...) do { if (debug & DBG_INTERRUPT) printk(args); } while(0) 70 #define DIPRINTK(args...) do { if (debug & DBG_DEINIT) printk(args); } while(0) 71 #define TXPRINTK(args...) do { if (debug & DBG_TX_DATA) printk(args); } while(0) 72 #define RXPRINTK(args...) do { if (debug & DBG_RX_DATA) printk(args); } while(0) 73 #define XPRINTK(args...) do { if (debug & DBG_XGENERAL) printk(args); } while(0) 74 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0) 75 #define NPRINTK(args...) do { if (debug & DBG_TINY) printk(args); } while(0) [all …]
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | mux.h | 21 .debug = dbg, \ 32 .debug = dbg, \ 43 .debug = dbg, \
|
/linux-4.4.14/drivers/md/bcache/ |
D | debug.c | 19 static struct dentry *debug; variable 229 if (!IS_ERR_OR_NULL(debug)) { in bch_debug_init_cache_set() 233 c->debug = debugfs_create_file(name, 0400, debug, c, in bch_debug_init_cache_set() 242 if (!IS_ERR_OR_NULL(debug)) in bch_debug_exit() 243 debugfs_remove_recursive(debug); in bch_debug_exit() 250 debug = debugfs_create_dir("bcache", NULL); in bch_debug_init()
|
/linux-4.4.14/arch/cris/ |
D | Kconfig.debug | 9 source "lib/Kconfig.debug" 15 The CRIS version of gdb can be used to remotely debug a running 16 Linux kernel via the serial debug port. Provided you have gdb-cris 31 If the system locks up without any debug information you can say Y
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | lnbp22.c | 39 static int debug; variable 40 module_param(debug, int, 0644); 41 MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); 44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg)
|
D | tda826x.c | 30 static int debug; variable 33 if (debug) printk(KERN_DEBUG "tda826x: " args); \ 183 module_param(debug, int, 0644); 184 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
|
D | au8522_common.c | 29 static int debug; variable 32 do { if (debug)\ 272 module_param(debug, int, 0644); 273 MODULE_PARM_DESC(debug, "Enable verbose debug messages");
|
D | stb6000.c | 30 static int debug; variable 33 if (debug) \ 251 module_param(debug, int, 0644); 252 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | nova-t-usb2.c | 14 static int debug; variable 15 module_param(debug, int, 0644); 16 MODULE_PARM_DESC(debug, "set debugging level (1=rc,2=eeprom (|-able))." DVB_USB_DEBUG_STATUS); 20 #define deb_rc(args...) dprintk(debug,0x01,args) 21 #define deb_ee(args...) dprintk(debug,0x02,args)
|
D | a800.c | 18 static int debug; variable 19 module_param(debug, int, 0644); 20 MODULE_PARM_DESC(debug, "set debugging level (rc=1 (or-able))." DVB_USB_DEBUG_STATUS); 24 #define deb_rc(args...) dprintk(debug,0x01,args)
|
/linux-4.4.14/drivers/hid/ |
D | hid-pl.c | 41 #define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg) macro 68 debug("called with 0x%04x 0x%04x", left, right); in hid_plff_play() 75 debug("running with 0x%02x 0x%02x", left, right); in hid_plff_play() 134 debug("detected single-field device"); in plff_init() 149 debug("detected 4-field device"); in plff_init()
|
/linux-4.4.14/scripts/ |
D | unifdef.c | 214 static void debug(const char *, ...); 592 debug("process line %d %s -> %s depth %d", in process() 737 debug("parser line %d state %s comment %s line", linenum, in parseline() 835 debug("eval%d !", ops - eval_ops); in eval_unary() 846 debug("eval%d (", ops - eval_ops); in eval_unary() 854 debug("eval%d number", ops - eval_ops); in eval_unary() 862 debug("eval%d defined", ops - eval_ops); in eval_unary() 882 debug("eval%d symbol", ops - eval_ops); in eval_unary() 900 debug("eval%d bad expr", ops - eval_ops); in eval_unary() 905 debug("eval%d = %d", ops - eval_ops, *valp); in eval_unary() [all …]
|
/linux-4.4.14/drivers/bluetooth/ |
D | btintel.h | 84 int btintel_set_event_mask(struct hci_dev *hdev, bool debug); 85 int btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug); 133 static inline int btintel_set_event_mask(struct hci_dev *hdev, bool debug) in btintel_set_event_mask() argument 138 static inline int btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug) in btintel_set_event_mask_mfg() argument
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | Kconfig | 26 For ISR debug, use W1C (say n); is allows to monitor ISR 28 self-clear when accessed for debug purposes, it makes 30 Say y unless you debug interrupts 42 If unsure, say Y to make it easier to debug problems.
|
/linux-4.4.14/scripts/kconfig/ |
D | qconf.cc | 1075 QString head, debug, help; in menuInfo() local 1104 debug = debug_info(sym); in menuInfo() 1116 debug += " dep: "; in menuInfo() 1117 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo() 1118 debug += "<br><br>"; in menuInfo() 1123 debug += QString().sprintf("defined at %s:%d<br><br>", _menu->file->name, _menu->lineno); in menuInfo() 1125 setText(head + debug + help); in menuInfo() 1130 QString debug; in debug_info() local 1132 debug += "type: "; in debug_info() 1133 debug += print_filter(sym_type_name(sym->type)); in debug_info() [all …]
|
/linux-4.4.14/arch/nios2/ |
D | Kconfig.debug | 6 source "lib/Kconfig.debug" 13 task has ever had available in the sysrq-T and sysrq-P debug output. 26 You should normally say N here, unless you want to debug such a crash.
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 53 This option will enable debug tracing output for the IPW2100. 56 control which debug output is sent to the kernel log by setting the 63 If you are not trying to debug or develop the IPW2100 driver, you 147 This option will enable low level debug tracing output for IPW2200. 149 Note, normal debug code is already compiled in. This low level 150 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and 152 will typically not need this high verbosity debug information. 181 This option will enable debug tracing output for the 185 can control which debug output is sent to the kernel log by 197 If you are not trying to debug or develop the libipw
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | channv50.c | 36 nv50_disp_mthd_list(struct nv50_disp *disp, int debug, u32 base, int c, in nv50_disp_mthd_list() argument 56 nvkm_printk_(subdev, debug, info, in nv50_disp_mthd_list() 65 nv50_disp_chan_mthd(struct nv50_disp_chan *chan, int debug) in nv50_disp_chan_mthd() argument 73 if (debug > subdev->debug) in nv50_disp_chan_mthd() 95 nvkm_printk_(subdev, debug, info, "%s%s:\n", cname, sname); in nv50_disp_chan_mthd() 96 nv50_disp_mthd_list(disp, debug, base, mthd->prev, in nv50_disp_chan_mthd()
|
/linux-4.4.14/include/media/ |
D | v4l2-common.h | 52 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument 54 if (debug >= (level)) \ 75 #define v4l2_dbg(level, debug, dev, fmt, arg...) \ argument 77 if (debug >= (level)) \
|
/linux-4.4.14/drivers/media/radio/si4713/ |
D | si4713.c | 39 static int debug; variable 40 module_param(debug, int, S_IRUGO | S_IWUSR); 41 MODULE_PARM_DESC(debug, "Debug level (0 - 2)"); 111 v4l2_dbg(2, debug, device, "%s:%s\n", message, str); \ 189 v4l2_dbg(2, debug, &sdev->sd, in si4713_handler() 295 v4l2_dbg(1, debug, &sdev->sd, in si4713_read_property() 335 v4l2_dbg(1, debug, &sdev->sd, in si4713_write_property() 400 v4l2_dbg(1, debug, &sdev->sd, "Powerup response: 0x%02x\n", in si4713_powerup() 402 v4l2_dbg(1, debug, &sdev->sd, "Device in power up mode\n"); in si4713_powerup() 446 v4l2_dbg(1, debug, &sdev->sd, "Power down response: 0x%02x\n", in si4713_powerdown() [all …]
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | fpmodule.c | 140 static int debug = ~BIT_IXC; variable 148 if (flags & debug) in float_raise() 189 module_param(debug, int, 0644);
|
/linux-4.4.14/drivers/net/ethernet/adaptec/ |
D | starfire.c | 80 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */ variable 182 module_param(debug, int, 0); 189 MODULE_PARM_DESC(debug, "Debug level (0-6)"); 603 if (debug > 1) in netdev_vlan_rx_add_vid() 618 if (debug > 1) in netdev_vlan_rx_kill_vid() 718 if (debug > 4) in starfire_init_one() 894 if (debug > 1) in netdev_open() 960 if (debug > 1) in netdev_open() 994 if (debug > 1) in netdev_open() 1059 if (debug > 1) in netdev_open() [all …]
|
/linux-4.4.14/drivers/mtd/nand/ |
D | diskonchip.c | 95 static int debug = 0; variable 96 module_param(debug, int, 0); 249 if (debug) in _DoC_WaitReady() 295 if (debug) in DoC_WaitReady() 306 if (debug) in doc2000_write_byte() 322 if (debug) in doc2000_read_byte() 333 if (debug) in doc2000_writebuf() 337 if (debug && i < 16) in doc2000_writebuf() 340 if (debug) in doc2000_writebuf() 351 if (debug) in doc2000_readbuf() [all …]
|
/linux-4.4.14/drivers/acpi/ |
D | pci_slot.c | 36 static bool debug; variable 45 MODULE_PARM_DESC(debug, "Debugging mode enabled or not"); 46 module_param(debug, bool, 0644); 56 if (debug) \
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | winbond-840.c | 69 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */ variable 154 module_param(debug, int, 0); 160 MODULE_PARM_DESC(debug, "winbond-840 debug level (0-6)"); 643 if (debug > 1) in netdev_open() 655 if (debug > 2) in netdev_open() 686 if (debug) in update_link() 695 if (debug) in update_link() 729 if (result != np->csr6 && debug) in update_link() 784 if (debug > 2) in netdev_timer() 1054 if (debug > 4) { in start_tx() [all …]
|
/linux-4.4.14/net/ceph/ |
D | Kconfig | 20 bool "Include file:line in ceph debug output" 24 If you say Y here, debug output will include a filename and 26 execution slightly when debug call sites are enabled (e.g.,
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | Kconfig | 8 bool "HFI1 SDMA Order debug" 12 This is a debug flag to test for out of order 27 SDMA debug
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 40 /* DWARF debug sections. 44 .debug 0 : { *(.debug) }
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_decode.h | 151 debug lea "'l'.w,%a0" 154 debug lea "'w'.w,%a0" 160 debug move.l "%d1,-(%sp)" 161 debug ext.l "%d1" 163 debug move.l "(%sp)+,%d1" 315 debug jra "2f" 326 debug jra "2f" 348 debug ext.l "%d0"
|
/linux-4.4.14/drivers/pcmcia/ |
D | soc_common.c | 297 debug(skt, 2, "initializing socket\n"); in soc_common_pcmcia_sock_init() 318 debug(skt, 2, "suspending socket\n"); in soc_common_pcmcia_suspend() 333 debug(skt, 4, "entering PCMCIA monitoring thread\n"); in soc_common_check_status() 346 debug(skt, 4, "events: %s%s%s%s%s%s\n", in soc_common_check_status() 363 debug(skt, 4, "polling for events\n"); in soc_common_pcmcia_poll_event() 383 debug(skt, 3, "servicing IRQ %d\n", irq); in soc_common_pcmcia_interrupt() 430 debug(skt, 2, "mask: %s%s%s%s%s%s flags: %s%s%s%s%s%s Vcc %d Vpp %d irq %d\n", in soc_common_pcmcia_set_socket() 463 debug(skt, 2, "map %u speed %u start 0x%08llx stop 0x%08llx\n", in soc_common_pcmcia_set_io_map() 466 debug(skt, 2, "flags: %s%s%s%s%s%s%s%s\n", in soc_common_pcmcia_set_io_map() 518 debug(skt, 2, "map %u speed %u card_start %08x\n", in soc_common_pcmcia_set_mem_map() [all …]
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
D | cs89x0.c | 426 cs89_dbg(5, debug, "%s: receiving DMA packet at %lx, status %x, length %x\n", in dma_rx() 538 cs89_dbg(1, debug, "Sending test packet "); in send_test_pkt() 563 cs89_dbg(1, debug, "%s: Attempting TP\n", dev->name); in detect_tp() 641 cs89_dbg(1, debug, "%s: Attempting BNC\n", dev->name); in detect_bnc() 657 cs89_dbg(1, debug, "%s: Attempting AUI\n", dev->name); in detect_aui() 696 cs89_dbg(3, debug, "%s: received %d byte packet of type %x\n", in net_rx() 729 cs89_dbg(4, debug, "%s: event=%04x\n", dev->name, status); in net_interrupt() 786 cs89_dbg(5, debug, in net_interrupt() 790 cs89_dbg(2, debug, in net_interrupt() 797 cs89_dbg(2, debug, in net_interrupt() [all …]
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 26 You should normally say N here, unless you want to debug such a crash. 44 Do not output any debug BUG messages within the kernel.
|
/linux-4.4.14/Documentation/input/ |
D | bcm5974.txt | 46 be switched on with the debug kernel module parameter. The range [1-9] 49 echo -n 9 > /sys/module/bcm5974/parameters/debug 51 tail -f /var/log/debug 53 echo -n 0 > /sys/module/bcm5974/parameters/debug
|
/linux-4.4.14/arch/x86/xen/ |
D | multicalls.c | 42 struct multicall_entry debug[MC_BATCH]; member 90 memcpy(b->debug, b->entries, in xen_mc_flush() 108 b->debug[i].op, in xen_mc_flush() 109 b->debug[i].args[0], in xen_mc_flush()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.h | 68 int debug; /* bitmask of debug message member 126 int debug; /* bitmask of debug message member 152 int debug; /* bitmask of debug message member 182 int debug; /* bitmask of debug message member 313 if (((ptr)->debug) & (type)) \
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 107 This option will enable debug tracing output for the iwlwifi drivers 110 control which debug output is sent to the kernel log by setting the 113 /sys/module/iwlwifi/parameters/debug 119 % echo 0x43fff > /sys/module/iwlwifi/parameters/debug 121 You can find the list of debug mask values in: 122 drivers/net/wireless/iwlwifi/iwl-debug.h 125 as the debug information can assist others in helping you resolve
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-nic.txt | 11 are called debug ports. 21 debug service 32 debug +------------+
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | Kconfig | 37 bool "Compile in debug mode" 41 Compiles the aic94xx driver in debug mode. In debug mode,
|
/linux-4.4.14/drivers/media/tuners/ |
D | max2165.c | 38 if (debug) \ 42 static int debug; variable 43 module_param(debug, int, 0644); 44 MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); 54 if (debug >= 2) in max2165_write_reg() 85 if (debug >= 2) in max2165_read_reg()
|
D | tea5761.c | 18 static int debug; variable 19 module_param(debug, int, 0644); 20 MODULE_PARM_DESC(debug, "enable verbose debug messages"); 170 if (debug) in __set_radio_freq()
|
/linux-4.4.14/drivers/media/usb/b2c2/ |
D | Kconfig | 10 bool "Enable debug for the B2C2 FlexCop drivers" 14 Say Y if you want to enable the module option to control debug messages
|
/linux-4.4.14/include/linux/ |
D | ppp-comp.h | 47 int opt_len, int unit, int opthdr, int debug); 68 int debug);
|
/linux-4.4.14/drivers/media/pci/b2c2/ |
D | Kconfig | 10 bool "Enable debug for the B2C2 FlexCop drivers" 14 Say Y if you want to enable the module option to control debug messages
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig.debug | 3 source "lib/Kconfig.debug" 86 Unless you are intending to debug the kernel, say N here. 123 Unless you are intending to debug the kernel with one of these 138 intended to debug problems early during boot, this should not be 290 hex "vterm number to use with early debug HVSI" 298 hex "vterm number to use with OPAL early debug" 303 debug. 309 hex "Low 32 bits of early debug UART physical address" 317 hex "EPRN of early debug UART physical address" 322 hex "Early debug UART physical address" [all …]
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 38 static int debug; variable 39 module_param(debug, int, 0644); 40 MODULE_PARM_DESC(debug, "Debug level (0-2)"); 337 v4l2_dbg(1, debug, &state->sd, "fmt: %#x, %d x %d\n", in __s5pcsis_set_format() 483 if (state->events[i].counter > 0 || debug) in s5pcsis_log_counters() 510 v4l2_dbg(1, debug, sd, "%s: %d, state: 0x%x\n", in s5pcsis_s_stream() 531 if (debug > 0) in s5pcsis_s_stream() 646 if (debug && (state->flags & ST_POWERED)) in s5pcsis_log_status() 716 if ((status & S5PCSIS_INTSRC_ERRORS) || debug) { in s5pcsis_irq_handler() 722 v4l2_dbg(2, debug, &state->sd, "%s: %d\n", in s5pcsis_irq_handler() [all …]
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_module.c | 223 static int debug = \ variable 280 ieee80211_debug_level = debug; in ieee80211_debug_init() 307 module_param(debug, int, 0444); 308 MODULE_PARM_DESC(debug, "debug output mask");
|
/linux-4.4.14/Documentation/frv/ |
D | kernel-ABI.txt | 23 (*) Internal debug-mode register ABI 66 debug mode instead. 87 transition. There are also user->debug and kernel->debug mode transition 99 GR31 NOMMU Destroyed by debug mode entry 107 in debug mode) 108 SCR3 MMU Save for GR31 during debug exceptions 140 difference is that in debug-mode there's a different stack and a different 148 GR31 Current debug exception frame pointer 153 Note that debug mode is able to interfere with the kernel's emulated atomic 155 with the main kernel in this regard. Hence the debug mode code (gdbstub) is
|
/linux-4.4.14/Documentation/features/io/dma-api-debug/ |
D | arch-support.txt | 2 # Feature name: dma-api-debug 4 # description: arch supports DMA debug facilities
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_ppp.c | 140 if (is->debug & 0x1) in isdn_ppp_free() 356 if (is->debug & 0x1) in isdn_ppp_release() 488 if (is->debug & 0x1) in isdn_ppp_ioctl() 571 if (is->debug & 0x1) in isdn_ppp_ioctl() 585 if ((r = set_arg(argp, &is->debug, sizeof(is->debug)))) in isdn_ppp_ioctl() 591 is->debug = val; in isdn_ppp_ioctl() 698 if (is->debug & 0x2) in isdn_ppp_poll() 880 if (is->debug & 0x40) { in isdn_ppp_write() 1015 if (is->debug & 0x4) { in isdn_ppp_receive() 1080 if (is->debug & 0x10) { in isdn_ppp_push_higher() [all …]
|
/linux-4.4.14/Documentation/acpi/ |
D | method-tracing.txt | 21 level (known as debug layer, configured via 23 debug level, configured via /sys/module/acpi/parameters/debug_level). 28 to only enable the particular debug layer/level (normally more detailed) 34 a. Filter out the debug layer/level matched logs when control methods 40 b. Filter out the debug layer/level matched logs when the specified 47 c. Filter out the debug layer/level matched logs when the specified 55 0xXXXXXXXX/0xYYYYYYYY: Refer to Documentation/acpi/debug.txt for 56 possible debug layer/level masking values. 152 Users can enable/disable this debug tracing feature by executing
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | epic100.c | 35 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */ variable 102 module_param(debug, int, 0); 106 MODULE_PARM_DESC(debug, "EPIC/100 debug level (0-5)"); 423 if (debug > 2) { in epic_init_one() 703 if (debug > 1) in epic_open() 714 if (debug > 1) in epic_open() 737 if (debug > 1) { in epic_open() 858 if (debug > 3) { in epic_timer() 876 if (debug > 0) { in epic_tx_timeout() 879 if (debug > 1) { in epic_tx_timeout() [all …]
|