Searched defs:errstr (Results 1 - 6 of 6) sorted by relevance

/drivers/input/serio/
H A Dhp_sdc.c833 char *errstr; local
864 errstr = "IO not found for";
868 errstr = "IRQ not found for";
875 errstr = "IO not available for";
880 errstr = "IRQ not available for";
885 errstr = "NMI not available for";
925 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi);
/drivers/mtd/ubi/
H A Dio.c175 const char *errstr = mtd_is_eccerr(err) ? " (ECC error)" : ""; local
194 err, errstr, len, pnum, offset, read);
200 "read %zd bytes", err, errstr, len, pnum, offset, read);
/drivers/staging/comedi/drivers/
H A Dadv_pci1723.c335 const char *errstr; local
350 errstr = "not found!";
367 errstr =
377 opt_bus, opt_slot, errstr);
379 printk(KERN_ERR " - Card %s\n", errstr);
H A Dadl_pci9118.c2206 const char *errstr; local
2226 errstr = "not found!";
2243 errstr =
2253 opt_bus, opt_slot, errstr);
2255 printk(KERN_ERR " - Card %s\n", errstr);
H A Dadv_pci1710.c1380 const char *errstr; local
1395 errstr = "not found!";
1426 errstr =
1438 opt_bus, opt_slot, errstr);
1440 dev_err(dev->hw_dev, "- Card %s\n", errstr);
/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c163 static void dbll_err_report(struct dynamic_loader_sym *this, const char *errstr,
1051 static void dbll_err_report(struct dynamic_loader_sym *this, const char *errstr, argument
1059 vsnprintf((char *)temp_buf, MAXEXPR, (char *)errstr, args);

Completed in 111 milliseconds