/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 56 static unsigned int verbose = 5; variable 57 module_param(verbose, int, 0644); 58 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); 70 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); in put_checksum() 71 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum() 73 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum() 85 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover"); in dst_ci_command() 90 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed."); in dst_ci_command() 94 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command() 100 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready"); in dst_ci_command() [all …]
|
/Linux-v4.19/kernel/bpf/ |
D | disasm.c | 115 static void print_bpf_end_insn(bpf_insn_print_t verbose, in print_bpf_end_insn() argument 119 verbose(private_data, "(%02x) r%d = %s%d r%d\n", in print_bpf_end_insn() 129 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local 135 verbose(cbs->private_data, "BUG_alu64_%02x\n", insn->code); in print_bpf_insn() 137 print_bpf_end_insn(verbose, cbs->private_data, insn); in print_bpf_insn() 139 verbose(cbs->private_data, "(%02x) r%d = %s-r%d\n", in print_bpf_insn() 144 verbose(cbs->private_data, "(%02x) %sr%d %s %sr%d\n", in print_bpf_insn() 151 verbose(cbs->private_data, "(%02x) %sr%d %s %s%d\n", in print_bpf_insn() 160 verbose(cbs->private_data, "(%02x) *(%s *)(r%d %+d) = r%d\n", in print_bpf_insn() 166 verbose(cbs->private_data, "(%02x) lock *(%s *)(r%d %+d) += r%d\n", in print_bpf_insn() [all …]
|
D | verifier.c | 233 __printf(2, 3) static void verbose(void *private_data, const char *fmt, ...) in verbose() function 270 verbose(env, "_"); in print_liveness() 272 verbose(env, "r"); in print_liveness() 274 verbose(env, "w"); in print_liveness() 293 verbose(env, " frame%d:", state->frameno); in print_verifier_state() 299 verbose(env, " R%d", i); in print_verifier_state() 301 verbose(env, "=%s", reg_type_str[t]); in print_verifier_state() 305 verbose(env, "%lld", reg->var_off.value + reg->off); in print_verifier_state() 307 verbose(env, ",call_%d", func(env, reg)->callsite); in print_verifier_state() 309 verbose(env, "(id=%d", reg->id); in print_verifier_state() [all …]
|
/Linux-v4.19/drivers/media/pci/mantis/ |
D | mantis_core.c | 49 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 …]
|
D | mantis_common.h | 41 if ((mantis->verbose > MANTIS_ERROR) && (mantis->verbose > y)) \ 43 else if ((mantis->verbose > MANTIS_NOTICE) && (mantis->verbose > y)) \ 45 else if ((mantis->verbose > MANTIS_INFO) && (mantis->verbose > y)) \ 47 else if ((mantis->verbose > MANTIS_DEBUG) && (mantis->verbose > y)) \ 49 else if ((mantis->verbose > MANTIS_TMG) && (mantis->verbose > y)) \ 52 if (mantis->verbose > y) \ 112 unsigned int verbose; member
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_libbpf_open.c | 58 int test_walk_progs(struct bpf_object *obj, bool verbose) in test_walk_progs() argument 65 if (verbose) in test_walk_progs() 72 int test_walk_maps(struct bpf_object *obj, bool verbose) in test_walk_maps() argument 79 if (verbose) in test_walk_maps() 86 int test_open_file(char *filename, bool verbose) in test_open_file() argument 91 if (verbose) in test_open_file() 100 if (verbose) in test_open_file() 105 test_walk_progs(bpfobj, verbose); in test_open_file() 106 test_walk_maps(bpfobj, verbose); in test_open_file() 108 if (verbose) in test_open_file() [all …]
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | mb86a16.c | 31 static unsigned int verbose = 5; variable 32 module_param(verbose, int, 0644); 71 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()") 72 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->") 86 dprintk(verbose, MB86A16_DEBUG, 1, in mb86a16_write() 116 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=%i)", in mb86a16_read() 142 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in CNTM_set() 169 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in smrt_set() 180 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in srst() 196 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcex_data_set() [all …]
|
D | stv6110x_priv.h | 34 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) \
|
D | isl6423.c | 32 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()
|
D | stb0899_drv.c | 39 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 dprintk(state->verbose, FE_DEBUGREG, 1, in stb0899_read_regs() 518 dprintk(state->verbose, FE_DEBUGREG, 1, in stb0899_write_regs() 532 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", in stb0899_write_regs() [all …]
|
D | stb6100.c | 31 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 …]
|
D | stv090x_priv.h | 35 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
|
D | stb0899_algo.c | 83 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 …]
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
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-v4.19/drivers/block/paride/ |
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 …]
|
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 …]
|
/Linux-v4.19/tools/hv/ |
D | lsvmbus | 10 more verbose messages", action="count") 14 verbose = 0 15 if options.verbose is not None: 16 verbose = options.verbose 95 if verbose == 0: 97 elif verbose == 1:
|
/Linux-v4.19/tools/perf/util/ |
D | debug.h | 14 extern int verbose; 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 30 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 32 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | benchmark.c | 53 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()
|
D | system.c | 153 if (config->verbose || config->output != stdout) in prepare_user() 167 if (config->verbose) in prepare_system() 174 if (config->verbose) in prepare_system() 180 if (config->verbose) in prepare_system() 186 if (config->verbose) in prepare_system()
|
/Linux-v4.19/drivers/watchdog/ |
D | cpu5wdt.c | 40 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-v4.19/tools/perf/pmu-events/ |
D | json.h | 14 extern int verbose; 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 25 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(2, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf.txt | 18 --debug verbose # sets verbose = 1 19 --debug verbose=2 # sets verbose = 2 22 verbose - general debug messages
|
/Linux-v4.19/arch/arm/boot/compressed/ |
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-v4.19/drivers/platform/x86/ |
D | acerhdf.c | 88 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() 359 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()
|