Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/efi/
Druntime-map.c65 static struct map_attribute map_type_attr = __ATTR_RO_MODE(type, 0400);
66 static struct map_attribute map_phys_addr_attr = __ATTR_RO_MODE(phys_addr, 0400);
67 static struct map_attribute map_virt_addr_attr = __ATTR_RO_MODE(virt_addr, 0400);
68 static struct map_attribute map_num_pages_attr = __ATTR_RO_MODE(num_pages, 0400);
69 static struct map_attribute map_attribute_attr = __ATTR_RO_MODE(attribute, 0400);
Desrt.c121 static struct esre_attribute esre_fw_class = __ATTR_RO_MODE(fw_class, 0400);
130 static struct esre_attribute esre_##name = __ATTR_RO_MODE(name, 0400)
201 static struct kobj_attribute esrt_##name = __ATTR_RO_MODE(name, 0400)
Defi.c142 static struct kobj_attribute efi_attr_systab = __ATTR_RO_MODE(systab, 0400);
/Linux-v5.10/include/linux/
Dsysfs.h120 #define __ATTR_RO_MODE(_name, _mode) { \ macro
Ddevice.h137 struct device_attribute dev_attr_##_name = __ATTR_RO_MODE(_name, 0400)
/Linux-v5.10/Documentation/filesystems/
Dsysfs.rst140 __ATTR_RO_MODE(name, mode):