Home
last modified time | relevance | path

Searched refs:state_store (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_sysfs.c30 static ssize_t state_store(struct device *dev, struct device_attribute *attr, in state_store() function
/openbmc/linux/drivers/regulator/
H A Duserspace-consumer.c53 static ssize_t state_store(struct device *dev, struct device_attribute *attr, in state_store() function
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_sysfs.c189 static ssize_t state_store(struct device *dev, in state_store() function
/openbmc/linux/drivers/greybus/
H A Dbundle.c41 static ssize_t state_store(struct device *dev, struct device_attribute *attr, in state_store() function
/openbmc/linux/drivers/staging/greybus/
H A Darche-apb-ctrl.c248 static ssize_t state_store(struct device *dev, in state_store() function
H A Darche-platform.c306 static ssize_t state_store(struct device *dev, in state_store() function
/openbmc/linux/kernel/power/
H A Dmain.c687 static ssize_t state_store(struct kobject *kobj, struct kobj_attribute *attr, in state_store() function
/openbmc/linux/drivers/base/
H A Dmemory.c357 static ssize_t state_store(struct device *dev, struct device_attribute *attr, in state_store() function
/openbmc/linux/net/rfkill/
H A Dcore.c810 static ssize_t state_store(struct device *dev, struct device_attribute *attr, in state_store() function
/openbmc/linux/mm/damon/
H A Dsysfs.c1533 static ssize_t state_store(struct kobject *kobj, struct kobj_attribute *attr, in state_store() function
/openbmc/linux/drivers/md/
H A Dmd.c2949 state_store(struct md_rdev *rdev, const char *buf, size_t len) in state_store() function
3122 __ATTR_PREALLOC(state, S_IRUGO|S_IWUSR, state_show, state_store);
3624 if (entry->store == state_store && cmd_match(page, "remove")) in rdev_attr_store()