| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | disasm.c | 107 static void print_bpf_end_insn(bpf_insn_print_t verbose, in print_bpf_end_insn() argument 111 verbose(private_data, "(%02x) r%d = %s%d r%d\n", in print_bpf_end_insn() 121 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local 127 verbose(cbs->private_data, "BUG_alu64_%02x\n", insn->code); in print_bpf_insn() 129 print_bpf_end_insn(verbose, cbs->private_data, insn); in print_bpf_insn() 131 verbose(cbs->private_data, "(%02x) %c%d = -%c%d\n", in print_bpf_insn() 136 verbose(cbs->private_data, "(%02x) %c%d %s %c%d\n", in print_bpf_insn() 143 verbose(cbs->private_data, "(%02x) %c%d %s %d\n", in print_bpf_insn() 151 verbose(cbs->private_data, "(%02x) *(%s *)(r%d %+d) = r%d\n", in print_bpf_insn() 157 verbose(cbs->private_data, "(%02x) lock *(%s *)(r%d %+d) += r%d\n", in print_bpf_insn() [all …]
|
| H A D | verifier.c | 323 __printf(2, 3) static void verbose(void *private_data, const char *fmt, ...) in verbose() function 378 verbose(env, "%s\n", in verbose_linfo() 542 verbose(env, "_"); in print_liveness() 544 verbose(env, "r"); in print_liveness() 546 verbose(env, "w"); in print_liveness() 548 verbose(env, "D"); in print_liveness() 573 verbose(env, " frame%d:", state->frameno); in print_verifier_state() 579 verbose(env, " R%d", i); in print_verifier_state() 581 verbose(env, "=%s", reg_type_str[t]); in print_verifier_state() 583 verbose(env, "P"); in print_verifier_state() [all …]
|
| /OK3568_Linux_fs/kernel/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 | 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 | 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 | 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 | 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
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/mantis/ |
| H A D | mantis_core.c | 37 dprintk(verbose, MANTIS_ERROR, 1, in read_eeprom_byte() 54 dprintk(verbose, MANTIS_ERROR, 1, "Mantis EEPROM read error"); in get_mac_address() 58 dprintk(verbose, MANTIS_ERROR, 0, in get_mac_address() 107 dprintk(verbose, MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", in mantis_core_init() 110 dprintk(verbose, MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", in mantis_core_init() 113 dprintk(verbose, MANTIS_ERROR, 0, in mantis_core_init() 120 dprintk(verbose, MANTIS_ERROR, 1, "Mantis I2C init failed"); in mantis_core_init() 125 dprintk(verbose, MANTIS_ERROR, 1, "get MAC address failed"); in mantis_core_init() 130 dprintk(verbose, MANTIS_ERROR, 1, "Mantis DMA init failed"); in mantis_core_init() 135 dprintk(verbose, MANTIS_DEBUG, 1, "Mantis DVB init failed"); in mantis_core_init() [all …]
|
| 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
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_macdbg.c | 168 _dhd_get_ihr16(macdbg_info_t *macdbg_info, uint16 addr, struct bcmstrbuf *b, bool verbose) in _dhd_get_ihr16() argument 177 if (verbose) { in _dhd_get_ihr16() 190 _dhd_get_ihr32(macdbg_info_t *macdbg_info, uint16 addr, struct bcmstrbuf *b, bool verbose) in _dhd_get_ihr32() argument 199 if (verbose) { in _dhd_get_ihr32() 213 struct bcmstrbuf *b, bool verbose) in _dhd_set_ihr16() argument 221 if (verbose) { in _dhd_set_ihr16() 236 struct bcmstrbuf *b, bool verbose) in _dhd_set_ihr32() argument 244 if (verbose) { in _dhd_set_ihr32() 259 struct bcmstrbuf *b, bool verbose) in _dhd_get_d11obj32() argument 267 if (verbose) { in _dhd_get_d11obj32() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | main.c | 62 int verbose = 1; in main() local 86 test_cipher(verbose); in main() 87 test_ae(verbose); in main() 88 test_hash(verbose); in main() 89 test_hmac(verbose); in main() 90 test_rsa(verbose); in main() 96 test_cipher(verbose); in main() 99 test_ae(verbose); in main() 102 test_hash(verbose); in main() 105 test_hmac(verbose); in main() [all …]
|
| H A D | test_hash.c | 43 uint8_t *buffer, uint32_t buffer_len, bool is_hmac, int verbose) in test_hash_item_virt() argument 81 if (verbose) in test_hash_item_virt() 125 if (verbose) in test_hash_item_virt() 137 rk_crypto_mem *buffer, bool is_hmac, int verbose) in test_hash_item_fd() argument 173 if (verbose) in test_hash_item_fd() 210 if (verbose) in test_hash_item_fd() 221 RK_RES test_hash(int verbose) in test_hash() argument 248 res = test_hash_item_virt(&test_hash_tbl[i], buffer, buffer_len, false, verbose); in test_hash() 252 res = test_hash_item_fd(&test_hash_tbl[i], mem_buf, false, verbose); in test_hash() 264 RK_RES test_hmac(int verbose) in test_hmac() argument [all …]
|
| /OK3568_Linux_fs/kernel/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:
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | bpck6.c | 37 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 …]
|
| H A D | paride.c | 170 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 …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | toolchain.py | 59 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 98 if verbose: 225 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument 238 toolchain = Toolchain(fname, test, verbose, priority, arch) 245 elif verbose: 251 def ScanPath(self, path, verbose): argument 263 if verbose: print " - looking in '%s'" % dirname 265 if verbose: print " - found '%s'" % fname 285 def Scan(self, verbose): argument 295 if verbose: print 'Scanning for tool chains' [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | patchreview.py | 98 def analyse(results, want_blame=False, verbose=True): argument 105 if want_blame and not verbose: 140 if verbose: 144 if verbose: 148 if verbose: 152 if verbose: 156 if verbose: 160 if verbose: 172 if verbose: 213 analyse(results, want_blame=args.blame, verbose=args.verbose)
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | debug.c | 27 int verbose; variable 98 veprintf(1, verbose, fmt, args); in pr_stat() 100 eprintf(1, verbose, "\n"); in pr_stat() 178 { .name = "verbose", .value_ptr = &verbose }, 195 verbose = (verbose < 0) || (verbose > 10) ? 0 : verbose; in perf_debug_option() 220 ret = veprintf(__l, verbose, fmt, args); \
|
| H A D | debug.h | 10 extern int verbose; 21 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 23 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 25 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 27 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 29 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | tout.py | 48 return stdout_is_tty and verbose > 0 52 if verbose > 0 and stdout_is_tty: 63 if verbose > 0: 81 if verbose >= level: 153 global verbose, _progress, _color, _stdout, stdout_is_tty 155 verbose = _verbose
|
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | gdbsend.c | 21 int verbose = 0, docont = 0; variable 62 verbose = 1; in main() 77 if (verbose) in main() 98 if (verbose) in main() 109 if (verbose) in main() 117 if (verbose) in main()
|
| /OK3568_Linux_fs/kernel/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() 282 module_param(verbose, int, 0); 283 MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)");
|
| /OK3568_Linux_fs/kernel/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()
|