/linux/drivers/media/pci/bt8xx/ |
A D | dst_ca.c | 44 static unsigned int verbose = 5; variable 45 module_param(verbose, int, 0644); 180 dprintk(verbose, DST_CA_INFO, 0, " DST data = ["); in ca_get_ca_info() 184 dprintk(verbose, DST_CA_INFO, 0, "]\n"); in ca_get_ca_info() 194 dprintk(verbose, DST_CA_INFO, 0, " CA_INFO = ["); in ca_get_ca_info() 205 dprintk(verbose, DST_CA_INFO, 0, "]\n"); in ca_get_ca_info() 229 dprintk(verbose, DST_CA_INFO, 0, "\n"); in ca_get_slot_caps() 269 dprintk(verbose, DST_CA_INFO, 0, "\n"); in ca_get_slot_info() 389 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ "); in debug_string() 392 dprintk(verbose, DST_CA_DEBUG, 0, "]\n"); in debug_string() [all …]
|
/linux/kernel/bpf/ |
A D | disasm.c | 125 verbose(private_data, "(%02x) r%d = %s%d r%d\n", in print_bpf_end_insn() 135 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local 145 verbose(cbs->private_data, "(%02x) %c%d = -%c%d\n", in print_bpf_insn() 150 verbose(cbs->private_data, "(%02x) %c%d %s %c%d\n", in print_bpf_insn() 157 verbose(cbs->private_data, "(%02x) %c%d %s %d\n", in print_bpf_insn() 253 verbose(cbs->private_data, "(%02x) r%d = %s\n", in print_bpf_insn() 268 verbose(cbs->private_data, "(%02x) call pc%s\n", in print_bpf_insn() 280 verbose(cbs->private_data, "(%02x) goto pc%+d\n", in print_bpf_insn() 285 verbose(cbs->private_data, in print_bpf_insn() 293 verbose(cbs->private_data, in print_bpf_insn() [all …]
|
A D | verifier.c | 1568 verbose(env, in push_async_cb() 3708 verbose(env, in check_pkt_ptr_alignment() 3845 verbose(env, in check_max_stack_depth() 3968 verbose(env, in __check_buffer_access() 3977 verbose(env, in __check_buffer_access() 4122 verbose(env, in check_ptr_to_btf_access() 4131 verbose(env, in check_ptr_to_btf_access() 4187 verbose(env, in check_ptr_to_map_access() 4864 verbose(env, in process_spin_lock() 4870 verbose(env, in process_spin_lock() [all …]
|
/linux/drivers/media/dvb-frontends/ |
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, "-->()") 74 dprintk(verbose, MB86A16_DEBUG, 1, in mb86a16_write() 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() 444 dprintk(verbose, MB86A16_ERROR, 1, "CNTM set Error"); in signal_det() 1076 dprintk(verbose, MB86A16_ERROR, 1, "EN set error"); in mb86a16_set_fe() 1175 dprintk(verbose, MB86A16_ERROR, 1, "srst error"); in mb86a16_set_fe() [all …]
|
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() 476 dprintk(state->verbose, FE_DEBUGREG, 1, in stb0899_read_regs() 506 dprintk(state->verbose, FE_DEBUGREG, 1, in stb0899_write_regs() 1082 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_read_status() 1088 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_read_status() 1094 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_read_status() 1486 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_search() 1530 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_search() [all …]
|
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()
|
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) \
|
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() 165 if (unlikely(verbose > FE_DEBUG)) { in stb6100_read_reg() 199 if (unlikely(verbose > FE_DEBUG)) { in stb6100_write_reg_range() 235 dprintk(verbose, FE_ERROR, 1, "%s failed", __func__); in stb6100_get_status() 317 dprintk(verbose, FE_DEBUG, 1, in stb6100_get_frequency() 335 dprintk(verbose, FE_DEBUG, 1, "Version 2010-8-14 13:51"); in stb6100_set_frequency() 433 dprintk(verbose, FE_DEBUG, 1, in stb6100_set_frequency() [all …]
|
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
|
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() 448 dprintk(state->verbose, FE_DEBUG, 1, "----> RANGEOK !"); in stb0899_check_range() 619 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_dvbs_algo() 624 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_dvbs_algo() 629 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_dvbs_algo() 634 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_dvbs_algo() 641 dprintk(state->verbose, FE_DEBUG, 1, in stb0899_dvbs_algo() [all …]
|
/linux/drivers/media/pci/mantis/ |
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/tc-testing/ |
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/block/paride/ |
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 …]
|
A D | paride.c | 188 if (verbose) in default_test_proto() 204 res = default_test_proto(pi, scratch, verbose); in pi_test_proto() 267 if (verbose) in pi_register_parport() 288 return (!pi_test_proto(pi, scratch, verbose)); in pi_probe_mode() 298 if (!pi_test_proto(pi, scratch, verbose)) in pi_probe_mode() 317 if (!pi_register_parport(pi, verbose, s)) in pi_probe_unit() 332 if (pi_probe_mode(pi, max, scratch, verbose)) in pi_probe_unit() 342 if (!pi_probe_mode(pi, max, scratch, verbose)) { in pi_probe_unit() 352 int devtype, int verbose, char *device) in pi_init() argument 410 (pi, unit, scratch, verbose)) in pi_init() [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | test-component.yaml | 16 - test-cpu-verbose 17 - test-cpu-verbose-dai 18 - test-cpu-verbose-component 20 - test-codec-verbose 21 - test-codec-verbose-dai 22 - test-codec-verbose-component
|
/linux/drivers/watchdog/ |
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)");
|
/linux/tools/power/cpupower/bench/ |
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()
|
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/hv/ |
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:
|
/linux/tools/perf/util/ |
A D | debug.c | 28 int verbose; variable 132 veprintf(1, verbose, fmt, args); in pr_stat() 134 eprintf(1, verbose, "\n"); in pr_stat() 212 { .name = "verbose", .value_ptr = &verbose }, 229 verbose = (verbose < 0) || (verbose > 10) ? 0 : verbose; in perf_debug_option() 254 ret = veprintf(__l, verbose, fmt, args); \
|
A D | debug.h | 11 extern int verbose; 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 33 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 35 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 37 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/linux/lib/ |
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() 253 if (verbose) in test_unlock() 260 if (verbose) in test_unlock() 282 if (verbose) in test_unlock() 291 if (verbose) in test_unlock() [all …]
|
/linux/fs/unicode/ |
A D | mkutf8data.c | 50 int verbose = 0; variable 667 if (verbose > 0) in prune() 807 if (verbose > 0) in prune() 825 if (verbose > 0) in mark_nodes() 933 if (verbose > 0) in mark_nodes() 958 if (verbose > 0) in index_nodes() 1017 if (verbose > 0) in index_nodes() 1069 if (verbose > 0) in size_nodes() 1177 if (verbose > 0) in size_nodes() 1207 if (verbose > 0) in emit() [all …]
|
/linux/samples/mei/ |
A D | mei-amt-version.c | 84 if (_me->verbose) \ 95 bool verbose; member 112 unsigned char req_protocol_version, bool verbose) in mei_init() argument 118 me->verbose = verbose; in mei_init() 304 unsigned long send_timeout, bool verbose) in amt_host_if_init() argument 307 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose); in amt_host_if_init() 454 bool verbose; in main() local 456 verbose = (argc > 1 && strcmp(argv[1], "-v") == 0); in main() 458 if (!amt_host_if_init(&acmd, 5000, verbose)) { in main()
|
/linux/tools/perf/pmu-events/ |
A 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__)
|