Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dsysfs.h53 struct bin_attribute { struct
59 int (*mmap)(struct kobject *, struct bin_attribute *attr, argument
117 int sysfs_create_bin_file(struct kobject * kobj, struct bin_attribute * attr);
118 int sysfs_remove_bin_file(struct kobject * kobj, struct bin_attribute * attr);
173 static inline int sysfs_create_bin_file(struct kobject * k, struct bin_attribute * a) in sysfs_create_bin_file()
178 static inline int sysfs_remove_bin_file(struct kobject * k, struct bin_attribute * a) in sysfs_remove_bin_file()
Dpci.h172 struct bin_attribute *rom_attr; /* attribute descriptor for sysfs ROM entry */
174 struct bin_attribute *res_attr[DEVICE_COUNT_RESOURCE]; /* sysfs file for resources */
248 struct bin_attribute *legacy_io; /* legacy I/O for this bus */
249 struct bin_attribute *legacy_mem; /* legacy mem */
Ddevice.h259 struct bin_attribute *);
261 struct bin_attribute *);