Home
last modified time | relevance | path

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

12

/linux-4.1.27/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.1.27/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.h40 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
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)");
169 mantis->verbose = verbose; in hopper_pci_probe()
Dmantis_cards.c53 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/
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
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");
Dtda10021.c53 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");
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
470 if (verbose) { in tda10023_get_frontend()
Dstb0899_priv.h214 u32 *verbose; /* Cached module verbosity level */ member
/linux-4.1.27/kernel/bpf/
Dverifier.c216 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/
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.c169 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 …]
Dpg.c140 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()
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);
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()
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);
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()
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 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()
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 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()
Dfit2.c116 static void fit2_log_adapter( PIA *pi, char * scratch, int verbose ) in fit2_log_adapter() argument
Dktti.c93 static void ktti_log_adapter( PIA *pi, char * scratch, int verbose ) in ktti_log_adapter() argument
Dparide.h70 int verbose, /* log verbose data while probing */
Daten.c123 static void aten_log_adapter( PIA *pi, char * scratch, int verbose ) in aten_log_adapter() argument
Don20.c114 static void on20_log_adapter( PIA *pi, char * scratch, int verbose ) in on20_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.1.27/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.1.27/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
89 _eprintf(1, verbose, fmt, args); in pr_stat()
91 eprintf(1, verbose, "\n"); in pr_stat()
148 { .name = "verbose", .ptr = &verbose },
Dmap.c584 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()
Dpmu.c577 if (verbose) in pmu_resolve_param_term()
613 if (verbose) in pmu_config_term()
640 if (verbose) in pmu_config_term()
Devsel.h336 bool verbose; member
Dhist.c69 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/
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.1.27/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.1.27/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-kmem.txt29 --verbose::
30 Be more verbose. (show symbol address, etc)
Dperf-lock.txt38 --verbose::
39 Be more verbose (show symbol address, etc).
Dperf-inject.txt30 --verbose::
31 Be more verbose.
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=::
143 When --verbose specified, perf trace tries to print all available information
Dperf-stat.txt90 --verbose::
91 be more verbose (show counter open errors, etc)
Dperf-kvm.txt97 --verbose::
98 Be more verbose (show counter open errors, etc).
Dperf-top.txt109 --verbose::
110 Be more verbose (show counter open errors, etc).
Dperf-diff.txt72 --verbose::
73 Be verbose, for instance, show the raw counts in addition to the
Dperf-probe.txt48 --verbose::
49 Be more verbose (show parsed arguments, etc).
Dperf-record.txt143 --verbose::
144 Be more verbose (show counter open errors, etc).
Dperf-report.txt25 --verbose::
26 Be more verbose. (show symbol address, etc)
/linux-4.1.27/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.1.27/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()
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/
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.1.27/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.1.27/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()
610 verbose = v; in torture_init_begin()
/linux-4.1.27/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.1.27/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.1.27/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.c221 if (verbose > 3) in __cmd_annotate()
224 if (verbose > 2) in __cmd_annotate()
297 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
Dbuiltin-probe.c327 OPT_INCR('v', "verbose", &verbose, in __cmd_probe()
421 if (verbose != 0) { in __cmd_probe()
425 verbose = -1; in __cmd_probe()
Dbuiltin-buildid-list.c96 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
Dbuiltin-data.c58 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
Dbuiltin-report.c495 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()
Dbuiltin-sched.c366 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()
Dbuiltin-stat.c492 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()
Dbuiltin-buildid-cache.c335 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
Dbuiltin-record.c151 if (verbose) in record__open()
889 OPT_INCR('v', "verbose", &verbose,
Dbuiltin-inject.c442 OPT_INCR('v', "verbose", &verbose, in cmd_inject()
/linux-4.1.27/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.1.27/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.1.27/tools/perf/tests/
Dhists_filter.c129 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()
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.c157 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()
Dperf-record.c170 if (verbose) in test__PERF_RECORD()
176 if (verbose) { in test__PERF_RECORD()
Dhists_link.c303 if (verbose > 1) in test__hists_link()
315 if (verbose > 2) in test__hists_link()
Ddwarf-unwind.c163 if (verbose > 1) in test__dwarf_unwind()
Dhists_cumulate.c192 if (verbose > 2) { in do_test()
709 if (verbose > 1) in test__hists_cumulate()
Dmmap-thread-lookup.c168 dump_trace = verbose > 1 ? 1 : 0; in mmap_events()
Dfdarray.c21 if (!verbose) in fdarray__fprintf_prefix()
Dbuiltin-test.c305 OPT_INCR('v', "verbose", &verbose, in cmd_test()
Dvmlinux-kallsyms.c182 if (!verbose) in test__vmlinux_matches_kallsyms()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/mac80211/
DKconfig185 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/
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.1.27/tools/perf/ui/browsers/
Dmap.c77 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/
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.1.27/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.1.27/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.1.27/arch/tile/kernel/
Dstack.c95 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/
Dfbtft_device.c116 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/
Dmisc.c83 if (verbose) \
87 if (verbose > 1) \
91 if (verbose && (c)) \
95 if (verbose > 1 && (c)) \
/linux-4.1.27/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.1.27/tools/lguest/
Dlguest.c95 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/
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.1.27/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.1.27/drivers/firmware/efi/
Defi.c407 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/
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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/tools/testing/selftests/rcutorture/configs/lock/
Dver_functions.sh42 locktorture.verbose=1
/linux-4.1.27/scripts/
Dkernel-doc248 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) {
Dsign-file17 my $verbose = $opts{'v'};
396 if ($verbose) {
Dasn1_compiler.c314 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/
Dver_functions.sh56 rcutorture.verbose=1
/linux-4.1.27/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.1.27/arch/tile/include/asm/
Dstack.h31 int verbose; /* printk extra info (don't want to member
/linux-4.1.27/drivers/misc/cxl/
Dmain.c32 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/
Dexecveat.c381 const char *verbose = getenv("VERBOSE"); in main() local
387 if (verbose) { in main()
405 if (verbose) in main()
/linux-4.1.27/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.1.27/sound/core/
DKconfig184 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/
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.1.27/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.1.27/include/xen/
Dswiotlb-xen.h7 extern int xen_swiotlb_init(int verbose, bool early);
/linux-4.1.27/drivers/usb/dwc2/
DKconfig79 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/
Dtrace_output.c521 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/
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.1.27/fs/ext3/
Dballoc.c207 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/
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.1.27/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.1.27/kernel/locking/
Dlocktorture.c55 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/
Dfault-injection.txt65 - /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/
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.1.27/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt17 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu
/linux-4.1.27/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.1.27/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.1.27/tools/testing/selftests/ftrace/
Dftracetest57 --verbose|-v)
/linux-4.1.27/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.1.27/include/drm/
Ddrm_modes.h229 struct list_head *mode_list, bool verbose);
/linux-4.1.27/Documentation/locking/
Dlocktorture.txt101 verbose Enable verbose debugging printing, via printk(). Enabled
/linux-4.1.27/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.1.27/Documentation/input/
Dbcm5974.txt45 To ease the development for new hardware version, verbose packet output can
/linux-4.1.27/drivers/xen/
Dswiotlb-xen.c218 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/
Duefi.txt64 For verbose debug messages, specify 'uefi_debug' on the kernel command line.
/linux-4.1.27/drivers/staging/lustre/
DREADME.txt74 verbose, noverbose
/linux-4.1.27/drivers/usb/storage/
DKconfig27 bool "USB Mass Storage verbose debug"
31 verbose debugging messages.
/linux-4.1.27/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.1.27/arch/sh/
DKconfig.debug59 Those looking for more verbose debugging output should say Y.
/linux-4.1.27/Documentation/video4linux/
Dzr364xx.txt25 - debug : set to 1 to enable verbose debug messages
/linux-4.1.27/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.1.27/Documentation/RCU/
Dtorture.txt206 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/
Drcutorture.c99 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/
Derr_inject.txt118 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/
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.1.27/Documentation/watchdog/
Dwatchdog-parameters.txt73 verbose: be verbose, default is 0 (no)
/linux-4.1.27/Documentation/s390/
DCommonIO122 The level of logging can be changed to be more or less verbose by piping to
/linux-4.1.27/Documentation/x86/
Dpat.txt157 Another, more verbose way of getting PAT related debug messages is with
/linux-4.1.27/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