Lines Matching defs:handle
41 u16 handle;
433 dmi_memdev[nr].handle = get_unaligned(&dm->handle);
1137 void dmi_memdev_name(u16 handle, const char **bank, const char **device)
1145 if (handle == dmi_memdev[n].handle) {
1154 u64 dmi_memdev_size(u16 handle)
1160 if (handle == dmi_memdev[n].handle)
1170 * @handle: DMI structure handle
1173 * given DMI handle, or 0x0 if no such DMI handle exists.
1175 u8 dmi_memdev_type(u16 handle)
1181 if (handle == dmi_memdev[n].handle)
1190 * dmi_memdev_handle - get the DMI handle of a memory slot
1193 * Return the DMI handle associated with a given memory slot, or %0xFFFF
1199 return dmi_memdev[slot].handle;