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

/linux-master/drivers/firmware/
H A Dmemmap.c54 struct memmap_attribute { struct
59 static struct memmap_attribute memmap_start_attr = __ATTR_RO(start);
60 static struct memmap_attribute memmap_end_attr = __ATTR_RO(end);
61 static struct memmap_attribute memmap_type_attr = __ATTR_RO(type);
387 static inline struct memmap_attribute *to_memmap_attr(struct attribute *attr)
389 return container_of(attr, struct memmap_attribute, attr);
396 struct memmap_attribute *memmap_attr = to_memmap_attr(attr);

Completed in 113 milliseconds