Searched refs:store (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dsysdev.h37 ssize_t (*store)(struct sysdev_class *, const char *, size_t); member in struct:sysdev_class_attribute
40 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
61 ssize_t (*store)(struct sys_device *, const char *, size_t); member in struct:sysdev_attribute
64 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
H A Dsysfs.h36 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
56 ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t); member in struct:sysfs_ops
H A Ddevice.h72 ssize_t (*store)(struct bus_type *, const char * buf, size_t count); member in struct:bus_attribute
97 ssize_t (*store)(struct device_driver *, const char * buf, size_t count); member in struct:driver_attribute
127 ssize_t (*store)(struct class *, const char * buf, size_t count); member in struct:class_attribute
135 ssize_t (*store)(struct class_device *, const char * buf, size_t count); member in struct:class_device_attribute
171 ssize_t (*store)(struct device *dev, struct device_attribute *attr, member in struct:device_attribute
H A Delevator.h71 ssize_t (*store)(elevator_t *, const char *, size_t); member in struct:elv_fs_entry
H A Dmodule.h61 ssize_t (*store)(struct module_attribute *, struct module *, member in struct:module_attribute
/bionic/libc/arch-mips/string/
H A Dmemset.S104 sh a1,0(a0) # store one halfword to get aligned
223 nop # cycles needed for "store" + "fill" + "evict"
224 nop # For 64byte store there are needed 8 fill
298 # store last 0-3 bytes
299 # this will repeat the last store if the memset finishes on a word boundary
/bionic/libc/kernel/common/linux/raid/
H A Dmd_k.h196 ssize_t (*store)(mddev_t *, const char *, size_t); member in struct:md_sysfs_entry

Completed in 100 milliseconds