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

/external/kernel-headers/original/linux/
H A Ddevice.h44 struct bus_attribute * bus_attrs;
76 struct bus_attribute { struct
83 struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
85 extern int bus_create_file(struct bus_type *, struct bus_attribute *);
86 extern void bus_remove_file(struct bus_type *, struct bus_attribute *);

Completed in 37 milliseconds