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

/bionic/libc/kernel/common/linux/
H A Ddevice.h51 struct bus_attribute * bus_attrs;
69 struct bus_attribute { struct
75 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)

Completed in 26 milliseconds