| /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/kernel/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 | verifier.c | 363 __printf(2, 3) static void verbose(void *private_data, const char *fmt, ...) in verbose() function 383 verbose(env, "%s the register %s has", ctx, reg_name); in verbose_invalid_scalar() 385 verbose(env, " smin=%lld", reg->smin_value); in verbose_invalid_scalar() 389 verbose(env, " smax=%lld", reg->smax_value); in verbose_invalid_scalar() 393 verbose(env, " unknown scalar value"); in verbose_invalid_scalar() 394 verbose(env, " should have been in [%d, %d]\n", range.minval, range.maxval); in verbose_invalid_scalar() 644 verbose(env, "%s has to be at a constant offset\n", obj_kind); in stack_slot_obj_get_spi() 650 verbose(env, "cannot pass in %s at an offset=%d\n", obj_kind, off); in stack_slot_obj_get_spi() 656 verbose(env, "cannot pass in %s at an offset=%d\n", obj_kind, off); in stack_slot_obj_get_spi() 914 verbose(env, "cannot overwrite referenced dynptr\n"); in destroy_if_dynptr_stack_slot() [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.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 unload_module(const char *name, bool verbose);
|
| /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 | 179 verbose = self.verbose 182 verbose = False 195 if not verbose: 198 def __init__(self, builddir, venv=None, verbose=False, n_jobs=None, argument 202 self.verbose = None 229 if not verbose: 230 verbose = bool(os.environ.get("KBUILD_VERBOSE", "") != "") 232 if verbose is not None: 233 self.verbose = verbose 329 if self.verbose: [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/testing/selftests/proc/ |
| H A D | proc-maps-race.c | 82 bool verbose; in FIXTURE() local 231 if (!self->verbose) in print_boundaries() 244 if (self->verbose && condition) in print_boundaries_on() 250 static void report_test_start(const char *name, bool verbose) in report_test_start() argument 252 if (verbose) in report_test_start() 258 static void start_test_loop(struct timespec *ts, bool verbose) in start_test_loop() argument 260 if (verbose) in start_test_loop() 264 static void end_test_iteration(struct timespec *ts, bool verbose) in end_test_iteration() argument 266 if (!verbose) in end_test_iteration() 278 static void end_test_loop(bool verbose) in end_test_loop() argument [all …]
|
| /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 }, 256 verbose = (verbose < 0) || (verbose > 10) ? 0 : verbose; in perf_debug_option() 259 if (verbose == 1) in perf_debug_option() 261 else if (verbose == 2) in perf_debug_option() 263 else if (verbose >= 3) in perf_debug_option() 295 ret = veprintf(__l, verbose, fmt, args); \
|
| 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/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: 124 if self.args.verbose: 227 if self.args.verbose > 3: 235 if self.args.verbose > 3:
|
| /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/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | load.py | 91 self.stop(verbose=True) 114 self.stop(verbose=failed) 116 def stop(self, verbose=None): 118 if verbose: 123 if verbose: 48 stop(self, verbose=None) global() argument
|