Lines Matching defs:handle
41 u16 handle;
434 dmi_memdev[nr].handle = get_unaligned(&dm->handle);
1144 void dmi_memdev_name(u16 handle, const char **bank, const char **device)
1152 if (handle == dmi_memdev[n].handle) {
1161 u64 dmi_memdev_size(u16 handle)
1167 if (handle == dmi_memdev[n].handle)
1177 * @handle: DMI structure handle
1180 * given DMI handle, or 0x0 if no such DMI handle exists.
1182 u8 dmi_memdev_type(u16 handle)
1188 if (handle == dmi_memdev[n].handle)
1197 * dmi_memdev_handle - get the DMI handle of a memory slot
1200 * Return the DMI handle associated with a given memory slot, or %0xFFFF
1206 return dmi_memdev[slot].handle;