| /linux/drivers/media/pci/bt8xx/ |
| H A D | dst_ca.c | 44 static unsigned int verbose = 5; variable 45 module_param(verbose, int, 0644); 46 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); 58 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); in put_checksum() 59 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum() 61 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum() 73 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover"); in dst_ci_command() 78 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed."); in dst_ci_command() 82 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command() 88 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready"); in dst_ci_command() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | disasm.c | 138 static void print_bpf_end_insn(bpf_insn_print_t verbose, in print_bpf_end_insn() argument 142 verbose(private_data, "(%02x) r%d = %s%d r%d\n", in print_bpf_end_insn() 148 static void print_bpf_bswap_insn(bpf_insn_print_t verbose, in print_bpf_bswap_insn() argument 152 verbose(private_data, "(%02x) r%d = bswap%d r%d\n", in print_bpf_bswap_insn() 190 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local 196 print_bpf_bswap_insn(verbose, cbs->private_data, insn); in print_bpf_insn() 198 print_bpf_end_insn(verbose, cbs->private_data, insn); in print_bpf_insn() 200 verbose(cbs->private_data, "(%02x) %c%d = -%c%d\n", in print_bpf_insn() 205 verbose(cbs->private_data, "(%02x) r%d = addr_space_cast(r%d, %u, %u)\n", in print_bpf_insn() 209 verbose(cb in print_bpf_insn() [all...] |
| H A D | testing_helpers.c | 373 int try_unload_module(const char *name, int retries, bool verbose) in try_unload_module() 393 if (verbose) in try_unload_module() 400 if (verbose) in try_unload_module() 405 int unload_module(const char *name, bool verbose) in unload_module() 407 return try_unload_module(name, 10000, verbose); 410 static int __load_module(const char *path, const char *param_values, bool verbose) in __load_module() 414 if (verbose) in __load_module() 429 if (verbose) in __load_module() 434 int load_module_params(const char *path, const char *param_values, bool verbose) in load_module_params() 436 return __load_module(path, param_values, verbose); 371 try_unload_module(const char * name,int retries,bool verbose) try_unload_module() argument 403 unload_module(const char * name,bool verbose) unload_module() argument 408 __load_module(const char * path,const char * param_values,bool verbose) __load_module() argument 432 load_module_params(const char * path,const char * param_values,bool verbose) load_module_params() argument 437 load_module(const char * path,bool verbose) load_module() argument 442 unload_bpf_testmod(bool verbose) unload_bpf_testmod() argument 447 load_bpf_testmod(bool verbose) load_bpf_testmod() argument [all...] |
| H A D | testing_helpers.h | 36 int load_bpf_testmod(bool verbose); 37 int unload_bpf_testmod(bool verbose); 41 int load_module(const char *path, bool verbose); 42 int load_module_params(const char *path, const char *param_values, bool verbose); 43 int try_unload_module(const char *name, int retries, bool verbose); 44 int unload_module(const char *name, bool verbose); in get_time_ns()
|
| /linux/tools/docs/ |
| H A D | test_doc_build.py | 176 def log(self, out, verbose, is_info=True): argument 179 if verbose: 188 async def _read(self, stream, verbose, is_info): argument 195 self.log(out, verbose, is_info) 204 env=None, verbose=True): argument 215 self.log("$ " + " ".join(cmd), verbose) 225 self._read(proc.stdout, verbose, True), 226 self._read(proc.stderr, verbose, False), 239 self.log(f"Error {proc.returncode}", verbose=True, is_info=False) 283 cmd.log(f"\nSphinx {ver} with {python_bin}", verbose=True) [all …]
|
| H A D | sphinx-build-wrapper | 171 parser.add_argument('-v', '--verbose', default=0, action='count') 185 verbose = sphinx_args.verbose 186 if self.verbose: 187 verbose += 1 190 verbose = 0 203 if verbose < 1: 206 for i in range(1, sphinx_args.verbose): 209 def __init__(self, builddir, venv=None, verbose=False, n_jobs=None, 213 self.verbose 198 __init__(self, builddir, venv=None, verbose=False, n_jobs=None, interactive=None) global() argument [all...] |
| /linux/drivers/media/dvb-frontends/ |
| H A D | mb86a16.c | 19 static unsigned int verbose = 5; variable 20 module_param(verbose, int, 0644); 59 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()") 60 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->") 74 dprintk(verbose, MB86A16_DEBUG, 1, in mb86a16_write() 104 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=%i)", in mb86a16_read() 130 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in CNTM_set() 157 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in smrt_set() 168 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in srst() 184 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcex_data_set() [all …]
|
| H A D | stv6110x_priv.h | 22 if ((verbose > FE_ERROR) && (verbose > __y)) \ 24 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 26 else if ((verbose > FE_INFO) && (verbose > __y)) \ 28 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 31 if (verbose > __y) \
|
| H A D | isl6423.c | 20 static unsigned int verbose; variable 21 module_param(verbose, int, 0644); 22 MODULE_PARM_DESC(verbose, "Set Verbosity level"); 32 if ((verbose > FE_ERROR) && (verbose > __y)) \ 34 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 36 else if ((verbose > FE_INFO) && (verbose > __y)) \ 38 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 41 if (verbose > __y) \ 53 unsigned int verbose; member 283 isl6423->verbose = verbose; in isl6423_attach()
|
| H A D | stb0899_drv.c | 27 static unsigned int verbose = 0;//1; variable 28 module_param(verbose, int, 0644); 237 dprintk(state->verbose, FE_ERROR, 1, in _stb0899_read_reg() 243 if (unlikely(*state->verbose >= FE_DEBUGREG)) in _stb0899_read_reg() 244 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%02x], data=%02x", in _stb0899_read_reg() 357 if (unlikely(*state->verbose >= FE_DEBUGREG)) in _stb0899_read_s2reg() 414 if (unlikely(*state->verbose >= FE_DEBUGREG)) in stb0899_write_s2reg() 476 dprintk(state->verbose, FE_DEBUGREG, 1, in stb0899_read_regs() 506 dprintk(state->verbose, FE_DEBUGREG, 1, in stb0899_write_regs() 520 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", in stb0899_write_regs() [all …]
|
| H A D | stb6100.c | 19 static unsigned int verbose; variable 20 module_param(verbose, int, 0644); 133 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]", in stb6100_read_regs() 138 if (unlikely(verbose > FE_DEBUG)) { in stb6100_read_regs() 141 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_regs() 143 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[i], regs[i]); in stb6100_read_regs() 162 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg); in stb6100_read_reg() 165 if (unlikely(verbose > FE_DEBUG)) { in stb6100_read_reg() 166 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_reg() 167 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[reg], regs[0]); in stb6100_read_reg() [all …]
|
| H A D | stv090x_priv.h | 23 if ((verbose > FE_ERROR) && (verbose > __y)) \ 25 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 27 else if ((verbose > FE_INFO) && (verbose > __y)) \ 29 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 32 if (verbose > __y) \ 243 u32 *verbose; /* Cached module verbosity */ member
|
| H A D | stb0899_algo.c | 71 dprintk(state->verbose, FE_DEBUG, 1, "-->"); in stb0899_set_srate() 179 dprintk(state->verbose, FE_DEBUG, 1, "-->ANALOG Carrier !"); in stb0899_check_tmg() 182 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK !"); in stb0899_check_tmg() 186 dprintk(state->verbose, FE_DEBUG, 1, "-->NO TIMING !"); in stb0899_check_tmg() 228 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK ! Derot Freq = %d", internal->derot_freq); in stb0899_search_tmg() 250 dprintk(state->verbose, FE_DEBUG, 1, "--------------------> STB0899_DSTATUS=[0x%02x]", reg); in stb0899_check_carrier() 253 dprintk(state->verbose, FE_DEBUG, 1, "-------------> CARRIEROK !"); in stb0899_check_carrier() 256 dprintk(state->verbose, FE_DEBUG, 1, "-------------> NOCARRIER !"); in stb0899_check_carrier() 284 dprintk(state->verbose, FE_DEBUG, 1, "Derot Freq=%d, mclk=%d", derot_freq, internal->mclk); in stb0899_search_carrier() 310 dprintk(state->verbose, FE_DEBUG, 1, "----> CARRIER OK !, Derot Freq=%d", internal->derot_freq); in stb0899_search_carrier() [all …]
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | TdcPlugin.py | 12 if self.args.verbose > 1: 18 if self.args.verbose > 1: 23 if self.args.verbose > 1: 30 if self.args.verbose > 1: 35 if self.args.verbose > 1: 40 if self.args.verbose > 1: 45 if self.args.verbose > 1: 73 if self.args.verbose > 1:
|
| /linux/drivers/media/pci/mantis/ |
| H A D | mantis_common.h | 29 if ((mantis->verbose > MANTIS_ERROR) && (mantis->verbose > y)) \ 31 else if ((mantis->verbose > MANTIS_NOTICE) && (mantis->verbose > y)) \ 33 else if ((mantis->verbose > MANTIS_INFO) && (mantis->verbose > y)) \ 35 else if ((mantis->verbose > MANTIS_DEBUG) && (mantis->verbose > y)) \ 37 else if ((mantis->verbose > MANTIS_TMG) && (mantis->verbose > y)) \ 40 if (mantis->verbose > y) \ 100 unsigned int verbose; member
|
| /linux/tools/perf/util/ |
| H A D | debug.c | 43 int verbose; variable 157 veprintf(1, verbose, fmt, args); in pr_stat() 159 eprintf(1, verbose, "\n"); in pr_stat() 237 { .name = "verbose", .value_ptr = &verbose }, 255 /* Allow only verbose value in range (0, 10), otherwise set 0. */ in perf_debug_option() 256 verbose = (verbose < 0) || (verbose > 10) ? 0 : verbose; in perf_debug_option() [all...] |
| H A D | debug.h | 11 extern int verbose; 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 35 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 37 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 39 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-maps-race.c | 96 bool verbose; 381 if (!self->verbose) in check_shrink_result() 394 if (self->verbose && condition) in remap_vma() 400 static void report_test_start(const char *name, bool verbose) in patch_vma() 402 if (verbose) in patch_vma() 408 static void start_test_loop(struct timespec *ts, bool verbose) in check_remap_result() 410 if (verbose) in check_remap_result() 414 static void end_test_iteration(struct timespec *ts, bool verbose) in FIXTURE_SETUP() 416 if (!verbose) in FIXTURE_SETUP() local 428 static void end_test_loop(bool verbose) in FIXTURE_SETUP() 82 bool verbose; FIXTURE() local 250 report_test_start(const char * name,bool verbose) report_test_start() argument 258 start_test_loop(struct timespec * ts,bool verbose) start_test_loop() argument 264 end_test_iteration(struct timespec * ts,bool verbose) end_test_iteration() argument 278 end_test_loop(bool verbose) end_test_loop() argument [all...] |
| /linux/tools/hv/ |
| H A D | lsvmbus | 14 verbose = 0 variable 15 if options.verbose is not None: 16 verbose = options.verbose variable 98 if verbose == 0: 100 elif verbose == 1:
|
| /linux/tools/power/cpupower/bench/ |
| H A D | benchmark.c | 40 if (config->verbose) in calculate_timespace() 62 if (config->verbose) in calculate_timespace() 111 if (config->verbose) in start_benchmark() 119 if (config->verbose) in start_benchmark() 131 if (config->verbose) in start_benchmark() 157 if (config->verbose) in start_benchmark() 174 if (config->verbose) in start_benchmark()
|
| H A D | system.c | 140 if (config->verbose || config->output != stdout) in prepare_user() 154 if (config->verbose) in prepare_system() 161 if (config->verbose) in prepare_system() 167 if (config->verbose) in prepare_system() 173 if (config->verbose) in prepare_system()
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | nsPlugin.py | 57 if self.args.verbose: 66 if self.args.verbose: 75 if self.args.verbose: 81 if self.args.verbose > 3: 91 if self.args.verbose: 100 if self.args.verbose: 114 if self.args.verbose: 125 if self.args.verbose: 234 if self.args.verbose > 3: 242 if self.args.verbose > [all...] |
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | xen_shinfo_test.c | 439 bool verbose; in main() local 442 verbose = argc > 1 && (!strncmp(argv[1], "-v", 3) || in main() 638 if (verbose) in main() 648 if (verbose) in main() 657 if (verbose) in main() 672 if (verbose) in main() 684 if (verbose) in main() 696 if (verbose) in main() 704 if (verbose) in main() 718 if (verbose) in main() [all …]
|
| /linux/arch/arm/boot/compressed/ |
| H A D | decompress.c | 18 # define Tracev(x) {if (verbose) fprintf x ;} 19 # define Tracevv(x) {if (verbose>1) fprintf x ;} 20 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} 21 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
|
| /linux/lib/ |
| H A D | test_lockup.c | 169 static void test_lock(bool master, bool verbose) in test_lock() argument 177 if (verbose) in test_lock() 183 if (verbose) in test_lock() 193 if (verbose) in test_lock() 214 if (verbose) in test_lock() 221 if (verbose) in test_lock() 246 static void test_unlock(bool master, bool verbose) in test_unlock() argument 253 if (verbose) in test_unlock() 260 if (verbose) in test_unlock() 282 if (verbose) in test_unlock() [all …]
|