/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
timer.h | 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
file_wrapper_output.h | 39 const char* _name; member in class:FileWrapperOutput
|
/hardware/ti/wlan/mac80211/ti-utils/ |
calibrator.h | 59 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help)\ 63 .name = (_name), \ 78 #define TOPLEVEL(_name, _args, _nlcmd, _flags, _idby, _handler, _help) \ 80 __section ## _ ## _name \ 82 .name = (#_name), \ 90 #define SECTION(_name) \ 91 struct cmd __section ## _ ## _name \ 93 .name = (#_name), \ 97 #define DECLARE_SECTION(_name) \ 98 extern struct cmd __section ## _ ## _name; [all...] |
/bionic/libc/kernel/common/linux/ |
device.h | 75 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 100 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 130 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 137 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…) [all...] |
/development/ndk/platforms/android-3/include/linux/ |
device.h | 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…) [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
device.h | 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…) [all...] |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
device.h | 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…) [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
device.h | 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…) [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
device.h | 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…) [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
device.h | 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…) [all...] |