Lines Matching full:eisa
3 * EISA bus support functions for sysfs.
10 #include <linux/eisa.h>
71 sprintf(edev->pretty_name, "EISA device %.7s", edev->id.sig); in eisa_name_device()
87 * read the EISA id. in decode_eisa_sig()
139 .name = "eisa",
194 return -1; /* No EISA device here */ in eisa_init_device()
263 * very likely to fail... :-( Instead, grab the EISA in eisa_request_resources()
315 dev_info(root->dev, "Probing EISA bus %d\n", root->bus_nr); in eisa_probe()
326 "EISA: Cannot allocate resource for mainboard\n"); in eisa_probe()
341 dev_info(&edev->dev, "EISA: Mainboard %s detected\n", edev->id.sig); in eisa_probe()
344 dev_err(&edev->dev, "EISA: Failed to register %s\n", in eisa_probe()
355 dev_err(root->dev, "EISA: Out of memory for slot %d\n", in eisa_probe()
362 "Cannot allocate resource for EISA slot %d\n", in eisa_probe()
383 dev_info(&edev->dev, "EISA: slot %d: %s detected%s\n", i, in eisa_probe()
389 dev_err(&edev->dev, "EISA: Failed to register %s\n", in eisa_probe()
396 dev_info(root->dev, "EISA: Detected %d card%s\n", c, c == 1 ? "" : "s"); in eisa_probe()
401 .name = "EISA root resource",
444 printk(KERN_INFO "EISA bus registered\n"); in eisa_init()