Searched defs:verbose (Results 1 - 25 of 52) sorted by relevance

123

/drivers/media/dvb-frontends/
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 Dstb6100.c31 static unsigned int verbose; variable
32 module_param(verbose, int, 0644);
145 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]",
150 if (unlikely(verbose > FE_DEBUG)) {
153 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address);
155 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[i], regs[i]);
174 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg);
177 if (unlikely(verbose > FE_DEBUG)) {
178 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address);
179 dprintk(verbose, FE_DEBU
[all...]
H A Dstv6110x.c38 static unsigned int verbose; variable
39 module_param(verbose, int, 0644);
40 MODULE_PARM_DESC(verbose, "Set Verbosity level");
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");
H A Dtda10021.c53 static int verbose; variable
398 if (verbose) {
521 module_param(verbose, int, 0644);
522 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
H A Dtda10023.c62 static int verbose; variable
470 if (verbose) {
/drivers/media/pci/mantis/
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;
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...]
/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 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 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 Dpcd.c63 verbose This parameter controls the amount of logging
114 static int verbose = 0; variable
147 module_param(verbose, int, 0644);
426 if (verbose > 1)
432 if (verbose > 1)
436 if (verbose < 2)
505 #define DBMSG(msg) ((verbose>1)?(msg):NULL)
557 if (verbose) {
619 if (verbose)
697 PI_PCD, verbose, c
[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/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.c40 static int verbose; variable
74 if (verbose > 2)
99 if (verbose)
132 if (verbose)
222 if (verbose)
223 pr_debug("port=0x%x, verbose=%i\n", port, verbose);
295 module_param(verbose, int, 0);
296 MODULE_PARM_DESC(verbose, "be verbose, defaul
[all...]
/drivers/firmware/efi/
H A Defi.c400 int verbose; member in struct:param_info
432 if (info->verbose)
439 int __init efi_get_fdt_params(struct efi_fdt_params *params, int verbose) argument
446 info.verbose = verbose;
/drivers/macintosh/
H A Dtherm_adt746x.c54 static bool verbose; variable
69 module_param(verbose, bool, 0);
70 MODULE_PARM_DESC(verbose,"Verbose log operations "
161 if (verbose) {
254 if (verbose)
266 if (verbose)
/drivers/media/pci/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...]
/drivers/mtd/ubi/
H A Dio.c714 * @verbose: be verbose if the header is corrupted or was not found
731 struct ubi_ec_hdr *ec_hdr, int verbose)
767 if (verbose)
782 if (verbose) {
796 if (verbose) {
990 * @verbose: be verbose if the header is corrupted or wasn't found
1001 struct ubi_vid_hdr *vid_hdr, int verbose)
1022 if (verbose)
730 ubi_io_read_ec_hdr(struct ubi_device *ubi, int pnum, struct ubi_ec_hdr *ec_hdr, int verbose) argument
1000 ubi_io_read_vid_hdr(struct ubi_device *ubi, int pnum, struct ubi_vid_hdr *vid_hdr, int verbose) argument
[all...]
/drivers/usb/host/
H A Dohci-dbg.c192 int verbose,
202 if (verbose) {
309 /* caller MUST own hcd spinlock if verbose is set! */
312 const struct ed *ed, int verbose)
342 verbose ? "" : " (not listing)");
343 if (verbose) {
190 ohci_dump_roothub( struct ohci_hcd *controller, int verbose, char **next, unsigned *size) argument
311 ohci_dump_ed(const struct ohci_hcd *ohci, const char *label, const struct ed *ed, int verbose) argument
/drivers/media/usb/gspca/
H A Dmr97310a.c215 static int cam_get_response16(struct gspca_dev *gspca_dev, u8 reg, int verbose) argument
228 if (verbose)
/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)
373 if (verbose)
512 if (verbose)
588 if (verbose)
[all...]
/drivers/scsi/
H A Dch.c62 static int verbose = 1; variable
63 module_param(verbose, int, 0644);
64 MODULE_PARM_DESC(verbose,"be verbose (default: on)");
98 if (verbose) \
/drivers/xen/
H A Dswiotlb-xen.c220 int __ref xen_swiotlb_init(int verbose, bool early) argument
276 verbose))

Completed in 467 milliseconds

123