OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bus_attribute
(Results
26 - 26
of
26
) sorted by null
1
2
/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
1
2