Searched refs:__BIN_ATTR (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | sysfs.h | 180 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ macro 193 #define __BIN_ATTR_RW(_name, _size) __BIN_ATTR(_name, \ 200 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \
|
/linux-4.4.14/mm/ |
D | page_idle.c | 198 __BIN_ATTR(bitmap, S_IRUSR | S_IWUSR,
|
/linux-4.4.14/arch/s390/kernel/ |
D | ipl.c | 446 __BIN_ATTR(binary_parameter, S_IRUGO, ipl_parameter_read, NULL, 459 __BIN_ATTR(scp_data, S_IRUGO, ipl_scp_data_read, NULL, PAGE_SIZE); 740 __BIN_ATTR(scp_data, (S_IRUGO | S_IWUSR), reipl_fcp_scpdata_read,
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat-pyra.c | 288 __BIN_ATTR(settings, (S_IWUSR | S_IRUGO),
|
/linux-4.4.14/drivers/of/ |
D | fdt.c | 1163 __BIN_ATTR(fdt, S_IRUSR, of_fdt_raw_read, NULL, 0); in of_fdt_raw_init()
|