Home
last modified time | relevance | path

Searched refs:class_attribute (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/include/linux/device/
Dclass.h191 struct class_attribute { struct
193 ssize_t (*show)(struct class *class, struct class_attribute *attr, argument
195 ssize_t (*store)(struct class *class, struct class_attribute *attr, argument
200 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
202 struct class_attribute class_attr_##_name = __ATTR_RO(_name)
204 struct class_attribute class_attr_##_name = __ATTR_WO(_name)
207 const struct class_attribute *attr,
210 const struct class_attribute *attr,
214 const struct class_attribute *attr) in class_create_file()
220 const struct class_attribute *attr) in class_remove_file()
[all …]
/kernel/linux/linux-5.10/drivers/base/
Dclass.c23 #define to_class_attr(_attr) container_of(_attr, struct class_attribute, attr)
28 struct class_attribute *class_attr = to_class_attr(attr); in class_attr_show()
40 struct class_attribute *class_attr = to_class_attr(attr); in class_attr_store()
88 int class_create_file_ns(struct class *cls, const struct class_attribute *attr, in class_create_file_ns()
101 void class_remove_file_ns(struct class *cls, const struct class_attribute *attr, in class_remove_file_ns()
481 struct class_attribute *attr, char *buf) in show_class_attr_string()
Ddevcoredump.c123 static ssize_t disabled_show(struct class *class, struct class_attribute *attr, in disabled_show()
129 static ssize_t disabled_store(struct class *class, struct class_attribute *attr, in disabled_store()
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_sysfs.c35 struct class_attribute *attr, in bonding_show_bonds()
79 struct class_attribute *attr, in bonding_store_bonds()
131 static const struct class_attribute class_attr_bonding_masters = {
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Ddlpar.c514 static ssize_t dlpar_store(struct class *class, struct class_attribute *attr, in dlpar_store()
556 static ssize_t dlpar_show(struct class *class, struct class_attribute *attr, in dlpar_show()
Dmobility.c381 struct class_attribute *attr, const char *buf, in migration_store()
/kernel/linux/linux-5.10/drivers/base/firmware_loader/
Dfallback.c123 static ssize_t timeout_show(struct class *class, struct class_attribute *attr, in timeout_show()
142 static ssize_t timeout_store(struct class *class, struct class_attribute *attr, in timeout_store()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib-sysfs.c455 struct class_attribute *attr, in export_store()
510 struct class_attribute *attr, in unexport_store()
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dsysfs.c564 static struct kobj_attribute class_attribute = variable
570 &class_attribute.attr,
/kernel/linux/linux-5.10/drivers/s390/crypto/
Dzcrypt_api.c306 struct class_attribute *attr, in zcdn_create_store()
320 static const struct class_attribute class_attr_zcdn_create =
324 struct class_attribute *attr, in zcdn_destroy_store()
338 static const struct class_attribute class_attr_zcdn_destroy =
/kernel/linux/linux-5.10/drivers/block/zram/
Dzram_drv.c2064 struct class_attribute *attr, in hot_add_show()
2077 static struct class_attribute class_attr_hot_add =
2081 struct class_attribute *attr, in hot_remove_store()
/kernel/linux/linux-5.10/include/net/
Dbonding.h626 struct class_attribute class_attr_bonding_masters;
/kernel/linux/linux-5.10/drivers/block/
Dpktcdvd.c353 static ssize_t device_map_show(struct class *c, struct class_attribute *attr, in device_map_show()
374 static ssize_t add_store(struct class *c, struct class_attribute *attr, in add_store()
395 static ssize_t remove_store(struct class *c, struct class_attribute *attr, in remove_store()
/kernel/linux/linux-5.10/net/core/
Dnet-sysfs.c2043 int netdev_class_create_file_ns(const struct class_attribute *class_attr, in netdev_class_create_file_ns()
2050 void netdev_class_remove_file_ns(const struct class_attribute *class_attr, in netdev_class_remove_file_ns()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch9343 + struct class_attribute *attr,
9362 + struct class_attribute *attr,
28913 + struct class_attribute *attr, char *_buf)
28935 + struct class_attribute *attr, const char __user *buf, size_t count)
33789 + struct class_attribute *attr,
33792 + struct class_attribute *attr,
33795 + struct class_attribute *attr,
33798 + struct class_attribute *attr,
33801 + struct class_attribute *attr,
33804 + struct class_attribute *attr,
[all …]
/kernel/linux/linux-5.10/drivers/mtd/ubi/
Dbuild.c95 static ssize_t version_show(struct class *class, struct class_attribute *attr, in version_show()
/kernel/linux/linux-5.10/drivers/infiniband/core/
Duser_mad.c1237 struct class_attribute *attr, char *buf) in abi_version_show()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h4823 int netdev_class_create_file_ns(const struct class_attribute *class_attr,
4825 void netdev_class_remove_file_ns(const struct class_attribute *class_attr,