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

  /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...]
platform_device.h 29 extern struct bus_type platform_bus_type;
mca.h 125 extern struct bus_type mca_bus_type;
i2c.h 43 extern struct bus_type i2c_bus_type;
usb.h 614 extern struct bus_type usb_bus_type;
    [all...]
pci.h 396 extern struct bus_type pci_bus_type;
  /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/grub/stage2/
smp-imps.h 157 char bus_type[6]; member in struct:imps_bus
smp-imps.c 403 memmove (str, bus->bus_type, 6);
598 memcpy (defconfig.bus[0].bus_type, "ISA ", 6);
603 memcpy (defconfig.bus[0].bus_type, "MCA ", 6);
  /external/qemu/hw/
qdev.h 87 BusType bus_type; member in struct:DeviceInfo
sysbus.c 111 info->qdev.bus_type = BUS_TYPE_SYSTEM;
qdev.c 95 if (t->info->bus_type != bus->type) {
98 t->info->bus_type, bus->type);
pci.c 931 info->qdev.bus_type = BUS_TYPE_PCI;
  /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 910 milliseconds