/openbmc/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 …]
|
/openbmc/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() 173 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local 179 print_bpf_bswap_insn(verbose, cbs->private_data, insn); in print_bpf_insn() 181 print_bpf_end_insn(verbose, cbs->private_data, insn); in print_bpf_insn() 183 verbose(cbs->private_data, "(%02x) %c%d = -%c%d\n", in print_bpf_insn() 188 verbose(cbs->private_data, "(%02x) %c%d %s %s%c%d\n", in print_bpf_insn() 197 verbose(cbs->private_data, "(%02x) %c%d %s %d\n", in print_bpf_insn() [all …]
|
H A D | verifier.c | 361 __printf(2, 3) static void verbose(void *private_data, const char *fmt, ...) in verbose() function 403 verbose(env, "%s\n", in verbose_linfo() 417 verbose(env, "At %s the register %s ", ctx, reg_name); in verbose_invalid_scalar() 420 verbose(env, "has value %s", tn_buf); in verbose_invalid_scalar() 422 verbose(env, "has unknown scalar value"); in verbose_invalid_scalar() 425 verbose(env, " should have been in %s\n", tn_buf); in verbose_invalid_scalar() 670 verbose(env, "_"); in print_liveness() 672 verbose(env, "r"); in print_liveness() 674 verbose(env, "w"); in print_liveness() 676 verbose(env, "D"); in print_liveness() [all …]
|
/openbmc/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() 173 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local 179 print_bpf_bswap_insn(verbose, cbs->private_data, insn); in print_bpf_insn() 181 print_bpf_end_insn(verbose, cbs->private_data, insn); in print_bpf_insn() 183 verbose(cbs->private_data, "(%02x) %c%d = -%c%d\n", in print_bpf_insn() 188 verbose(cbs->private_data, "(%02x) %c%d %s %s%c%d\n", in print_bpf_insn() 197 verbose(cbs->private_data, "(%02x) %c%d %s %d\n", in print_bpf_insn() [all …]
|
/openbmc/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
|
/openbmc/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:
|
/openbmc/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
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | patchreview | 118 def analyse(results, want_blame=False, verbose=True): argument 125 if want_blame and not verbose: 154 if verbose: 158 if verbose: 162 if verbose: 166 if verbose: 170 if verbose: 174 if verbose: 183 def display_summary(summary, verbose): argument 190 if verbose: [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | upgrade_options_processing.patch | 23 + $GLOBAL_VERBOSE = $opts{verbose}; 36 my $verbose = 0; 43 "v" => \$verbose, 55 -&setOptions($debug,$log_only,$verbose); 58 + verbose => $verbose); 81 -&setOptions($debug,$log_only,$verbose,$audit,$auditnobrowser,$os_version); 85 + verbose => $verbose,
|
H A D | accept_os_flag_in_backend.patch | 18 "v" => \$verbose, 29 - verbose => $verbose); 30 + verbose => $verbose,
|
/openbmc/linux/tools/perf/util/ |
H A D | debug.c | 35 int verbose; variable 139 veprintf(1, verbose, fmt, args); in pr_stat() 141 eprintf(1, verbose, "\n"); in pr_stat() 219 { .name = "verbose", .value_ptr = &verbose }, 236 verbose = (verbose < 0) || (verbose > 10) ? 0 : verbose; in perf_debug_option() 239 if (verbose == 1) in perf_debug_option() 241 else if (verbose == 2) in perf_debug_option() 243 else if (verbose >= 3) in perf_debug_option() 273 ret = veprintf(__l, verbose, fmt, args); \
|
/openbmc/u-boot/tools/buildman/ |
H A D | toolchain.py | 60 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 102 if verbose: 253 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument 266 toolchain = Toolchain(fname, test, verbose, priority, arch, 274 elif verbose: 280 def ScanPath(self, path, verbose): argument 292 if verbose: print " - looking in '%s'" % dirname 294 if verbose: print " - found '%s'" % fname 314 def Scan(self, verbose): argument 324 if verbose: print 'Scanning for tool chains' [all …]
|
/openbmc/u-boot/tools/gdb/ |
H A D | gdbsend.c | 20 int verbose = 0, docont = 0; variable 61 verbose = 1; in main() 76 if (verbose) in main() 97 if (verbose) in main() 108 if (verbose) in main() 116 if (verbose) in main()
|
/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 49 return stdout_is_tty and verbose > 0 54 if verbose > 0 and stdout_is_tty and in_progress: 67 if verbose > 0: 86 if verbose >= level: 158 global verbose, _progress, _color, _stdout, stdout_is_tty 160 verbose = _verbose
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kfigure.py | 179 kernellog.verbose(app, "kfigure: check installed tools ...") 187 kernellog.verbose(app, "use dot(1) from: " + dot_cmd) 202 kernellog.verbose(app, "use inkscape(1) from: " + inkscape_cmd) 213 kernellog.verbose(app, "use convert(1) from: " + convert_cmd) 215 kernellog.verbose(app, 222 kernellog.verbose(app, "use rsvg-convert(1) from: " + rsvg_convert_cmd) 223 kernellog.verbose(app, "use 'dot -Tsvg' and rsvg-convert(1) for DOT -> PDF conversion") 226 kernellog.verbose(app, 230 kernellog.verbose(app, "use 'dot -Tpdf' for DOT -> PDF conversion") 232 kernellog.verbose(app, "use 'dot -Tsvg' and convert(1) for DOT -> PDF conversion") [all …]
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchreview.py | 109 def analyse(results, want_blame=False, verbose=True): argument 116 if want_blame and not verbose: 151 if verbose: 155 if verbose: 159 if verbose: 163 if verbose: 167 if verbose: 171 if verbose: 183 if verbose: 252 analyse(results, want_blame=args.blame, verbose=args.verbose)
|
/openbmc/linux/drivers/watchdog/ |
H A D | cpu5wdt.c | 26 static int verbose; variable 60 if (verbose > 2) in cpu5wdt_trigger() 85 if (verbose) in cpu5wdt_reset() 118 if (verbose) in cpu5wdt_stop() 209 if (verbose) in cpu5wdt_init() 210 pr_debug("port=0x%x, verbose=%i\n", port, verbose); in cpu5wdt_init() 281 module_param(verbose, int, 0); 282 MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)");
|
/openbmc/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()
|
/openbmc/linux/tools/hv/ |
H A D | lsvmbus | 14 verbose = 0 15 if options.verbose is not None: 16 verbose = options.verbose 98 if verbose == 0: 100 elif verbose == 1:
|
/openbmc/qemu/scripts/qemugdb/ |
H A D | aio.py | 18 def dump_aiocontext(context, verbose): argument 27 if verbose and cur['io_read'] == sym_fd_coroutine_enter: 42 verbose = False 46 verbose = True 57 dump_aiocontext(gdb.parse_and_eval(handlers_name), verbose)
|