Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsecvar-sysfs.c117 static struct bin_attribute update_attr = __BIN_ATTR_WO(update, 0);
/kernel/linux/linux-5.10/include/linux/
Dsysfs.h206 #define __BIN_ATTR_WO(_name, _size) { \ macro
225 struct bin_attribute bin_attr_##_name = __BIN_ATTR_WO(_name, _size)