HomeSort by relevance Sort by last modified time
    Searched refs:container_of (Results 251 - 275 of 494) sorted by null

<<11121314151617181920

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /development/ndk/platforms/android-3/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
rbtree.h 40 #define rb_entry(ptr, type, member) container_of(ptr, type, member)

Completed in 5905 milliseconds

<<11121314151617181920