Searched refs:class_attribute (Results 1 – 3 of 3) sorted by relevance
| /include/linux/device/ |
| D | class.h | 175 struct class_attribute { struct 177 ssize_t (*show)(const struct class *class, const struct class_attribute *attr, argument 179 ssize_t (*store)(const struct class *class, const struct class_attribute *attr, argument 184 struct class_attribute class_attr_##_name = __ATTR_RW(_name) 186 struct class_attribute class_attr_##_name = __ATTR_RO(_name) 188 struct class_attribute class_attr_##_name = __ATTR_WO(_name) 190 int __must_check class_create_file_ns(const struct class *class, const struct class_attribute *attr, 192 void class_remove_file_ns(const struct class *class, const struct class_attribute *attr, 196 const struct class_attribute *attr) in class_create_file() 202 const struct class_attribute *attr) in class_remove_file() [all …]
|
| /include/net/ |
| D | bonding.h | 673 struct class_attribute class_attr_bonding_masters;
|
| /include/linux/ |
| D | netdevice.h | 4991 int netdev_class_create_file_ns(const struct class_attribute *class_attr, 4993 void netdev_class_remove_file_ns(const struct class_attribute *class_attr,
|