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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
  /external/libdrm/freedreno/
list.h 104 #ifndef container_of
105 #define container_of(ptr, sample, member) \ macro
111 for (pos = container_of((head)->next, pos, member); \
113 pos = container_of(pos->member.next, pos, member))
116 for (pos = container_of((head)->next, pos, member), \
117 storage = container_of(pos->member.next, pos, member); \
119 pos = storage, storage = container_of(storage->member.next, storage, member))
122 for (pos = container_of((head)->prev, pos, member), \
123 storage = container_of(pos->member.prev, pos, member); \
125 pos = storage, storage = container_of(storage->member.prev, storage, member)
    [all...]
  /external/libdrm/tests/radeon/
list.h 104 #ifndef container_of
105 #define container_of(ptr, sample, member) \ macro
111 for (pos = container_of((head)->next, pos, member); \
113 pos = container_of(pos->member.next, pos, member))
116 for (pos = container_of((head)->next, pos, member), \
117 storage = container_of(pos->member.next, pos, member); \
119 pos = storage, storage = container_of(storage->member.next, storage, member))
122 for (pos = container_of((head)->prev, pos, member), \
123 storage = container_of(pos->member.prev, pos, member); \
125 pos = storage, storage = container_of(storage->member.prev, storage, member)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_double_list.h 114 #ifndef container_of
115 #define container_of(ptr, sample, member) \ macro
121 for (pos = NULL, pos = container_of((head)->next, pos, member); \
123 pos = container_of(pos->member.next, pos, member))
126 for (pos = NULL, pos = container_of((head)->next, pos, member), \
127 storage = container_of(pos->member.next, pos, member); \
129 pos = storage, storage = container_of(storage->member.next, storage, member))
132 for (pos = NULL, pos = container_of((head)->prev, pos, member), \
133 storage = container_of(pos->member.prev, pos, member); \
135 pos = storage, storage = container_of(storage->member.prev, storage, member)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
mca.h 45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)

Completed in 5299 milliseconds

1 23 4 5 6 7 8 91011>>