|
Linux Kernel
3.7.1
|
#include <attribute_container.h>
Data Fields | |
| struct list_head | node |
| struct klist | containers |
| struct class * | class |
| struct attribute_group * | grp |
| struct device_attribute ** | attrs |
| int(* | match )(struct attribute_container *, struct device *) |
| unsigned long | flags |
Definition at line 17 of file attribute_container.h.
| struct device_attribute** attrs |
Definition at line 22 of file attribute_container.h.
Definition at line 20 of file attribute_container.h.
Definition at line 19 of file attribute_container.h.
| unsigned long flags |
Definition at line 25 of file attribute_container.h.
| struct attribute_group* grp |
Definition at line 21 of file attribute_container.h.
| int(* match)(struct attribute_container *, struct device *) |
Definition at line 23 of file attribute_container.h.
Definition at line 18 of file attribute_container.h.
1.8.2