Searched refs:bus_type (Results 1 – 14 of 14) sorted by relevance
/external/kernel-headers/original/linux/ |
D | device.h | 35 struct bus_type { struct 58 extern int bus_register(struct bus_type * bus); argument 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 …]
|
D | platform_device.h | 29 extern struct bus_type platform_bus_type;
|
D | mca.h | 125 extern struct bus_type mca_bus_type;
|
D | i2c.h | 43 extern struct bus_type i2c_bus_type;
|
D | usb.h | 614 extern struct bus_type usb_bus_type;
|
D | pci.h | 396 extern struct bus_type pci_bus_type;
|
/external/dbus/bus/ |
D | config-parser-trivial.c | 40 DBusString bus_type; /**< Message bus type */ member 99 if (!_dbus_string_init (&parser->bus_type)) in bus_config_parser_new() 109 _dbus_string_free (&parser->bus_type); in bus_config_parser_new() 123 _dbus_string_free (&parser->bus_type); in bus_config_parser_unref() 282 if (!_dbus_string_copy (&content_sane, 0, &parser->bus_type, 0)) in bus_config_parser_content() 324 return _dbus_string_get_const_data (&parser->bus_type); in bus_config_parser_get_type()
|
D | config-parser.c | 94 char *bus_type; /**< Message bus type */ member 306 if (included->bus_type != NULL) in merge_included() 308 dbus_free (parser->bus_type); in merge_included() 309 parser->bus_type = included->bus_type; in merge_included() 310 included->bus_type = NULL; in merge_included() 490 dbus_free (parser->bus_type); in bus_config_parser_unref() 2472 dbus_free (parser->bus_type); in bus_config_parser_content() 2473 parser->bus_type = s; in bus_config_parser_content() 2613 return parser->bus_type; in bus_config_parser_get_type()
|
/external/grub/stage2/ |
D | smp-imps.c | 403 memmove (str, bus->bus_type, 6); in add_bus() 598 memcpy (defconfig.bus[0].bus_type, "ISA ", 6); in imps_read_bios() 603 memcpy (defconfig.bus[0].bus_type, "MCA ", 6); in imps_read_bios()
|
D | smp-imps.h | 157 char bus_type[6]; member
|
/external/qemu/hw/ |
D | qdev.h | 87 BusType bus_type; member
|
D | sysbus.c | 111 info->qdev.bus_type = BUS_TYPE_SYSTEM; in sysbus_register_withprop()
|
D | qdev.c | 96 if (t->info->bus_type != bus->type) { in qdev_create() 99 t->info->bus_type, bus->type); in qdev_create()
|
D | pci.c | 931 info->qdev.bus_type = BUS_TYPE_PCI; in pci_qdev_register()
|