Lines Matching defs:device
101 const char *bank = NULL, *device = NULL;
103 dmi_memdev_name(handle, &bank, &device);
106 * Set to a NULL string when both bank and device are zero. In this case,
111 (bank && *bank && device && *device) ? " " : "",
112 (device && *device) ? device : "");
388 static int ghes_edac_register(struct device *dev)
550 pr_info("GHES probing device list is empty");