HomeSort by relevance Sort by last modified time
    Searched full:class_device_attribute (Results 126 - 126 of 126) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
device.h 110 struct class_device_attribute * class_dev_attrs;
127 struct class_device_attribute { struct
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
141 struct class_device_attribute *devt_attr;
142 struct class_device_attribute uevent_attr;

Completed in 2726 milliseconds

1 2 3 4 56