Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 200 of 283) sorted by relevance

12

/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst_ca.c56 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 …]
Ddst.c33 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 …]
Dbt878.c56 module_param_named(verbose, bt878_verbose, int, 0444);
57 MODULE_PARM_DESC(verbose,
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_core.c49 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 …]
Dmantis_common.h41 if ((mantis->verbose > MANTIS_ERROR) && (mantis->verbose > y)) \
43 else if ((mantis->verbose > MANTIS_NOTICE) && (mantis->verbose > y)) \
45 else if ((mantis->verbose > MANTIS_INFO) && (mantis->verbose > y)) \
47 else if ((mantis->verbose > MANTIS_DEBUG) && (mantis->verbose > y)) \
49 else if ((mantis->verbose > MANTIS_TMG) && (mantis->verbose > y)) \
52 if (mantis->verbose > y) \
112 unsigned int verbose; member
Dhopper_cards.c45 static unsigned int verbose; variable
46 module_param(verbose, int, 0644);
47 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
175 mantis->verbose = verbose; in hopper_pci_probe()
Dmantis_cards.c55 static unsigned int verbose; variable
56 module_param(verbose, int, 0644);
57 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
184 mantis->verbose = verbose; in mantis_pci_probe()
/linux-4.4.14/drivers/media/dvb-frontends/
Dmb86a16.c31 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 …]
Dstv6110x_priv.h34 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) \
Disl6423.c32 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()
Dstb0899_drv.c39 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 …]
Dstb6100.c31 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 …]
Dstv090x_priv.h35 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
Dstb0899_algo.c83 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 …]
Dves1820.c47 static int verbose; variable
324 if (verbose) { in ves1820_get_frontend()
395 if (verbose) in ves1820_attach()
442 module_param(verbose, int, 0644);
443 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
Dtda10021.c53 static int verbose; variable
399 if (verbose) { in tda10021_get_frontend()
522 module_param(verbose, int, 0644);
523 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
Dstv6110x.c38 static unsigned int verbose; variable
39 module_param(verbose, int, 0644);
40 MODULE_PARM_DESC(verbose, "Set Verbosity level");
Dtda10023.c62 static int verbose; variable
471 if (verbose) { in tda10023_get_frontend()
Dstb0899_priv.h214 u32 *verbose; /* Cached module verbosity level */ member
/linux-4.4.14/kernel/bpf/
Dverifier.c217 static __printf(1, 2) void verbose(const char *fmt, ...) in verbose() function
251 verbose(" R%d=%s", i, reg_type_str[t]); in print_verifier_state()
253 verbose("%d", env->cur_state.regs[i].imm); in print_verifier_state()
256 verbose("(ks=%d,vs=%d)", in print_verifier_state()
262 verbose(" fp%d=%s", -MAX_BPF_STACK + i, in print_verifier_state()
265 verbose("\n"); in print_verifier_state()
322 verbose("(%02x) %sr%d %s %sr%d\n", in print_bpf_insn()
329 verbose("(%02x) %sr%d %s %s%d\n", in print_bpf_insn()
337 verbose("(%02x) *(%s *)(r%d %+d) = r%d\n", in print_bpf_insn()
343 verbose("(%02x) lock *(%s *)(r%d %+d) += r%d\n", in print_bpf_insn()
[all …]
/linux-4.4.14/drivers/block/paride/
Dbpck6.c37 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 …]
Dparide.c170 static int default_test_proto(PIA * pi, char *scratch, int verbose) in default_test_proto() argument
188 if (verbose) in default_test_proto()
196 static int pi_test_proto(PIA * pi, char *scratch, int verbose) in pi_test_proto() argument
202 res = pi->proto->test_proto(pi, scratch, verbose); in pi_test_proto()
204 res = default_test_proto(pi, scratch, verbose); in pi_test_proto()
248 static int pi_register_parport(PIA *pi, int verbose, int unit) in pi_register_parport() argument
267 if (verbose) in pi_register_parport()
275 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose) in pi_probe_mode() argument
288 return (!pi_test_proto(pi, scratch, verbose)); in pi_probe_mode()
298 if (!pi_test_proto(pi, scratch, verbose)) in pi_probe_mode()
[all …]
Dpg.c140 static int verbose; variable
171 module_param(verbose, int, 0644);
309 if (verbose > 1) in pg_wait()
345 if (verbose > 1) { in pg_command()
374 if (verbose > 1) in pg_completion()
409 if (verbose) { in pg_reset()
494 PI_PG, verbose, dev->name)) { in pg_detect()
509 pg_scratch, PI_PG, verbose, dev->name)) { in pg_detect()
548 pg_identify(dev, (verbose > 1)); in pg_open()
Dfrpw.c224 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
Dkbic.c230 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()
Dpcd.c114 static int verbose = 0; variable
147 module_param(verbose, int, 0644);
427 if (verbose > 1) in pcd_completion()
433 if (verbose > 1) in pcd_completion()
437 if (verbose < 2) in pcd_completion()
506 #define DBMSG(msg) ((verbose>1)?(msg):NULL)
558 if (verbose) { in pcd_reset()
620 if (verbose) in pcd_identify()
704 PI_PCD, verbose, cd->name)) { in pcd_detect()
718 pcd_buffer, PI_PCD, verbose, cd->name)) in pcd_detect()
Dfriq.c183 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
Dpf.c129 static bool verbose = 0; variable
163 module_param(verbose, bool, 0644);
555 if (verbose) { in pf_reset()
618 if (verbose) in pf_get_capacity()
640 if (verbose) in pf_identify()
715 verbose, pf->name)) { in pf_detect()
730 pf_scratch, PI_PF, verbose, pf->name)) { in pf_detect()
Depia.c237 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
Dpt.c120 static int verbose = 0; variable
155 module_param(verbose, int, 0);
449 #define DBMSG(msg) ((verbose>1)?(msg):NULL)
471 if (verbose) { in pt_reset()
546 if (verbose) in pt_identify()
631 verbose, tape->name)) { in pt_detect()
642 PI_PT, verbose, tape->name)) { in pt_detect()
Depat.c251 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
Dbpck.c278 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()
Dpd.c129 static int verbose = 0; variable
164 module_param(verbose, int, 0);
298 #define DBMSG(msg) ((verbose>1)?(msg):NULL)
886 PI_PD, verbose, disk->name)) { in pd_detect()
899 pd_scratch, PI_PD, verbose, disk->name)) { in pd_detect()
Dktti.c93 static void ktti_log_adapter( PIA *pi, char * scratch, int verbose ) in ktti_log_adapter() argument
Dfit2.c116 static void fit2_log_adapter( PIA *pi, char * scratch, int verbose ) in fit2_log_adapter() argument
Dparide.h70 int verbose, /* log verbose data while probing */
Don20.c114 static void on20_log_adapter( PIA *pi, char * scratch, int verbose ) in on20_log_adapter() argument
Daten.c123 static void aten_log_adapter( PIA *pi, char * scratch, int verbose ) in aten_log_adapter() argument
Dcomm.c179 static void comm_log_adapter( PIA *pi, char * scratch, int verbose ) in comm_log_adapter() argument
Dfit3.c172 static void fit3_log_adapter( PIA *pi, char * scratch, int verbose ) in fit3_log_adapter() argument
Ddstr.c193 static void dstr_log_adapter( PIA *pi, char * scratch, int verbose ) in dstr_log_adapter() argument
Don26.c278 static void on26_log_adapter( PIA *pi, char * scratch, int verbose ) in on26_log_adapter() argument
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c34 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.4.14/tools/hv/
Dlsvmbus9 more verbose messages", action="count")
13 verbose = 0
14 if options.verbose is not None:
15 verbose = options.verbose
93 if verbose == 0:
95 elif verbose == 1:
/linux-4.4.14/tools/perf/util/
Ddebug.h12 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__)
Ddebug.c19 int verbose; variable
94 _eprintf(1, verbose, fmt, args); in pr_stat()
96 eprintf(1, verbose, "\n"); in pr_stat()
153 { .name = "verbose", .ptr = &verbose },
Dmap.c621 if (verbose > 2) { in maps__fprintf()
671 if (verbose >= 2) { in maps__fixup_overlappings()
692 if (verbose >= 2) in maps__fixup_overlappings()
706 if (verbose >= 2) in maps__fixup_overlappings()
Dpmu.c624 if (verbose) in pmu_resolve_param_term()
682 if (verbose) in pmu_config_term()
717 if (verbose) { in pmu_config_term()
Dstat.c331 if (verbose) { in perf_stat_process_counter()
Devsel.h368 bool verbose; member
Dbpf-loader.c24 ret = veprintf(level, verbose, pr_fmt(fmt), args);\
Dhist.c71 if (verbose) in hists__calc_col_len()
95 if (verbose) in hists__calc_col_len()
109 if (verbose) in hists__calc_col_len()
/linux-4.4.14/tools/power/cpupower/bench/
Dbenchmark.c53 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()
Dsystem.c152 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()
Dmain.c155 config->verbose = 1; in main()
170 if (config->verbose) { in main()
Dexample.cfg10 verbose = 0
Dparse.c137 config->verbose = 0; in prepare_default_config()
205 sscanf(val, "%u", &config->verbose); in prepare_config()
Dparse.h41 unsigned int verbose; /* verbose output */ member
DREADME-BENCH120 -v, --verbose verbose output on/off
/linux-4.4.14/drivers/watchdog/
Dcpu5wdt.c40 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.4.14/tools/perf/Documentation/
Dperf.txt18 --debug verbose # sets verbose = 1
19 --debug verbose=2 # sets verbose = 2
22 verbose - general debug messages
Dperf-sched.txt46 --verbose::
47 Be more verbose. (show symbol address, etc)
51 Display verbose dump of the sched data.
Dperf-test.txt31 --verbose::
32 Be more verbose.
Dperf-data.txt34 --verbose::
35 Be more verbose (show counter open errors, etc).
Dperf-buildid-list.txt37 --verbose::
38 Be more verbose.
Dperf-lock.txt38 --verbose::
39 Be more verbose (show symbol address, etc).
Dperf-inject.txt30 --verbose::
31 Be more verbose.
Dperf-kmem.txt29 --verbose::
30 Be more verbose. (show symbol address, etc)
Dperf-buildid-cache.txt58 --verbose::
59 Be more verbose.
Dperf-annotate.txt39 --verbose::
40 Be more verbose. (Show symbol address, etc)
Dperf-evlist.txt28 --verbose=::
Dperf-trace.txt62 --verbose=::
147 When --verbose specified, perf trace tries to print all available information
Dperf-diff.txt72 --verbose::
73 Be verbose, for instance, show the raw counts in addition to the
Dperf-kvm.txt97 --verbose::
98 Be more verbose (show counter open errors, etc).
Dperf-stat.txt98 --verbose::
99 be more verbose (show counter open errors, etc)
Dperf-top.txt109 --verbose::
110 Be more verbose (show counter open errors, etc).
Dperf-probe.txt50 --verbose::
51 Be more verbose (show parsed arguments, etc).
/linux-4.4.14/arch/arm/boot/compressed/
Ddecompress.c20 # 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.4.14/tools/perf/tests/
Dllvm.c74 if (!force && (verbose == 0 && in test_llvm__fetch_bpf_obj()
85 old_verbose = verbose; in test_llvm__fetch_bpf_obj()
86 if (verbose == 0) in test_llvm__fetch_bpf_obj()
87 verbose = -1; in test_llvm__fetch_bpf_obj()
117 verbose = old_verbose; in test_llvm__fetch_bpf_obj()
Dhists_filter.c135 if (verbose > 1) in test__hists_filter()
149 if (verbose > 2) { in test__hists_filter()
173 if (verbose > 2) { in test__hists_filter()
202 if (verbose > 2) { in test__hists_filter()
237 if (verbose > 2) { in test__hists_filter()
266 if (verbose > 2) { in test__hists_filter()
297 if (verbose > 2) { in test__hists_filter()
Dpython-use.c9 extern int verbose;
17 PYTHONPATH, PYTHON, verbose ? "" : "2> /dev/null") < 0) in test__python_use()
Dattr.c32 extern int verbose;
144 int vcnt = min(verbose, (int) sizeof(v) - 1); in run_dir()
147 if (verbose) in run_dir()
Dattr.py269 def setup_log(verbose): argument
273 if verbose == 1:
275 if verbose == 2:
277 if verbose >= 3:
312 setup_log(options.verbose)
Dhists_output.c161 if (verbose > 2) { in test1()
261 if (verbose > 2) { in test2()
315 if (verbose > 2) { in test3()
393 if (verbose > 2) { in test4()
496 if (verbose > 2) { in test5()
608 if (verbose > 1) in test__hists_output()
Dperf-record.c170 if (verbose) in test__PERF_RECORD()
176 if (verbose) { in test__PERF_RECORD()
Dhists_link.c307 if (verbose > 1) in test__hists_link()
319 if (verbose > 2) in test__hists_link()
Ddwarf-unwind.c167 if (verbose > 1) in test__dwarf_unwind()
Dmmap-thread-lookup.c168 dump_trace = verbose > 1 ? 1 : 0; in mmap_events()
Dhists_cumulate.c196 if (verbose > 2) { in do_test()
717 if (verbose > 1) in test__hists_cumulate()
Dfdarray.c21 if (!verbose) in fdarray__fprintf_prefix()
Dvmlinux-kallsyms.c183 if (!verbose) in test__vmlinux_matches_kallsyms()
Dbuiltin-test.c313 OPT_INCR('v', "verbose", &verbose, in cmd_test()
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c88 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()
359 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.4.14/Documentation/misc-devices/mei/
Dmei-amt-version.c84 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.4.14/tools/power/cpupower/utils/
Dcpuidle-info.c23 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.4.14/kernel/
Dtorture.c53 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()
611 verbose = v; in torture_init_begin()
/linux-4.4.14/scripts/dtc/
Dfdtput.c41 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.4.14/arch/alpha/boot/tools/
Dobjstrip.c55 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.4.14/tools/perf/
Dbuiltin-evlist.c43 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()
Dbuiltin-annotate.c229 if (verbose > 3) in __cmd_annotate()
232 if (verbose > 2) in __cmd_annotate()
306 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
Dbuiltin-probe.c441 OPT_INCR('v', "verbose", &verbose, in __cmd_probe()
547 if (verbose != 0) { in __cmd_probe()
551 verbose = -1; in __cmd_probe()
Dbuiltin-data.c58 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
Dbuiltin-buildid-list.c101 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
Dbuiltin-report.c538 if (verbose > 3) in __cmd_report()
541 if (verbose > 2) in __cmd_report()
673 OPT_INCR('v', "verbose", &verbose, in cmd_report()
929 if (verbose) { in cmd_report()
Dbuiltin-sched.c368 if (verbose) in register_pid()
702 if (verbose) { in replay_wakeup_event()
730 if (verbose) in replay_switch_event()
778 if (verbose) { in replay_fork_event()
1805 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
1818 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
1828 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
Dbuiltin-stat.c314 if (verbose) in __run_perf_stat()
952 OPT_INCR('v', "verbose", &verbose,
1414 if (run_count != 1 && verbose) in cmd_stat()
Dbuiltin-buildid-cache.c325 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
Dbuiltin-record.c287 if (verbose) in record__open()
1065 OPT_INCR('v', "verbose", &verbose,
/linux-4.4.14/arch/alpha/boot/
Dmisc.c66 # 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.4.14/drivers/macintosh/ams/
Dams-core.c34 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.4.14/drivers/scsi/sym53c8xx_2/
Dsym53c8xx.h126 u_char verbose; member
139 #define boot_verbose sym_driver_setup.verbose
154 .verbose = 0, \
Dsym_glue.c68 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()
Dsym_hipd.h88 #define sym_verbose (np->verbose)
972 u_char verbose; /* Verbosity for this controller*/ member
/linux-4.4.14/arch/nios2/boot/compressed/
Dmisc.c70 # 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.4.14/lib/
Dglob.c132 static bool verbose = false; variable
133 module_param(verbose, bool, 0);
155 else if (verbose) in test()
Dfault-inject.c43 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()
Ddynamic_debug.c65 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()
Dswiotlb.c162 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.4.14/net/mac80211/
DKconfig184 very verbose OCB debugging messages. It should not
195 very verbose IBSS debugging messages. It should not
206 verbose power save mode debugging messages (when mac80211
219 verbose mesh peer link debugging messages (when mac80211
232 verbose mesh path selection debugging messages (when mac80211
245 verbose mesh routing (HWMP) debugging messages (when mac80211
257 Selecting this option causes mac80211 to print out very verbose mesh
268 Selecting this option causes mac80211 to print out very verbose mesh
279 Selecting this option causes mac80211 to print out very verbose mesh
290 verbose TDLS selection debugging messages (when mac80211
[all …]
/linux-4.4.14/tools/testing/fault-injection/
Dfailcmd.sh41 --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.4.14/arch/x86/tools/
Dinsn_sanity.c48 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()
Dtest_get_len.c40 static int verbose; variable
101 verbose = 1; in parse_args()
162 if (verbose) in main()
/linux-4.4.14/include/linux/
Dfault-inject.h20 unsigned long verbose; member
39 .verbose = 2, \
Dtorture.h48 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)
Dswiotlb.h25 extern void swiotlb_init(int verbose);
26 int swiotlb_init_with_tbl(char *tlb, unsigned long nslabs, int verbose);
/linux-4.4.14/tools/perf/ui/browsers/
Dmap.c76 verbose ? "" : "restart with -v to use") < 0) in map_browser__run()
84 if (verbose) in map_browser__run()
120 if (verbose) { in map__browse()
/linux-4.4.14/arch/tile/kernel/
Dstack.c96 if (kbt->verbose) { /* else we aren't going to use it */ in valid_fault_handler()
106 if (kbt->verbose) in valid_fault_handler()
110 if (kbt->verbose) in valid_fault_handler()
113 if (kbt->verbose && (p->pc != 0 || p->sp != 0 || p->ex1 != 0)) in valid_fault_handler()
148 if (kbt->verbose) { in valid_sigframe()
231 kbt->verbose = 0; /* override in caller if desired */ in KBacktraceIterator_init()
383 kbt->verbose = 1; in tile_show_stack()
/linux-4.4.14/arch/mips/kernel/
Dgenex.S404 .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.4.14/drivers/staging/fbtft/
Dfbtft_device.c109 static unsigned verbose = 3; variable
110 module_param(verbose, uint, 0);
111 MODULE_PARM_DESC(verbose,
1333 if (verbose) in fbtft_device_spi_delete()
1424 if (verbose > 2) in fbtft_device_init()
1427 if (verbose > 2) in fbtft_device_init()
1532 if (verbose && pdata && pdata->gpios) { in fbtft_device_init()
1536 while (verbose && gpio->name[0]) { in fbtft_device_init()
1545 if (spi_device && (verbose > 1)) in fbtft_device_init()
1547 if (p_device && (verbose > 1)) in fbtft_device_init()
/linux-4.4.14/arch/cris/boot/compressed/
Dmisc.c83 if (verbose) \
87 if (verbose > 1) \
91 if (verbose && (c)) \
95 if (verbose > 1 && (c)) \
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c108 # 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.4.14/tools/lguest/
Dlguest.c95 static bool verbose; variable
96 #define verbose(args...) \ macro
97 do { if (verbose) printf(args); } while(0)
466 verbose("Section %i: size %i addr %p\n", in map_elf()
581 verbose("mapped initrd %s size=%lu @ %p\n", name, len, (void*)mem-len); in load_initrd()
620 verbose("Guest: %p - %p (%#lx, MMIO %#lx)\n", in tell_kernel()
1156 verbose("Resetting device %s\n", dev->name); in reset_device()
1338 verbose("PCI%s: %#x/%x: bus %u dev %u func %u reg %u\n", in pci_addr_iowrite()
1439 verbose("Window writing %#x/%#x to bar %u, offset %u len %u\n", in pci_data_iowrite()
1500 verbose("Window read %#x/%#x from bar %u, offset %u len %u\n", in pci_data_ioread()
[all …]
/linux-4.4.14/Documentation/spi/
Dspidev_test.c38 static int verbose; variable
135 if (verbose) in transfer()
225 verbose = 1; in parse_opts()
Dspidev_fdx.c15 static int verbose; variable
126 verbose++; in main()
/linux-4.4.14/Documentation/hwmon/
Dabituguru60 * 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:
Dabituguru338 * verbose: bool Should the driver be verbose?
40 1/on/true + verbose error reporting (default)
/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.h102 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro
104 #define verbose(fmt, ...) macro
108 verbose("\n"); \
109 verbose(title"\n"); \
110 verbose("---------------------------------------------------------\n");
Dtest-core.c1416 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.4.14/drivers/macintosh/
Dtherm_adt746x.c54 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.4.14/drivers/media/usb/pwc/
DKconfig33 bool "USB Philips Cameras verbose debug"
36 Say Y here in order to have the pwc driver generate verbose debugging
/linux-4.4.14/drivers/misc/
Dkgdbts.c109 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.4.14/drivers/isdn/capi/
DKconfig5 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.4.14/drivers/mtd/ubi/
Dio.c733 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()
Dubi.h874 struct ubi_ec_hdr *ec_hdr, int verbose);
878 struct ubi_vid_hdr *vid_hdr, int verbose);
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/lock/
Dver_functions.sh42 locktorture.verbose=1
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/
Dver_functions.sh56 rcutorture.verbose=1
/linux-4.4.14/arch/frv/kernel/
Dlocal.h31 extern void determine_clocks(int verbose);
Dsetup.c523 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.4.14/scripts/
Dkernel-doc286 my $verbose = 0;
318 $verbose = "$ENV{'KBUILD_VERBOSE'}";
428 $verbose = 1;
2240 if ($verbose && !$noret) {
2492 if (($declaration_purpose eq "") && $verbose) {
2510 if ($verbose) {
2525 if (!$in_doc_sect && $verbose) {
2738 if ($verbose && $errors) {
2741 if ($verbose && $warnings) {
Dasn1_compiler.c318 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro
545 verbose("Extracted %u tokens\n", nr_tokens); in tokenise()
793 verbose("Extracted %u types\n", nr_types); in build_type_list()
834 verbose("Extracted %u actions\n", nr_actions); in parse()
1361 verbose("Pass 1\n"); in render()
1372 verbose("Pass 2\n"); in render()
/linux-4.4.14/arch/tile/include/asm/
Dstack.h31 int verbose; /* printk extra info (don't want to member
/linux-4.4.14/drivers/misc/cxl/
Dmain.c32 module_param_named(verbose, cxl_verbose, uint, 0600);
33 MODULE_PARM_DESC(verbose, "Enable verbose dmesg output");
/linux-4.4.14/tools/testing/selftests/exec/
Dexecveat.c381 const char *verbose = getenv("VERBOSE"); in main() local
387 if (verbose) { in main()
405 if (verbose) in main()
/linux-4.4.14/fs/ext2/
Dballoc.c199 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.4.14/drivers/usb/host/
Dohci-dbg.c192 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.4.14/drivers/char/
Dsonypi.c72 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.4.14/include/xen/
Dswiotlb-xen.h7 extern int xen_swiotlb_init(int verbose, bool early);
/linux-4.4.14/sound/core/
DKconfig210 Say Y here to include code for verbose procfs contents (provides
217 Say Y here to enable verbose log messages. These messages
229 bool "More verbose debug"
232 Say Y here to enable extra-verbose debugging messages.
/linux-4.4.14/drivers/usb/dwc2/
DKconfig71 Say Y here to enable verbose debugging messages in the DWC2 Driver.
87 Say N here to disable (verbose) debugging messages to be
/linux-4.4.14/kernel/trace/
Dtrace_output.c480 unsigned long verbose = tr->trace_flags & TRACE_ITER_VERBOSE; in lat_print_timestamp() local
491 if (verbose && in_ns) { in lat_print_timestamp()
503 } else if (verbose && !in_ns) { in lat_print_timestamp()
508 } else if (!verbose && in_ns) { in lat_print_timestamp()
559 unsigned long verbose = (tr->trace_flags & TRACE_ITER_VERBOSE); in trace_print_lat_context() local
567 if (verbose) { in trace_print_lat_context()
/linux-4.4.14/drivers/hwmon/
Dabituguru3.c81 if (verbose) \
637 static bool verbose = 1; variable
638 module_param(verbose, bool, 0644);
639 MODULE_PARM_DESC(verbose, "Enable/disable verbose error reporting");
Dabituguru.c101 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.4.14/drivers/staging/rdma/hfi1/
DKconfig26 This is a configuration flag to enable verbose
/linux-4.4.14/Documentation/networking/
Dip_dynaddr.txt22 To enable verbose mode:
Dnetif-msg.txt20 to shed the more verbose level messages as they matured.
Dray_cs.txt110 pc_debug integer (0-5) larger values for more verbose
/linux-4.4.14/Documentation/dvb/
Dbt8xx.txt47 verbose=0: messages are disabled
57 For bug reports please send in a complete log with verbose=4 activated.
/linux-4.4.14/Documentation/scsi/
Dscsi-changer.txt103 If you insmod the driver with "insmod debug=1", it will be verbose and
120 verbose=0/1
121 Be verbose (default: 1).
Daic7xxx.txt197 Option: verbose
312 'options aic7xxx aic7xxx=verbose,no_probe,tag_info:{{},{,,10}},seltime:1'
313 enables verbose logging, Disable EISA/VLB probing,
Dsym53c8xx_2.txt27 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
Daic79xx.txt222 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.4.14/samples/pktgen/
DREADME.rst26 -v : ($VERBOSE) verbose
/linux-4.4.14/kernel/locking/
Dlocktorture.c58 torture_param(bool, verbose, true,
740 verbose, shuffle_interval, stutter, shutdown_secs, in lock_torture_print_module_parms()
798 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in lock_torture_init()
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt69 - /sys/kernel/debug/fail*/verbose
190 echo 2 > /sys/kernel/debug/$FAILTYPE/verbose
244 echo 2 > /sys/kernel/debug/$FAILTYPE/verbose
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt17 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu
/linux-4.4.14/drivers/dma/
Ddmatest.c73 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.4.14/tools/testing/selftests/ftrace/
Dftracetest57 --verbose|-v)
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.WINVIEW30 insmod i2c scan=1 i2c_debug=0 verbose=0
DInsmod-options31 bttv_verbose=0/1/2 verbose level (at insmod time, while
138 2 is more verbose.
/linux-4.4.14/tools/testing/selftests/x86/
Dldt_gdt.c77 bool verbose) in check_valid_segment() argument
110 } else if (verbose) { in check_valid_segment()
/linux-4.4.14/drivers/scsi/
Dch.c62 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.4.14/Documentation/locking/
Dlocktorture.txt104 verbose Enable verbose debugging printing, via printk(). Enabled
/linux-4.4.14/Documentation/filesystems/
Daffs.txt70 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.4.14/include/drm/
Ddrm_modes.h233 struct list_head *mode_list, bool verbose);
/linux-4.4.14/Documentation/input/
Dbcm5974.txt45 To ease the development for new hardware version, verbose packet output can
/linux-4.4.14/drivers/xen/
Dswiotlb-xen.c217 int __ref xen_swiotlb_init(int verbose, bool early) in xen_swiotlb_init() argument
273 verbose)) in xen_swiotlb_init()
/linux-4.4.14/drivers/staging/lustre/
DREADME.txt72 verbose, noverbose
/linux-4.4.14/drivers/usb/storage/
DKconfig27 bool "USB Mass Storage verbose debug"
31 verbose debugging messages.
/linux-4.4.14/drivers/base/
DKconfig193 bool "Driver Core verbose debug messages"
204 bool "Managed device resources verbose debug messages"
242 bool "Enable verbose FENCE_TRACE messages"
/linux-4.4.14/arch/sh/
DKconfig.debug59 Those looking for more verbose debugging output should say Y.
/linux-4.4.14/Documentation/video4linux/
Dzr364xx.txt25 - debug : set to 1 to enable verbose debug messages
/linux-4.4.14/drivers/media/usb/gspca/
Dmr97310a.c215 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.4.14/Documentation/RCU/
Dtorture.txt193 verbose Enable debug printk()s. Default is disabled.
200 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_…
205 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n…
/linux-4.4.14/drivers/memory/
DKconfig64 Enables verbose debugging mostly to decode the bootloader provided
/linux-4.4.14/kernel/rcu/
Drcutorture.c99 torture_param(bool, verbose, true,
1350 stat_interval, verbose, test_no_idle_hz, shuffle_interval, in rcu_torture_print_module_parms()
1727 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in rcu_torture_init()
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt118 int verbose;
119 #define vbprintf if (verbose) printf
975 printf("\t-v: verbose. default: off\n");
1010 verbose=1;
/linux-4.4.14/drivers/ata/
Dlibata-scsi.c845 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.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt73 verbose: be verbose, default is 0 (no)
/linux-4.4.14/Documentation/s390/
DCommonIO122 The level of logging can be changed to be more or less verbose by piping to
/linux-4.4.14/Documentation/blockdev/
Dparide.txt366 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

12