HomeSort by relevance Sort by last modified time
    Searched full:bus_type (Results 1 - 25 of 27) sorted by null

1 2

  /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;
  /prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/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...]
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;
pci.h 396 extern struct bus_type pci_bus_type;
  /external/dbus/bus/
config-parser-trivial.c 40 DBusString bus_type; /**< Message bus type */ member in struct:BusConfigParser
99 if (!_dbus_string_init (&parser->bus_type))
109 _dbus_string_free (&parser->bus_type);
123 _dbus_string_free (&parser->bus_type);
282 if (!_dbus_string_copy (&content_sane, 0, &parser->bus_type, 0))
324 return _dbus_string_get_const_data (&parser->bus_type);
config-parser.c 94 char *bus_type; /**< Message bus type */ member in struct:BusConfigParser
306 if (included->bus_type != NULL)
308 dbus_free (parser->bus_type);
309 parser->bus_type = included->bus_type;
310 included->bus_type = NULL;
490 dbus_free (parser->bus_type);
    [all...]
  /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 96 if (t->info->bus_type != bus->type) {
99 t->info->bus_type, bus->type);
pci.c 931 info->qdev.bus_type = BUS_TYPE_PCI;
  /external/grub/stage2/
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);
smp-imps.h 157 char bus_type[6]; member in struct:imps_bus
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h 181 __u32 bus_type:8; member in struct:_i2o_hrt_entry

Completed in 1217 milliseconds

1 2