/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 56 static unsigned int verbose = 5; variable 57 module_param(verbose, int, 0644); 58 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); 84 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); in put_checksum() 85 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum() 87 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum() 99 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover"); in dst_ci_command() 104 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed."); in dst_ci_command() 108 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command() 114 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready"); in dst_ci_command() [all …]
|
D | dst.c | 33 static unsigned int verbose = 1; variable 34 module_param(verbose, int, 0644); 35 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); 94 dprintk(verbose, DST_INFO, 1, "mask=[%04x], enbb=[%04x], outhigh=[%04x]", mask, enbb, outhigh); in dst_gpio_outb() 96 …dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, ma… in dst_gpio_outb() 108 …dprintk(verbose, DST_INFO, 1, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)", er… in dst_gpio_outb() 122 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb error (err == %i)", err); in dst_gpio_inb() 132 dprintk(verbose, DST_INFO, 1, "Resetting state machine"); in rdc_reset_state() 134 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_reset_state() 139 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_reset_state() [all …]
|
D | bt878.c | 56 module_param_named(verbose, bt878_verbose, int, 0444); 57 MODULE_PARM_DESC(verbose,
|
/linux-4.1.27/drivers/media/pci/mantis/ |
D | mantis_core.c | 49 dprintk(verbose, MANTIS_ERROR, 1, in read_eeprom_byte() 66 dprintk(verbose, MANTIS_ERROR, 1, "Mantis EEPROM read error"); in get_mac_address() 70 dprintk(verbose, MANTIS_ERROR, 0, in get_mac_address() 119 dprintk(verbose, MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", in mantis_core_init() 122 dprintk(verbose, MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", in mantis_core_init() 125 dprintk(verbose, MANTIS_ERROR, 0, in mantis_core_init() 132 dprintk(verbose, MANTIS_ERROR, 1, "Mantis I2C init failed"); in mantis_core_init() 137 dprintk(verbose, MANTIS_ERROR, 1, "get MAC address failed"); in mantis_core_init() 142 dprintk(verbose, MANTIS_ERROR, 1, "Mantis DMA init failed"); in mantis_core_init() 147 dprintk(verbose, MANTIS_DEBUG, 1, "Mantis DVB init failed"); in mantis_core_init() [all …]
|
D | mantis_common.h | 40 if ((mantis->verbose > MANTIS_ERROR) && (mantis->verbose > y)) \ 42 else if ((mantis->verbose > MANTIS_NOTICE) && (mantis->verbose > y)) \ 44 else if ((mantis->verbose > MANTIS_INFO) && (mantis->verbose > y)) \ 46 else if ((mantis->verbose > MANTIS_DEBUG) && (mantis->verbose > y)) \ 48 else if ((mantis->verbose > MANTIS_TMG) && (mantis->verbose > y)) \ 51 if (mantis->verbose > y) \ 105 unsigned int verbose; member
|
D | hopper_cards.c | 45 static unsigned int verbose; variable 46 module_param(verbose, int, 0644); 47 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)"); 169 mantis->verbose = verbose; in hopper_pci_probe()
|
D | mantis_cards.c | 53 static unsigned int verbose; variable 54 module_param(verbose, int, 0644); 55 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)"); 177 mantis->verbose = verbose; in mantis_pci_probe()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | mb86a16.c | 31 static unsigned int verbose = 5; variable 32 module_param(verbose, int, 0644); 73 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()") 74 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->") 88 dprintk(verbose, MB86A16_DEBUG, 1, in mb86a16_write() 118 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=%i)", in mb86a16_read() 144 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in CNTM_set() 171 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in smrt_set() 182 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in srst() 198 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcex_data_set() [all …]
|
D | stv6110x_priv.h | 34 if ((verbose > FE_ERROR) && (verbose > __y)) \ 36 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 38 else if ((verbose > FE_INFO) && (verbose > __y)) \ 40 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 43 if (verbose > __y) \
|
D | isl6423.c | 32 static unsigned int verbose; variable 33 module_param(verbose, int, 0644); 34 MODULE_PARM_DESC(verbose, "Set Verbosity level"); 44 if ((verbose > FE_ERROR) && (verbose > __y)) \ 46 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 48 else if ((verbose > FE_INFO) && (verbose > __y)) \ 50 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 53 if (verbose > __y) \ 65 unsigned int verbose; member 295 isl6423->verbose = verbose; in isl6423_attach()
|
D | stb0899_drv.c | 39 static unsigned int verbose = 0;//1; variable 40 module_param(verbose, int, 0644); 249 dprintk(state->verbose, FE_ERROR, 1, in _stb0899_read_reg() 255 if (unlikely(*state->verbose >= FE_DEBUGREG)) in _stb0899_read_reg() 256 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%02x], data=%02x", in _stb0899_read_reg() 369 if (unlikely(*state->verbose >= FE_DEBUGREG)) in _stb0899_read_s2reg() 426 if (unlikely(*state->verbose >= FE_DEBUGREG)) in stb0899_write_s2reg() 488 if (unlikely(*state->verbose >= FE_DEBUGREG)) { in stb0899_read_regs() 525 if (unlikely(*state->verbose >= FE_DEBUGREG)) { in stb0899_write_regs() 545 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", in stb0899_write_regs() [all …]
|
D | stb6100.c | 31 static unsigned int verbose; variable 32 module_param(verbose, int, 0644); 145 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]", in stb6100_read_regs() 150 if (unlikely(verbose > FE_DEBUG)) { in stb6100_read_regs() 153 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_regs() 155 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[i], regs[i]); in stb6100_read_regs() 174 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg); in stb6100_read_reg() 177 if (unlikely(verbose > FE_DEBUG)) { in stb6100_read_reg() 178 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_reg() 179 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[reg], regs[0]); in stb6100_read_reg() [all …]
|
D | stv090x_priv.h | 35 if ((verbose > FE_ERROR) && (verbose > __y)) \ 37 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 39 else if ((verbose > FE_INFO) && (verbose > __y)) \ 41 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 44 if (verbose > __y) \ 255 u32 *verbose; /* Cached module verbosity */ member
|
D | stb0899_algo.c | 83 dprintk(state->verbose, FE_DEBUG, 1, "-->"); in stb0899_set_srate() 191 dprintk(state->verbose, FE_DEBUG, 1, "-->ANALOG Carrier !"); in stb0899_check_tmg() 194 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK !"); in stb0899_check_tmg() 198 dprintk(state->verbose, FE_DEBUG, 1, "-->NO TIMING !"); in stb0899_check_tmg() 240 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK ! Derot Freq = %d", internal->derot_freq); in stb0899_search_tmg() 262 dprintk(state->verbose, FE_DEBUG, 1, "--------------------> STB0899_DSTATUS=[0x%02x]", reg); in stb0899_check_carrier() 265 dprintk(state->verbose, FE_DEBUG, 1, "-------------> CARRIEROK !"); in stb0899_check_carrier() 268 dprintk(state->verbose, FE_DEBUG, 1, "-------------> NOCARRIER !"); in stb0899_check_carrier() 296 dprintk(state->verbose, FE_DEBUG, 1, "Derot Freq=%d, mclk=%d", derot_freq, internal->mclk); in stb0899_search_carrier() 322 dprintk(state->verbose, FE_DEBUG, 1, "----> CARRIER OK !, Derot Freq=%d", internal->derot_freq); in stb0899_search_carrier() [all …]
|
D | ves1820.c | 47 static int verbose; variable 322 if (verbose) { in ves1820_get_frontend() 393 if (verbose) in ves1820_attach() 440 module_param(verbose, int, 0644); 441 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
|
D | tda10021.c | 53 static int verbose; variable 398 if (verbose) { in tda10021_get_frontend() 521 module_param(verbose, int, 0644); 522 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
|
D | stv6110x.c | 38 static unsigned int verbose; variable 39 module_param(verbose, int, 0644); 40 MODULE_PARM_DESC(verbose, "Set Verbosity level");
|
D | tda10023.c | 62 static int verbose; variable 470 if (verbose) { in tda10023_get_frontend()
|
D | stb0899_priv.h | 214 u32 *verbose; /* Cached module verbosity level */ member
|
/linux-4.1.27/kernel/bpf/ |
D | verifier.c | 216 static void verbose(const char *fmt, ...) in verbose() function 250 verbose(" R%d=%s", i, reg_type_str[t]); in print_verifier_state() 252 verbose("%d", env->cur_state.regs[i].imm); in print_verifier_state() 255 verbose("(ks=%d,vs=%d)", in print_verifier_state() 261 verbose(" fp%d=%s", -MAX_BPF_STACK + i, in print_verifier_state() 264 verbose("\n"); in print_verifier_state() 321 verbose("(%02x) %sr%d %s %sr%d\n", in print_bpf_insn() 328 verbose("(%02x) %sr%d %s %s%d\n", in print_bpf_insn() 336 verbose("(%02x) *(%s *)(r%d %+d) = r%d\n", in print_bpf_insn() 342 verbose("(%02x) lock *(%s *)(r%d %+d) += r%d\n", in print_bpf_insn() [all …]
|
/linux-4.1.27/drivers/block/paride/ |
D | bpck6.c | 37 static bool verbose; /* set this to 1 to see debugging messages and whatnot */ variable 93 if(verbose) in bpck6_connect() 117 if(verbose) in bpck6_disconnect() 127 if(verbose) in bpck6_test_port() 161 if(verbose) in bpck6_probe_unit() 174 if(verbose) in bpck6_probe_unit() 182 if(verbose) in bpck6_probe_unit() 190 if(verbose) in bpck6_probe_unit() 198 static void bpck6_log_adapter( PIA *pi, char * scratch, int verbose ) in bpck6_log_adapter() argument 252 if(verbose) in bpck6_init() [all …]
|
D | paride.c | 169 static int default_test_proto(PIA * pi, char *scratch, int verbose) in default_test_proto() argument 187 if (verbose) in default_test_proto() 195 static int pi_test_proto(PIA * pi, char *scratch, int verbose) in pi_test_proto() argument 201 res = pi->proto->test_proto(pi, scratch, verbose); in pi_test_proto() 203 res = default_test_proto(pi, scratch, verbose); in pi_test_proto() 247 static int pi_register_parport(PIA * pi, int verbose) in pi_register_parport() argument 264 if (verbose) in pi_register_parport() 272 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose) in pi_probe_mode() argument 285 return (!pi_test_proto(pi, scratch, verbose)); in pi_probe_mode() 295 if (!pi_test_proto(pi, scratch, verbose)) in pi_probe_mode() [all …]
|
D | pg.c | 140 static int verbose; variable 171 module_param(verbose, int, 0644); 308 if (verbose > 1) in pg_wait() 344 if (verbose > 1) { in pg_command() 373 if (verbose > 1) in pg_completion() 408 if (verbose) { in pg_reset() 487 PI_PG, verbose, dev->name)) { in pg_detect() 502 pg_scratch, PI_PG, verbose, dev->name)) { in pg_detect() 540 pg_identify(dev, (verbose > 1)); in pg_open()
|
D | frpw.c | 224 static int frpw_test_proto( PIA *pi, char * scratch, int verbose ) in frpw_test_proto() argument 233 if (verbose) in frpw_test_proto() 240 if (verbose) in frpw_test_proto() 263 if (verbose) { in frpw_test_proto() 272 static void frpw_log_adapter( PIA *pi, char * scratch, int verbose ) in frpw_log_adapter() argument
|
D | kbic.c | 230 int verbose, char * chip ) in kbic_log_adapter() argument 242 static void k951_log_adapter( PIA *pi, char * scratch, int verbose ) in k951_log_adapter() argument 244 { kbic_log_adapter(pi,scratch,verbose,"KBIC-951A"); in k951_log_adapter() 247 static void k971_log_adapter( PIA *pi, char * scratch, int verbose ) in k971_log_adapter() argument 249 { kbic_log_adapter(pi,scratch,verbose,"KBIC-971A"); in k971_log_adapter()
|
D | pcd.c | 114 static int verbose = 0; variable 147 module_param(verbose, int, 0644); 426 if (verbose > 1) in pcd_completion() 432 if (verbose > 1) in pcd_completion() 436 if (verbose < 2) in pcd_completion() 505 #define DBMSG(msg) ((verbose>1)?(msg):NULL) 557 if (verbose) { in pcd_reset() 619 if (verbose) in pcd_identify() 697 PI_PCD, verbose, cd->name)) { in pcd_detect() 711 pcd_buffer, PI_PCD, verbose, cd->name)) in pcd_detect()
|
D | friq.c | 183 static int friq_test_proto( PIA *pi, char * scratch, int verbose ) in friq_test_proto() argument 210 if (verbose) { in friq_test_proto() 219 static void friq_log_adapter( PIA *pi, char * scratch, int verbose ) in friq_log_adapter() argument
|
D | pf.c | 129 static bool verbose = 0; variable 163 module_param(verbose, bool, 0644); 554 if (verbose) { in pf_reset() 617 if (verbose) in pf_get_capacity() 639 if (verbose) in pf_identify() 709 verbose, pf->name)) { in pf_detect() 724 pf_scratch, PI_PF, verbose, pf->name)) { in pf_detect()
|
D | epia.c | 237 static int epia_test_proto( PIA *pi, char * scratch, int verbose ) in epia_test_proto() argument 265 if (verbose) { in epia_test_proto() 275 static void epia_log_adapter( PIA *pi, char * scratch, int verbose ) in epia_log_adapter() argument
|
D | pt.c | 120 static bool verbose = 0; variable 155 module_param(verbose, bool, 0); 448 #define DBMSG(msg) ((verbose>1)?(msg):NULL) 470 if (verbose) { in pt_reset() 545 if (verbose) in pt_identify() 624 verbose, tape->name)) { in pt_detect() 635 PI_PT, verbose, tape->name)) { in pt_detect()
|
D | epat.c | 251 static int epat_test_proto( PIA *pi, char * scratch, int verbose ) in epat_test_proto() argument 282 if (verbose) { in epat_test_proto() 290 static void epat_log_adapter( PIA *pi, char * scratch, int verbose ) in epat_log_adapter() argument
|
D | bpck.c | 278 static int bpck_test_proto( PIA *pi, char * scratch, int verbose ) in bpck_test_proto() argument 336 if (verbose) { in bpck_test_proto() 419 static void bpck_log_adapter( PIA *pi, char * scratch, int verbose ) in bpck_log_adapter() argument 431 if (verbose) { in bpck_log_adapter()
|
D | pd.c | 129 static bool verbose = 0; variable 164 module_param(verbose, bool, 0); 296 #define DBMSG(msg) ((verbose>1)?(msg):NULL) 878 PI_PD, verbose, disk->name)) { in pd_detect() 891 pd_scratch, PI_PD, verbose, disk->name)) { in pd_detect()
|
D | fit2.c | 116 static void fit2_log_adapter( PIA *pi, char * scratch, int verbose ) in fit2_log_adapter() argument
|
D | ktti.c | 93 static void ktti_log_adapter( PIA *pi, char * scratch, int verbose ) in ktti_log_adapter() argument
|
D | paride.h | 70 int verbose, /* log verbose data while probing */
|
D | aten.c | 123 static void aten_log_adapter( PIA *pi, char * scratch, int verbose ) in aten_log_adapter() argument
|
D | on20.c | 114 static void on20_log_adapter( PIA *pi, char * scratch, int verbose ) in on20_log_adapter() argument
|
D | comm.c | 179 static void comm_log_adapter( PIA *pi, char * scratch, int verbose ) in comm_log_adapter() argument
|
D | fit3.c | 172 static void fit3_log_adapter( PIA *pi, char * scratch, int verbose ) in fit3_log_adapter() argument
|
D | dstr.c | 193 static void dstr_log_adapter( PIA *pi, char * scratch, int verbose ) in dstr_log_adapter() argument
|
D | on26.c | 278 static void on26_log_adapter( PIA *pi, char * scratch, int verbose ) in on26_log_adapter() argument
|
/linux-4.1.27/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 34 unsigned int verbose; /* set with -v */ variable 93 verbose++; in cmdline() 148 if (verbose) in validate_cpuid() 161 if (verbose > 1) in validate_cpuid() 167 if (verbose) in validate_cpuid() 177 if (verbose) in validate_cpuid() 180 if (verbose) in validate_cpuid() 257 if (verbose) in update_msr() 303 if (verbose > 1) in main() 306 if (verbose > 1 && !read_only) in main()
|
/linux-4.1.27/tools/perf/util/ |
D | debug.h | 12 extern int verbose; 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 30 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
D | debug.c | 19 int verbose; variable 89 _eprintf(1, verbose, fmt, args); in pr_stat() 91 eprintf(1, verbose, "\n"); in pr_stat() 148 { .name = "verbose", .ptr = &verbose },
|
D | map.c | 584 if (verbose > 2) { in __map_groups__fprintf_maps() 610 if (verbose > 1) { in __map_groups__fprintf_removed_maps() 648 if (verbose >= 2) { in map_groups__fixup_overlappings() 669 if (verbose >= 2) in map_groups__fixup_overlappings() 683 if (verbose >= 2) in map_groups__fixup_overlappings()
|
D | pmu.c | 577 if (verbose) in pmu_resolve_param_term() 613 if (verbose) in pmu_config_term() 640 if (verbose) in pmu_config_term()
|
D | evsel.h | 336 bool verbose; member
|
D | hist.c | 69 if (verbose) in hists__calc_col_len() 93 if (verbose) in hists__calc_col_len() 107 if (verbose) in hists__calc_col_len()
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | benchmark.c | 53 if (config->verbose) in calculate_timespace() 75 if (config->verbose) in calculate_timespace() 124 if (config->verbose) in start_benchmark() 132 if (config->verbose) in start_benchmark() 144 if (config->verbose) in start_benchmark() 170 if (config->verbose) in start_benchmark() 187 if (config->verbose) in start_benchmark()
|
D | system.c | 152 if (config->verbose || config->output != stdout) in prepare_user() 166 if (config->verbose) in prepare_system() 173 if (config->verbose) in prepare_system() 179 if (config->verbose) in prepare_system() 185 if (config->verbose) in prepare_system()
|
D | main.c | 155 config->verbose = 1; in main() 170 if (config->verbose) { in main()
|
D | example.cfg | 10 verbose = 0
|
D | parse.c | 137 config->verbose = 0; in prepare_default_config() 205 sscanf(val, "%u", &config->verbose); in prepare_config()
|
D | parse.h | 41 unsigned int verbose; /* verbose output */ member
|
D | README-BENCH | 120 -v, --verbose verbose output on/off
|
/linux-4.1.27/drivers/watchdog/ |
D | cpu5wdt.c | 40 static int verbose; variable 74 if (verbose > 2) in cpu5wdt_trigger() 99 if (verbose) in cpu5wdt_reset() 132 if (verbose) in cpu5wdt_stop() 222 if (verbose) in cpu5wdt_init() 223 pr_debug("port=0x%x, verbose=%i\n", port, verbose); in cpu5wdt_init() 295 module_param(verbose, int, 0); 296 MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)");
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf.txt | 18 --debug verbose # sets verbose = 1 19 --debug verbose=2 # sets verbose = 2 22 verbose - general debug messages
|
D | perf-sched.txt | 46 --verbose:: 47 Be more verbose. (show symbol address, etc) 51 Display verbose dump of the sched data.
|
D | perf-test.txt | 31 --verbose:: 32 Be more verbose.
|
D | perf-data.txt | 34 --verbose:: 35 Be more verbose (show counter open errors, etc).
|
D | perf-buildid-list.txt | 37 --verbose:: 38 Be more verbose.
|
D | perf-kmem.txt | 29 --verbose:: 30 Be more verbose. (show symbol address, etc)
|
D | perf-lock.txt | 38 --verbose:: 39 Be more verbose (show symbol address, etc).
|
D | perf-inject.txt | 30 --verbose:: 31 Be more verbose.
|
D | perf-buildid-cache.txt | 58 --verbose:: 59 Be more verbose.
|
D | perf-annotate.txt | 39 --verbose:: 40 Be more verbose. (Show symbol address, etc)
|
D | perf-evlist.txt | 28 --verbose=::
|
D | perf-trace.txt | 62 --verbose=:: 143 When --verbose specified, perf trace tries to print all available information
|
D | perf-stat.txt | 90 --verbose:: 91 be more verbose (show counter open errors, etc)
|
D | perf-kvm.txt | 97 --verbose:: 98 Be more verbose (show counter open errors, etc).
|
D | perf-top.txt | 109 --verbose:: 110 Be more verbose (show counter open errors, etc).
|
D | perf-diff.txt | 72 --verbose:: 73 Be verbose, for instance, show the raw counts in addition to the
|
D | perf-probe.txt | 48 --verbose:: 49 Be more verbose (show parsed arguments, etc).
|
D | perf-record.txt | 143 --verbose:: 144 Be more verbose (show counter open errors, etc).
|
D | perf-report.txt | 25 --verbose:: 26 Be more verbose. (show symbol address, etc)
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | decompress.c | 20 # define Tracev(x) {if (verbose) fprintf x ;} 21 # define Tracevv(x) {if (verbose>1) fprintf x ;} 22 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} 23 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
|
/linux-4.1.27/drivers/platform/x86/ |
D | acerhdf.c | 88 static unsigned int verbose; variable 105 module_param(verbose, uint, 0600); 106 MODULE_PARM_DESC(verbose, "Enable verbose dmesg output"); 300 if (verbose) in acerhdf_change_fanstate() 316 if (verbose) in acerhdf_change_fanstate() 336 if (verbose) in acerhdf_check_param() 360 if (verbose) in acerhdf_get_ec_temp() 415 if (verbose) in acerhdf_get_mode() 572 if (verbose) in acerhdf_suspend() 647 if (verbose) in acerhdf_check_hardware()
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 84 if (_me->verbose) \ 95 bool verbose; member 112 unsigned char req_protocol_version, bool verbose) in mei_init() argument 118 me->verbose = verbose; in mei_init() 295 unsigned long send_timeout, bool verbose) in amt_host_if_init() argument 298 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose); in amt_host_if_init() 445 bool verbose; in main() local 447 verbose = (argc > 1 && strcmp(argv[1], "-v") == 0); in main() 449 if (!amt_host_if_init(&acmd, 5000, verbose)) { in main()
|
/linux-4.1.27/tools/power/cpupower/utils/ |
D | cpuidle-info.c | 23 static void cpuidle_cpu_output(unsigned int cpu, int verbose) in cpuidle_cpu_output() argument 47 if (!verbose) in cpuidle_cpu_output() 143 int ret = 0, cont = 1, output_param = 0, verbose = 1; in cmd_idle_info() local 156 verbose = 0; in cmd_idle_info() 203 cpuidle_cpu_output(cpu, verbose); in cmd_idle_info()
|
/linux-4.1.27/kernel/ |
D | torture.c | 53 static bool verbose; variable 110 if (verbose) in torture_onoff() 118 if (verbose) in torture_onoff() 123 if (verbose) in torture_onoff() 140 if (verbose) in torture_onoff() 148 if (verbose) in torture_onoff() 153 if (verbose) in torture_onoff() 434 if (verbose) in torture_shutdown() 610 verbose = v; in torture_init_begin()
|
/linux-4.1.27/scripts/dtc/ |
D | fdtput.c | 41 int verbose; /* verbose output */ member 83 if (disp->verbose) in encode_value() 110 if (disp->verbose) in encode_value() 119 if (disp->verbose) { in encode_value() 129 if (disp->verbose) in encode_value() 339 disp.verbose = 1; in main()
|
/linux-4.1.27/arch/alpha/boot/tools/ |
D | objstrip.c | 55 int fd, ofd, i, j, verbose = 0, primary = 0; in main() local 71 verbose = ~verbose; in main() 189 if (verbose) { in main() 220 if (verbose) { in main() 232 if (verbose) { in main()
|
/linux-4.1.27/tools/perf/ |
D | builtin-evlist.c | 43 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() 47 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 63 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist()
|
D | builtin-annotate.c | 221 if (verbose > 3) in __cmd_annotate() 224 if (verbose > 2) in __cmd_annotate() 297 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
|
D | builtin-probe.c | 327 OPT_INCR('v', "verbose", &verbose, in __cmd_probe() 421 if (verbose != 0) { in __cmd_probe() 425 verbose = -1; in __cmd_probe()
|
D | builtin-buildid-list.c | 96 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
|
D | builtin-data.c | 58 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
|
D | builtin-report.c | 495 if (verbose > 3) in __cmd_report() 498 if (verbose > 2) in __cmd_report() 619 OPT_INCR('v', "verbose", &verbose, in cmd_report() 839 if (verbose) { in cmd_report()
|
D | builtin-sched.c | 366 if (verbose) in register_pid() 700 if (verbose) { in replay_wakeup_event() 728 if (verbose) in replay_switch_event() 776 if (verbose) { in replay_fork_event() 1709 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1720 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1730 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
|
D | builtin-stat.c | 492 if (verbose) { in read_counter_aggr() 664 if (verbose) in __run_perf_stat() 1734 OPT_INCR('v', "verbose", &verbose, in cmd_stat() 1916 if (run_count != 1 && verbose) in cmd_stat()
|
D | builtin-buildid-cache.c | 335 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
|
D | builtin-record.c | 151 if (verbose) in record__open() 889 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-inject.c | 442 OPT_INCR('v', "verbose", &verbose, in cmd_inject()
|
/linux-4.1.27/arch/alpha/boot/ |
D | misc.c | 66 # define Tracev(x) {if (verbose) fprintf x ;} 67 # define Tracevv(x) {if (verbose>1) fprintf x ;} 68 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} 69 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
|
/linux-4.1.27/drivers/macintosh/ams/ |
D | ams-core.c | 34 static bool verbose; variable 35 module_param(verbose, bool, 0644); 36 MODULE_PARM_DESC(verbose, "Show free falls and shocks in kernel output"); 111 if (verbose) in ams_worker() 118 if (verbose) in ams_worker()
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_filter.c | 129 if (verbose > 1) in test__hists_filter() 143 if (verbose > 2) { in test__hists_filter() 167 if (verbose > 2) { in test__hists_filter() 196 if (verbose > 2) { in test__hists_filter() 231 if (verbose > 2) { in test__hists_filter() 258 if (verbose > 2) { in test__hists_filter()
|
D | python-use.c | 9 extern int verbose; 17 PYTHONPATH, PYTHON, verbose ? "" : "2> /dev/null") < 0) in test__python_use()
|
D | attr.c | 32 extern int verbose; 144 int vcnt = min(verbose, (int) sizeof(v) - 1); in run_dir() 147 if (verbose) in run_dir()
|
D | attr.py | 269 def setup_log(verbose): argument 273 if verbose == 1: 275 if verbose == 2: 277 if verbose >= 3: 312 setup_log(options.verbose)
|
D | hists_output.c | 157 if (verbose > 2) { in test1() 257 if (verbose > 2) { in test2() 311 if (verbose > 2) { in test3() 389 if (verbose > 2) { in test4() 492 if (verbose > 2) { in test5() 604 if (verbose > 1) in test__hists_output()
|
D | perf-record.c | 170 if (verbose) in test__PERF_RECORD() 176 if (verbose) { in test__PERF_RECORD()
|
D | hists_link.c | 303 if (verbose > 1) in test__hists_link() 315 if (verbose > 2) in test__hists_link()
|
D | dwarf-unwind.c | 163 if (verbose > 1) in test__dwarf_unwind()
|
D | hists_cumulate.c | 192 if (verbose > 2) { in do_test() 709 if (verbose > 1) in test__hists_cumulate()
|
D | mmap-thread-lookup.c | 168 dump_trace = verbose > 1 ? 1 : 0; in mmap_events()
|
D | fdarray.c | 21 if (!verbose) in fdarray__fprintf_prefix()
|
D | builtin-test.c | 305 OPT_INCR('v', "verbose", &verbose, in cmd_test()
|
D | vmlinux-kallsyms.c | 182 if (!verbose) in test__vmlinux_matches_kallsyms()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym53c8xx.h | 126 u_char verbose; member 139 #define boot_verbose sym_driver_setup.verbose 154 .verbose = 0, \
|
D | sym_glue.c | 68 module_param_named(verb, sym_driver_setup.verbose, byte, 0); 115 sym_driver_setup.verbose = 2; in sym2_setup_params() 921 np->verbose = uc->data; in sym_exec_user_command() 1296 np->verbose = sym_driver_setup.verbose; in sym_attach()
|
D | sym_hipd.h | 88 #define sym_verbose (np->verbose) 972 u_char verbose; /* Verbosity for this controller*/ member
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | misc.c | 70 # define Tracev(x) {if (verbose) fprintf x ; } 71 # define Tracevv(x) {if (verbose > 1) fprintf x ; } 72 # define Tracec(c, x) {if (verbose && (c)) fprintf x ; } 73 # define Tracecv(c, x) {if (verbose > 1 && (c)) fprintf x ; }
|
/linux-4.1.27/lib/ |
D | glob.c | 132 static bool verbose = false; variable 133 module_param(verbose, bool, 0); 155 else if (verbose) in test()
|
D | fault-inject.c | 43 if (attr->verbose > 0 && __ratelimit(&attr->ratelimit_state)) { in fail_dump() 50 if (attr->verbose > 1) in fail_dump() 209 if (!debugfs_create_ul("verbose", mode, dir, &attr->verbose)) in fault_create_debugfs_attr()
|
D | dynamic_debug.c | 65 static int verbose; variable 66 module_param(verbose, int, 0644); 108 if (verbose) \ 201 if (!nfound && verbose) in ddebug_change() 253 if (verbose) { in ddebug_tokenize()
|
D | swiotlb.c | 162 int __init swiotlb_init_with_tbl(char *tlb, unsigned long nslabs, int verbose) in swiotlb_init_with_tbl() argument 201 if (verbose) in swiotlb_init_with_tbl() 212 swiotlb_init(int verbose) in swiotlb_init() argument 227 if (vstart && !swiotlb_init_with_tbl(vstart, io_tlb_nslabs, verbose)) in swiotlb_init()
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 185 very verbose OCB debugging messages. It should not 196 very verbose IBSS debugging messages. It should not 207 verbose power save mode debugging messages (when mac80211 220 verbose mesh peer link debugging messages (when mac80211 233 verbose mesh path selection debugging messages (when mac80211 246 verbose mesh routing (HWMP) debugging messages (when mac80211 258 Selecting this option causes mac80211 to print out very verbose mesh 269 Selecting this option causes mac80211 to print out very verbose mesh 280 Selecting this option causes mac80211 to print out very verbose mesh 291 verbose TDLS selection debugging messages (when mac80211 [all …]
|
/linux-4.1.27/tools/testing/fault-injection/ |
D | failcmd.sh | 41 --interval=value, --space=value, --verbose=value, --task-filter=value, 86 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter: 149 -v|--verbose) 150 echo $2 > $FAULTATTR/verbose
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | map.c | 77 verbose ? "" : "restart with -v to use") < 0) in map_browser__run() 85 if (verbose) in map_browser__run() 121 if (verbose) { in map__browse()
|
/linux-4.1.27/arch/x86/tools/ |
D | insn_sanity.c | 48 static int verbose; /* Verbosity */ variable 191 verbose++; in parse_args() 265 } else if (verbose && !insn_complete(&insn)) in main() 267 else if (verbose >= 2) in main()
|
D | test_get_len.c | 40 static int verbose; variable 101 verbose = 1; in parse_args() 162 if (verbose) in main()
|
/linux-4.1.27/include/linux/ |
D | fault-inject.h | 20 unsigned long verbose; member 39 .verbose = 2, \
|
D | torture.h | 48 do { if (verbose) pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); } while (0) 50 do { if (verbose) pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s); } while (0)
|
D | swiotlb.h | 25 extern void swiotlb_init(int verbose); 26 int swiotlb_init_with_tbl(char *tlb, unsigned long nslabs, int verbose);
|
/linux-4.1.27/arch/mips/kernel/ |
D | genex.S | 404 .macro __BUILD_HANDLER exception handler clear verbose ext 412 __BUILD_\verbose \exception 419 .macro BUILD_HANDLER exception handler clear verbose 420 __BUILD_HANDLER \exception \handler \clear \verbose _int 444 BUILD_HANDLER watch watch sti verbose /* #23 */ 446 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */ 449 BUILD_HANDLER reserved reserved sti verbose /* others */
|
/linux-4.1.27/arch/tile/kernel/ |
D | stack.c | 95 if (kbt->verbose) { /* else we aren't going to use it */ in valid_fault_handler() 105 if (kbt->verbose) in valid_fault_handler() 109 if (kbt->verbose) in valid_fault_handler() 112 if (kbt->verbose) in valid_fault_handler() 145 if (kbt->verbose) { in valid_sigframe() 233 kbt->verbose = 0; /* override in caller if desired */ in KBacktraceIterator_init() 395 kbt->verbose = 1; in tile_show_stack()
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fbtft_device.c | 116 static unsigned verbose = 3; variable 117 module_param(verbose, uint, 0); 118 MODULE_PARM_DESC(verbose, 1238 if (verbose) in fbtft_device_spi_delete() 1335 if (verbose > 2) in fbtft_device_init() 1338 if (verbose > 2) in fbtft_device_init() 1447 if (verbose && pdata && pdata->gpios) { in fbtft_device_init() 1451 while (verbose && gpio->name[0]) { in fbtft_device_init() 1461 if (spi_device && (verbose > 1)) in fbtft_device_init() 1463 if (p_device && (verbose > 1)) in fbtft_device_init()
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | misc.c | 83 if (verbose) \ 87 if (verbose > 1) \ 91 if (verbose && (c)) \ 95 if (verbose > 1 && (c)) \
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | misc.c | 108 # define Tracev(x) { if (verbose) fprintf x ; } 109 # define Tracevv(x) { if (verbose > 1) fprintf x ; } 110 # define Tracec(c, x) { if (verbose && (c)) fprintf x ; } 111 # define Tracecv(c, x) { if (verbose > 1 && (c)) fprintf x ; }
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 95 static bool verbose; variable 96 #define verbose(args...) \ macro 97 do { if (verbose) printf(args); } while(0) 462 verbose("Section %i: size %i addr %p\n", in map_elf() 577 verbose("mapped initrd %s size=%lu @ %p\n", name, len, (void*)mem-len); in load_initrd() 616 verbose("Guest: %p - %p (%#lx, MMIO %#lx)\n", in tell_kernel() 1152 verbose("Resetting device %s\n", dev->name); in reset_device() 1334 verbose("PCI%s: %#x/%x: bus %u dev %u func %u reg %u\n", in pci_addr_iowrite() 1435 verbose("Window writing %#x/%#x to bar %u, offset %u len %u\n", in pci_data_iowrite() 1496 verbose("Window read %#x/%#x from bar %u, offset %u len %u\n", in pci_data_ioread() [all …]
|
/linux-4.1.27/Documentation/spi/ |
D | spidev_test.c | 38 static int verbose; variable 135 if (verbose) in transfer() 225 verbose = 1; in parse_opts()
|
D | spidev_fdx.c | 15 static int verbose; variable 126 verbose++; in main()
|
/linux-4.1.27/Documentation/hwmon/ |
D | abituguru | 60 * verbose: int How verbose should the driver be? (0-3): 62 1 + verbose error reporting 68 driver with verbose set to 3 and mail me <j.w.r.degoede@hhs.nl> the output of:
|
D | abituguru3 | 38 * verbose: bool Should the driver be verbose? 40 1/on/true + verbose error reporting (default)
|
/linux-4.1.27/drivers/firmware/efi/ |
D | efi.c | 407 int verbose; member 438 if (info->verbose) in fdt_find_uefi_params() 445 int __init efi_get_fdt_params(struct efi_fdt_params *params, int verbose) in efi_get_fdt_params() argument 452 info.verbose = verbose; in efi_get_fdt_params()
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
D | test-core.h | 102 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro 104 #define verbose(fmt, ...) macro 108 verbose("\n"); \ 109 verbose(title"\n"); \ 110 verbose("---------------------------------------------------------\n");
|
D | test-core.c | 1416 verbose("%s\n", current_title); in kprobes_test_case_start() 1418 verbose("%s\t@ %0*x\n", current_title, in kprobes_test_case_start()
|
/linux-4.1.27/drivers/macintosh/ |
D | therm_adt746x.c | 54 static bool verbose; variable 69 module_param(verbose, bool, 0); 70 MODULE_PARM_DESC(verbose,"Verbose log operations " 161 if (verbose) { in write_fan_speed() 254 if (verbose) in update_fans_speed() 266 if (verbose) in update_fans_speed()
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | Kconfig | 33 bool "USB Philips Cameras verbose debug" 36 Say Y here in order to have the pwc driver generate verbose debugging
|
/linux-4.1.27/drivers/misc/ |
D | kgdbts.c | 109 if (verbose) \ 113 if (verbose > 1) \ 129 static int verbose; variable 1066 verbose = 0; in kgdbts_option_setup() 1068 verbose = 1; in kgdbts_option_setup() 1070 verbose = 2; in kgdbts_option_setup()
|
/linux-4.1.27/drivers/isdn/capi/ |
D | Kconfig | 5 If you say Y here, the kernelcapi driver can make verbose traces 42 If you say Y here, the capidrv interface will give verbose reasons
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | io.c | 733 struct ubi_ec_hdr *ec_hdr, int verbose) in ubi_io_read_ec_hdr() argument 769 if (verbose) in ubi_io_read_ec_hdr() 784 if (verbose) { in ubi_io_read_ec_hdr() 798 if (verbose) { in ubi_io_read_ec_hdr() 1011 struct ubi_vid_hdr *vid_hdr, int verbose) in ubi_io_read_vid_hdr() argument 1032 if (verbose) in ubi_io_read_vid_hdr() 1043 if (verbose) { in ubi_io_read_vid_hdr() 1057 if (verbose) { in ubi_io_read_vid_hdr()
|
D | ubi.h | 874 struct ubi_ec_hdr *ec_hdr, int verbose); 878 struct ubi_vid_hdr *vid_hdr, int verbose);
|
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 42 locktorture.verbose=1
|
/linux-4.1.27/scripts/ |
D | kernel-doc | 248 my $verbose = 0; 271 $verbose = "$ENV{'KBUILD_VERBOSE'}"; 368 $verbose = 1; 2153 if ($verbose && !$noret) { 2403 if (($declaration_purpose eq "") && $verbose) { 2421 if ($verbose) { 2436 if (!$in_doc_sect && $verbose) { 2612 if ($verbose && $errors) { 2615 if ($verbose && $warnings) {
|
D | sign-file | 17 my $verbose = $opts{'v'}; 396 if ($verbose) {
|
D | asn1_compiler.c | 314 static _Bool verbose; variable 316 #define debug(fmt, ...) do { if (verbose) printf(fmt, ## __VA_ARGS__); } while (0) 559 verbose = atoi(kbuild_verbose); in main()
|
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 56 rcutorture.verbose=1
|
/linux-4.1.27/arch/frv/kernel/ |
D | local.h | 31 extern void determine_clocks(int verbose);
|
D | setup.c | 523 void __pminit determine_clocks(int verbose) in determine_clocks() argument 535 if (verbose) in determine_clocks() 605 if (verbose) { in determine_clocks() 640 if (verbose) in determine_clocks()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | stack.h | 31 int verbose; /* printk extra info (don't want to member
|
/linux-4.1.27/drivers/misc/cxl/ |
D | main.c | 32 module_param_named(verbose, cxl_verbose, uint, 0600); 33 MODULE_PARM_DESC(verbose, "Enable verbose dmesg output");
|
/linux-4.1.27/tools/testing/selftests/exec/ |
D | execveat.c | 381 const char *verbose = getenv("VERBOSE"); in main() local 387 if (verbose) { in main() 405 if (verbose) in main()
|
/linux-4.1.27/fs/ext2/ |
D | balloc.c | 199 static void __rsv_window_dump(struct rb_root *root, int verbose, in __rsv_window_dump() argument 214 if (verbose) in __rsv_window_dump() 229 if (!verbose) { in __rsv_window_dump() 231 verbose = 1; in __rsv_window_dump() 241 #define rsv_window_dump(root, verbose) \ argument 242 __rsv_window_dump((root), (verbose), __func__) 244 #define rsv_window_dump(root, verbose) do {} while (0) argument
|
/linux-4.1.27/sound/core/ |
D | Kconfig | 184 Say Y here to include code for verbose procfs contents (provides 191 Say Y here to enable verbose log messages. These messages 203 bool "More verbose debug" 206 Say Y here to enable extra-verbose debugging messages.
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-dbg.c | 192 int verbose, in ohci_dump_roothub() argument 202 if (verbose) { in ohci_dump_roothub() 312 const struct ed *ed, int verbose) in ohci_dump_ed() argument 342 verbose ? "" : " (not listing)"); in ohci_dump_ed() 343 if (verbose) { in ohci_dump_ed()
|
/linux-4.1.27/drivers/char/ |
D | sonypi.c | 72 static int verbose; /* = 0 */ variable 73 module_param(verbose, int, 0644); 74 MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)"); 509 if (!n && (verbose || !quiet)) \ 862 if (verbose) in sonypi_irq() 872 if (verbose > 1) in sonypi_irq() 1286 verbose, in sonypi_display_info()
|
/linux-4.1.27/include/xen/ |
D | swiotlb-xen.h | 7 extern int xen_swiotlb_init(int verbose, bool early);
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | Kconfig | 79 Say Y here to enable verbose debugging messages in the DWC2 Driver. 95 Say N here to disable (verbose) debugging messages to be
|
/linux-4.1.27/kernel/trace/ |
D | trace_output.c | 521 unsigned long verbose = trace_flags & TRACE_ITER_VERBOSE; in lat_print_timestamp() local 532 if (verbose && in_ns) { in lat_print_timestamp() 544 } else if (verbose && !in_ns) { in lat_print_timestamp() 549 } else if (!verbose && in_ns) { in lat_print_timestamp() 598 unsigned long verbose = (trace_flags & TRACE_ITER_VERBOSE); in trace_print_lat_context() local 606 if (verbose) { in trace_print_lat_context()
|
/linux-4.1.27/drivers/hwmon/ |
D | abituguru3.c | 81 if (verbose) \ 637 static bool verbose = 1; variable 638 module_param(verbose, bool, 0644); 639 MODULE_PARM_DESC(verbose, "Enable/disable verbose error reporting");
|
D | abituguru.c | 101 if (level <= verbose) \ 196 static int verbose = 2; variable 197 module_param(verbose, int, 0644); 198 MODULE_PARM_DESC(verbose, "How verbose should the driver be? (0-3):\n"
|
/linux-4.1.27/fs/ext3/ |
D | balloc.c | 207 static void __rsv_window_dump(struct rb_root *root, int verbose, in __rsv_window_dump() argument 222 if (verbose) in __rsv_window_dump() 237 if (!verbose) { in __rsv_window_dump() 239 verbose = 1; in __rsv_window_dump() 249 #define rsv_window_dump(root, verbose) \ argument 250 __rsv_window_dump((root), (verbose), __func__) 252 #define rsv_window_dump(root, verbose) do {} while (0) argument
|
/linux-4.1.27/Documentation/networking/ |
D | ip_dynaddr.txt | 22 To enable verbose mode:
|
D | netif-msg.txt | 20 to shed the more verbose level messages as they matured.
|
D | ray_cs.txt | 110 pc_debug integer (0-5) larger values for more verbose
|
/linux-4.1.27/Documentation/dvb/ |
D | bt8xx.txt | 47 verbose=0: messages are disabled 57 For bug reports please send in a complete log with verbose=4 activated.
|
/linux-4.1.27/kernel/locking/ |
D | locktorture.c | 55 torture_param(bool, verbose, true, 594 verbose, shuffle_interval, stutter, shutdown_secs, in lock_torture_print_module_parms() 648 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in lock_torture_init()
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 65 - /sys/kernel/debug/fail*/verbose 179 echo 2 > /sys/kernel/debug/$FAILTYPE/verbose 233 echo 2 > /sys/kernel/debug/$FAILTYPE/verbose
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi-changer.txt | 103 If you insmod the driver with "insmod debug=1", it will be verbose and 120 verbose=0/1 121 Be verbose (default: 1).
|
D | aic7xxx.txt | 197 Option: verbose 312 'options aic7xxx aic7xxx=verbose,no_probe,tag_info:{{},{,,10}},seltime:1' 313 enables verbose logging, Disable EISA/VLB probing,
|
D | sym53c8xx_2.txt | 27 8.6 Set verbose level 272 setting verbose level to zero, as follow: 373 8.6 Set verbose level 377 The driver default verbose level is 1. This command allows to change 378 th driver verbose level after boot-up. 833 0x00000100 verbose boot msgs
|
D | aic79xx.txt | 222 Option: verbose 381 Example: 'options aic79xx aic79xx=verbose,rd_strm:{{0x0041}}' 382 enables verbose output in the driver and turns read streaming on
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 17 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu
|
/linux-4.1.27/drivers/dma/ |
D | dmatest.c | 73 static bool verbose; variable 74 module_param(verbose, bool, S_IRUGO | S_IWUSR); 75 MODULE_PARM_DESC(verbose, "Enable \"success\" result messages (default: off)"); 356 if (verbose) \
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 30 insmod i2c scan=1 i2c_debug=0 verbose=0
|
D | Insmod-options | 31 bttv_verbose=0/1/2 verbose level (at insmod time, while 138 2 is more verbose.
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | ftracetest | 57 --verbose|-v)
|
/linux-4.1.27/drivers/scsi/ |
D | ch.c | 62 static int verbose = 1; variable 63 module_param(verbose, int, 0644); 64 MODULE_PARM_DESC(verbose,"be verbose (default: on)"); 97 if (verbose) \
|
/linux-4.1.27/include/drm/ |
D | drm_modes.h | 229 struct list_head *mode_list, bool verbose);
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 101 verbose Enable verbose debugging printing, via printk(). Enabled
|
/linux-4.1.27/Documentation/filesystems/ |
D | affs.txt | 70 verbose The volume name, file system type and block size will 152 mount Archive/Amiga/Workbench3.1.adf /mnt -t affs -o loop,verbose 156 /dev/sdb5 /amiga/Workbench affs noauto,user,exec,verbose 0 0
|
/linux-4.1.27/Documentation/input/ |
D | bcm5974.txt | 45 To ease the development for new hardware version, verbose packet output can
|
/linux-4.1.27/drivers/xen/ |
D | swiotlb-xen.c | 218 int __ref xen_swiotlb_init(int verbose, bool early) in xen_swiotlb_init() argument 274 verbose)) in xen_swiotlb_init()
|
/linux-4.1.27/Documentation/arm/ |
D | uefi.txt | 64 For verbose debug messages, specify 'uefi_debug' on the kernel command line.
|
/linux-4.1.27/drivers/staging/lustre/ |
D | README.txt | 74 verbose, noverbose
|
/linux-4.1.27/drivers/usb/storage/ |
D | Kconfig | 27 bool "USB Mass Storage verbose debug" 31 verbose debugging messages.
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 193 bool "Driver Core verbose debug messages" 204 bool "Managed device resources verbose debug messages" 242 bool "Enable verbose FENCE_TRACE messages"
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 59 Those looking for more verbose debugging output should say Y.
|
/linux-4.1.27/Documentation/video4linux/ |
D | zr364xx.txt | 25 - debug : set to 1 to enable verbose debug messages
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | mr97310a.c | 215 static int cam_get_response16(struct gspca_dev *gspca_dev, u8 reg, int verbose) in cam_get_response16() argument 228 if (verbose) in cam_get_response16()
|
/linux-4.1.27/Documentation/RCU/ |
D | torture.txt | 206 verbose Enable debug printk()s. Default is disabled. 213 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_… 218 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n…
|
/linux-4.1.27/kernel/rcu/ |
D | rcutorture.c | 99 torture_param(bool, verbose, true, 1305 stat_interval, verbose, test_no_idle_hz, shuffle_interval, in rcu_torture_print_module_parms() 1675 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in rcu_torture_init()
|
/linux-4.1.27/Documentation/ia64/ |
D | err_inject.txt | 118 int verbose; 119 #define vbprintf if (verbose) printf 975 printf("\t-v: verbose. default: off\n"); 1010 verbose=1;
|
/linux-4.1.27/drivers/ata/ |
D | libata-scsi.c | 845 u8 *asc, u8 *ascq, int verbose) in ata_to_sense_error() argument 952 if (verbose) in ata_to_sense_error() 982 int verbose = qc->ap->ops->error_handler == NULL; in ata_gen_passthru_sense() local 995 &sb[1], &sb[2], &sb[3], verbose); in ata_gen_passthru_sense() 1056 int verbose = qc->ap->ops->error_handler == NULL; in ata_gen_ata_sense() local 1072 &sb[1], &sb[2], &sb[3], verbose); in ata_gen_ata_sense()
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 73 verbose: be verbose, default is 0 (no)
|
/linux-4.1.27/Documentation/s390/ |
D | CommonIO | 122 The level of logging can be changed to be more or less verbose by piping to
|
/linux-4.1.27/Documentation/x86/ |
D | pat.txt | 157 Another, more verbose way of getting PAT related debug messages is with
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 366 3.4 Use the verbose option and dmesg if you need help 383 # insmod pd verbose=1 386 The verbose=1 parameter will cause the drivers to log a trace of their
|