HomeSort by relevance Sort by last modified time
    Searched defs:sysdev_class_attribute (Results 26 - 26 of 26) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
sysdev.h 29 struct sysdev_class_attribute { struct
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };

Completed in 35 milliseconds

12