Home
last modified time | relevance | path

Searched refs:properties_header (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/firmware/efi/
Dapple-properties.c41 struct properties_header { struct
115 static int __init unmarshal_devices(struct properties_header *properties) in unmarshal_devices()
117 size_t offset = offsetof(struct properties_header, dev_header[0]); in unmarshal_devices()
175 struct properties_header *properties; in map_properties()
207 properties = (struct properties_header *)data->data; in map_properties()