Lines Matching defs:device
38 const char *device;
277 /* No duplicate device */
299 /* Skip disabled device */
391 /* Skip disabled device */
434 dmi_memdev[nr].device = dmi_string(dm, d[0x10]);
970 * dmi_find_device - find onboard device by type/name
971 * @type: device type or %DMI_DEV_TYPE_ANY to match all device types
972 * @name: device name string or %NULL to match all
973 * @from: previous device found in search, or %NULL for new search.
975 * Iterates through the list of known onboard devices. If a device is
976 * found with a matching @type and @name, a pointer to its device
979 * If @from is not %NULL, searches continue from next device.
1137 void dmi_memdev_name(u16 handle, const char **bank, const char **device)
1147 *device = dmi_memdev[n].device;