Home
last modified time | relevance | path

Searched refs:bus_type (Results 1 – 14 of 14) sorted by relevance

/external/kernel-headers/original/linux/
Ddevice.h35 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 …]
Dplatform_device.h29 extern struct bus_type platform_bus_type;
Dmca.h125 extern struct bus_type mca_bus_type;
Di2c.h43 extern struct bus_type i2c_bus_type;
Dusb.h614 extern struct bus_type usb_bus_type;
Dpci.h396 extern struct bus_type pci_bus_type;
/external/dbus/bus/
Dconfig-parser-trivial.c40 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()
Dconfig-parser.c94 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/
Dsmp-imps.c403 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()
Dsmp-imps.h157 char bus_type[6]; member
/external/qemu/hw/
Dqdev.h87 BusType bus_type; member
Dsysbus.c111 info->qdev.bus_type = BUS_TYPE_SYSTEM; in sysbus_register_withprop()
Dqdev.c96 if (t->info->bus_type != bus->type) { in qdev_create()
99 t->info->bus_type, bus->type); in qdev_create()
Dpci.c931 info->qdev.bus_type = BUS_TYPE_PCI; in pci_qdev_register()