HomeSort by relevance Sort by last modified time
    Searched defs:bus_type (Results 1 - 12 of 12) sorted by null

  /external/qemu/hw/
qdev.h 87 BusType bus_type; member in struct:DeviceInfo
  /external/grub/stage2/
smp-imps.h 157 char bus_type[6]; member in struct:imps_bus
  /bionic/libc/kernel/common/linux/
device.h 35 struct bus_type { struct
58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
63 ssize_t (*show)(struct bus_type *, char * buf);
64 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
71 struct bus_type * bus;
186 struct bus_type * bus;
  /development/ndk/platforms/android-3/include/linux/
device.h 35 struct bus_type { struct
58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
63 ssize_t (*show)(struct bus_type *, char * buf);
64 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
71 struct bus_type * bus;
186 struct bus_type * bus;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
device.h 35 struct bus_type { struct
58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
63 ssize_t (*show)(struct bus_type *, char * buf);
64 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
71 struct bus_type * bus;
186 struct bus_type * bus;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
device.h 35 struct bus_type { struct
58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
63 ssize_t (*show)(struct bus_type *, char * buf);
64 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
71 struct bus_type * bus;
186 struct bus_type * bus;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
device.h 35 struct bus_type { struct
58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
63 ssize_t (*show)(struct bus_type *, char * buf);
64 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
71 struct bus_type * bus;
186 struct bus_type * bus;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
device.h 35 struct bus_type { struct
58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
63 ssize_t (*show)(struct bus_type *, char * buf);
64 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
71 struct bus_type * bus;
186 struct bus_type * bus;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
device.h 35 struct bus_type { struct
58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
63 ssize_t (*show)(struct bus_type *, char * buf);
64 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
71 struct bus_type * bus;
186 struct bus_type * bus;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
device.h 35 struct bus_type { struct
58 struct device * bus_find_device(struct bus_type *bus, struct device *start,
63 ssize_t (*show)(struct bus_type *, char * buf);
64 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
71 struct bus_type * bus;
186 struct bus_type * bus;
  /external/kernel-headers/original/linux/
device.h 35 struct bus_type { struct
58 extern int bus_register(struct bus_type * bus);
59 extern void bus_unregister(struct bus_type * bus);
61 extern void bus_rescan_devices(struct bus_type * bus);
65 int bus_for_each_dev(struct bus_type * bus, struct device * start, void * data,
67 struct device * bus_find_device(struct bus_type *bus, struct device *start,
70 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
78 ssize_t (*show)(struct bus_type *, char * buf);
79 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
85 extern int bus_create_file(struct bus_type *, struct bus_attribute *)
    [all...]
  /external/dbus/bus/
config-parser.c 111 char *bus_type; /**< Message bus type */ member in struct:BusConfigParser
366 if (included->bus_type != NULL)
368 dbus_free (parser->bus_type);
369 parser->bus_type = included->bus_type;
370 included->bus_type = NULL;
525 dbus_free (parser->bus_type);
    [all...]

Completed in 584 milliseconds