Searched refs:verbose (Results 1 - 25 of 75) sorted by relevance

123

/drivers/media/dvb/bt8xx/
H A Ddst_ca.c56 static unsigned int verbose = 5; variable
57 module_param(verbose, int, 0644);
58 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)");
84 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum.");
85 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length);
87 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]);
99 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover");
104 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed.");
108 dprintk(verbose, DST_CA_INF
[all...]
H A Ddst.c33 static unsigned int verbose = 1; variable
34 module_param(verbose, int, 0644);
35 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)");
94 dprintk(verbose, DST_INFO, 1, "mask=[%04x], enbb=[%04x], outhigh=[%04x]", mask, enbb, outhigh);
96 dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, mask, enbb);
108 dprintk(verbose, DST_INFO, 1, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)", err, enbb, outhigh);
122 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb error (err == %i)", err);
132 dprintk(verbose, DST_INFO, 1, "Resetting state machine");
134 dprintk(verbose, DST_ERRO
[all...]
/drivers/media/dvb/frontends/
H A Dstv6110x_priv.h34 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) \
H A Disl6423.c32 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_DEBU
65 unsigned int verbose; member in struct:isl6423_dev
[all...]
H A Dmb86a16.c31 unsigned int verbose = 5; variable
32 module_param(verbose, int, 0644);
73 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()")
74 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->")
88 dprintk(verbose, MB86A16_DEBUG, 1,
118 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=0x%i)",
142 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error");
169 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error");
180 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error");
196 dprintk(verbose, MB86A16_ERRO
[all...]
H A Dstb0899_drv.c35 static unsigned int verbose = 0;//1; variable
36 module_param(verbose, int, 0644);
245 dprintk(state->verbose, FE_ERROR, 1,
251 if (unlikely(*state->verbose >= FE_DEBUGREG))
252 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%02x], data=%02x",
365 if (unlikely(*state->verbose >= FE_DEBUGREG))
422 if (unlikely(*state->verbose >= FE_DEBUGREG))
484 if (unlikely(*state->verbose >= FE_DEBUGREG)) {
514 if (unlikely(*state->verbose >= FE_DEBUGREG)) {
534 dprintk(state->verbose, FE_ERRO
[all...]
H A Dstv090x_priv.h35 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; /* Cache member in struct:stv090x_state
[all...]
H A Dstb6100.c31 static unsigned int verbose; variable
32 module_param(verbose, int, 0644);
143 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]",
148 if (unlikely(verbose > FE_DEBUG)) {
151 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address);
153 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[i], regs[i]);
173 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg);
176 if (unlikely(verbose > FE_DEBUG)) {
177 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address);
178 dprintk(verbose, FE_DEBU
[all...]
H A Dstb0899_algo.c82 dprintk(state->verbose, FE_DEBUG, 1, "-->");
190 dprintk(state->verbose, FE_DEBUG, 1, "-->ANALOG Carrier !");
193 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK !");
197 dprintk(state->verbose, FE_DEBUG, 1, "-->NO TIMING !");
239 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK ! Derot Freq = %d", internal->derot_freq);
261 dprintk(state->verbose, FE_DEBUG, 1, "--------------------> STB0899_DSTATUS=[0x%02x]", reg);
264 dprintk(state->verbose, FE_DEBUG, 1, "-------------> CARRIEROK !");
267 dprintk(state->verbose, FE_DEBUG, 1, "-------------> NOCARRIER !");
295 dprintk(state->verbose, FE_DEBUG, 1, "Derot Freq=%d, mclk=%d", derot_freq, internal->mclk);
321 dprintk(state->verbose, FE_DEBU
[all...]
H A Dves1820.c47 static int verbose; variable
322 if (verbose) {
393 if (verbose)
440 module_param(verbose, int, 0644);
441 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
/drivers/media/dvb/mantis/
H A Dmantis_core.c49 dprintk(verbose, MANTIS_ERROR, 1,
72 dprintk(verbose, MANTIS_ERROR, 1,
89 dprintk(verbose, MANTIS_ERROR, 1, "Mantis EEPROM read error");
93 dprintk(verbose, MANTIS_ERROR, 0,
142 dprintk(verbose, MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n",
145 dprintk(verbose, MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ",
148 dprintk(verbose, MANTIS_ERROR, 0,
155 dprintk(verbose, MANTIS_ERROR, 1, "Mantis I2C init failed");
160 dprintk(verbose, MANTIS_ERROR, 1, "get MAC address failed");
165 dprintk(verbose, MANTIS_ERRO
[all...]
H A Dmantis_common.h40 if ((mantis->verbose > MANTIS_ERROR) && (mantis->verbose > y)) \
42 else if ((mantis->verbose > MANTIS_NOTICE) && (mantis->verbose > y)) \
44 else if ((mantis->verbose > MANTIS_INFO) && (mantis->verbose > y)) \
46 else if ((mantis->verbose > MANTIS_DEBUG) && (mantis->verbose > y)) \
48 else if ((mantis->verbose > MANTIS_TMG) && (mantis->verbose >
105 unsigned int verbose; member in struct:mantis_pci
[all...]
H A Dhopper_cards.c45 static unsigned int verbose; variable
46 module_param(verbose, int, 0644);
47 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
169 mantis->verbose = verbose;
H A Dmantis_cards.c53 static unsigned int verbose; variable
54 module_param(verbose, int, 0644);
55 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
177 mantis->verbose = verbose;
/drivers/block/paride/
H A Dbpck6.c37 static bool verbose; /* set this to 1 to see debugging messages and whatnot */ variable
93 if(verbose)
117 if(verbose)
127 if(verbose)
161 if(verbose)
174 if(verbose)
182 if(verbose)
190 if(verbose)
198 static void bpck6_log_adapter( PIA *pi, char * scratch, int verbose )
252 if(verbose)
[all...]
H A Dparide.c169 static int default_test_proto(PIA * pi, char *scratch, int verbose) argument
187 if (verbose)
195 static int pi_test_proto(PIA * pi, char *scratch, int verbose) argument
201 res = pi->proto->test_proto(pi, scratch, verbose);
203 res = default_test_proto(pi, scratch, verbose);
247 static int pi_register_parport(PIA * pi, int verbose) argument
264 if (verbose)
272 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose) argument
285 return (!pi_test_proto(pi, scratch, verbose));
295 if (!pi_test_proto(pi, scratch, verbose))
302 pi_probe_unit(PIA * pi, int unit, char *scratch, int verbose) argument
347 pi_init(PIA * pi, int autoprobe, int port, int mode, int unit, int protocol, int delay, char *scratch, int devtype, int verbose, char *device) argument
[all...]
H A Dfrpw.c224 static int frpw_test_proto( PIA *pi, char * scratch, int verbose )
233 if (verbose)
240 if (verbose)
263 if (verbose) {
272 static void frpw_log_adapter( PIA *pi, char * scratch, int verbose )
H A Dkbic.c230 int verbose, char * chip )
242 static void k951_log_adapter( PIA *pi, char * scratch, int verbose )
244 { kbic_log_adapter(pi,scratch,verbose,"KBIC-951A");
247 static void k971_log_adapter( PIA *pi, char * scratch, int verbose )
249 { kbic_log_adapter(pi,scratch,verbose,"KBIC-971A");
229 kbic_log_adapter( PIA *pi, char * scratch, int verbose, char * chip ) argument
H A Dpg.c97 verbose This parameter controls the amount of logging
140 static bool verbose = 0; variable
171 module_param(verbose, bool, 0644);
308 if (verbose > 1)
344 if (verbose > 1) {
373 if (verbose > 1)
408 if (verbose) {
487 PI_PG, verbose, dev->name)) {
502 pg_scratch, PI_PG, verbose, dev->name)) {
540 pg_identify(dev, (verbose >
[all...]
H A Dfriq.c183 static int friq_test_proto( PIA *pi, char * scratch, int verbose )
210 if (verbose) {
219 static void friq_log_adapter( PIA *pi, char * scratch, int verbose )
/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h126 u_char verbose; member in struct:sym_driver_setup
139 #define boot_verbose sym_driver_setup.verbose
154 .verbose = 0, \
/drivers/watchdog/
H A Dcpu5wdt.c41 static int verbose; variable
75 if (verbose > 2)
100 if (verbose)
133 if (verbose)
223 if (verbose)
224 pr_debug("port=0x%x, verbose=%i\n", port, verbose);
296 module_param(verbose, int, 0);
297 MODULE_PARM_DESC(verbose, "be verbose, defaul
[all...]
/drivers/macintosh/ams/
H A Dams-core.c34 static bool verbose; variable
35 module_param(verbose, bool, 0644);
36 MODULE_PARM_DESC(verbose, "Show free falls and shocks in kernel output");
111 if (verbose)
118 if (verbose)
/drivers/staging/mei/
H A Dmei-amt-version.c84 if (_me->verbose) \
95 bool verbose; member in struct:mei
112 unsigned char req_protocol_version, bool verbose)
120 me->verbose = verbose;
297 unsigned long send_timeout, bool verbose)
300 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose);
447 bool verbose; local
449 verbose = (argc > 1 && strcmp(argv[1], "-v") == 0);
451 if (!amt_host_if_init(&acmd, 5000, verbose)) {
111 mei_init(struct mei *me, const uuid_le *guid, unsigned char req_protocol_version, bool verbose) argument
296 amt_host_if_init(struct amt_host_if *acmd, unsigned long send_timeout, bool verbose) argument
[all...]
/drivers/platform/x86/
H A Dacerhdf.c88 static unsigned int verbose; variable
105 module_param(verbose, uint, 0600);
106 MODULE_PARM_DESC(verbose, "Enable verbose dmesg output");
264 if (verbose)
294 if (verbose)
318 if (verbose)
372 if (verbose)
511 if (verbose)
587 if (verbose)
[all...]

Completed in 449 milliseconds

123