Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/firmware/
Dmemmap.c59 struct memmap_attribute { struct
64 static struct memmap_attribute memmap_start_attr = __ATTR_RO(start); argument
65 static struct memmap_attribute memmap_end_attr = __ATTR_RO(end);
66 static struct memmap_attribute memmap_type_attr = __ATTR_RO(type);
220 #define to_memmap_attr(_attr) container_of(_attr, struct memmap_attribute, attr)
227 struct memmap_attribute *memmap_attr = to_memmap_attr(attr); in memmap_attr_show()