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

/linux-4.1.27/include/linux/
H A Dsysfs.h170 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ macro
183 #define __BIN_ATTR_RW(_name, _size) __BIN_ATTR(_name, \
190 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \
/linux-4.1.27/arch/s390/kernel/
H A Dipl.c411 __BIN_ATTR(binary_parameter, S_IRUGO, ipl_parameter_read, NULL,
424 __BIN_ATTR(scp_data, S_IRUGO, ipl_scp_data_read, NULL, PAGE_SIZE);
712 __BIN_ATTR(scp_data, (S_IRUGO | S_IWUSR), reipl_fcp_scpdata_read,
/linux-4.1.27/drivers/hid/
H A Dhid-roccat-pyra.c288 __BIN_ATTR(settings, (S_IWUSR | S_IRUGO),
/linux-4.1.27/drivers/of/
H A Dfdt.c1131 __BIN_ATTR(fdt, S_IRUSR, of_fdt_raw_read, NULL, 0); of_fdt_raw_init()

Completed in 430 milliseconds