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

/linux-4.1.27/drivers/firmware/
H A Dmemmap.c63 struct memmap_attribute { struct
68 static struct memmap_attribute memmap_start_attr = __ATTR_RO(start);
69 static struct memmap_attribute memmap_end_attr = __ATTR_RO(end);
70 static struct memmap_attribute memmap_type_attr = __ATTR_RO(type);
392 static inline struct memmap_attribute *to_memmap_attr(struct attribute *attr) to_memmap_attr()
394 return container_of(attr, struct memmap_attribute, attr); to_memmap_attr()
401 struct memmap_attribute *memmap_attr = to_memmap_attr(attr); memmap_attr_show()

Completed in 82 milliseconds