HomeSort by relevance Sort by last modified time
    Searched refs:container_of (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /bionic/libc/kernel/common/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
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)
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
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)
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
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)
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
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)
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
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)
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
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)
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
node.h 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
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)
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /external/iptables/libiptc/
linux_stddef.h 16 * container_of - cast a member of a structure out to the containing structure
23 #define container_of(ptr, type, member) ({ \ macro
  /external/kernel-headers/original/linux/
mca.h 72 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
92 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
99 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
node.h 57 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)

Completed in 1395 milliseconds

1 2 3 4