HomeSort by relevance Sort by last modified time
    Searched defs:bus_attribute (Results 26 - 26 of 26) sorted by null

12

  /external/kernel-headers/original/linux/
device.h 44 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 34 milliseconds

12