Home
last modified time | relevance | path

Searched defs:module_attribute (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dmodule.h46 struct module_attribute { struct
48 ssize_t (*show)(struct module_attribute *, struct module_kobject *, argument
50 ssize_t (*store)(struct module_attribute *, struct module_kobject *, argument
58 struct module_attribute mattr; argument