Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Dapple-properties.c42 struct properties_header { struct
118 static int __init unmarshal_devices(struct properties_header *properties) in unmarshal_devices()
120 size_t offset = offsetof(struct properties_header, dev_header[0]); in unmarshal_devices()
178 struct properties_header *properties; in map_properties()
210 properties = (struct properties_header *)data->data; in map_properties()