Home
last modified time | relevance | path

Searched refs:remove_store (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/peci/
H A Dsysfs.c52 static ssize_t remove_store(struct device *dev, struct device_attribute *attr, in remove_store() function
68 static DEVICE_ATTR_IGNORE_LOCKDEP(remove, 0200, NULL, remove_store);
/linux/drivers/usb/core/
H A Dsysfs.c759 static ssize_t remove_store(struct device *dev, struct device_attribute *attr, in remove_store() function
777 static DEVICE_ATTR_IGNORE_LOCKDEP(remove, S_IWUSR, NULL, remove_store);
/linux/drivers/block/
H A Drbd.c495 static ssize_t remove_store(const struct bus_type *bus, const char *buf,
7303 static ssize_t remove_store(const struct bus_type *bus, const char *buf, size_t count) in remove_store() function