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

/bionic/libc/kernel/common/linux/
H A Ddevice.h175 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store) macro

Completed in 50 milliseconds