HomeSort by relevance Sort by last modified time
    Searched full:sysdata (Results 1 - 9 of 9) sorted by null

  /external/kernel-headers/original/linux/
pci.h 117 void *sysdata; /* hook for sys-specific extension */ member in struct:pci_dev
234 void *sysdata; /* hook for sys-specific extension */ member in struct:pci_bus
416 struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus, struct pci_ops *ops, void *sysdata);
417 static inline struct pci_bus *pci_scan_bus(int bus, struct pci_ops *ops, void *sysdata)
420 root_bus = pci_scan_bus_parented(NULL, bus, ops, sysdata);
425 struct pci_bus *pci_create_bus(struct device *parent, int bus, struct pci_ops *ops, void *sysdata);
  /bionic/libc/kernel/arch-mips/asm/pci/
bridge.h 675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata))
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata))
  /external/kernel-headers/original/asm-mips/pci/
bridge.h 847 ((struct bridge_controller *)((bus)->sysdata))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata))
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata))
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/pci/
bridge.h 675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata))

Completed in 141 milliseconds