Home
last modified time | relevance | path

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

12

/external/syslinux/com32/hdt/
Dhdt-cli-acpi.c226 char bus_type[10]; in show_interrupt_source_override() local
227 memset(bus_type, 0, sizeof(bus_type)); in show_interrupt_source_override()
230 strcpy(bus_type, "ISA"); in show_interrupt_source_override()
232 strcpy(bus_type, "unknown"); in show_interrupt_source_override()
235 bus_type, siso->bus, siso->source, in show_interrupt_source_override()
Dhdt-dump-acpi.c422 char bus_type[10]= {0}; in dump_interrupt_source_override() local
426 strcpy(bus_type, "ISA"); in dump_interrupt_source_override()
428 strcpy(bus_type, "unknown"); in dump_interrupt_source_override()
431 add_as("acpi.interrupt_source_override.bus_type",bus_type) in dump_interrupt_source_override()
/external/adhd/cras/src/server/
Dcras_bt_adapter.c27 int bus_type; member
62 adapter->bus_type = (dev_info.type & 0x0f); in cras_bt_adapter_query_bus_type()
86 adapter->bus_type = HCI_USB; in cras_bt_adapter_create()
251 return !!(adapter->bus_type == HCI_USB); in cras_bt_adapter_on_usb()
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_preboot.c265 unsigned int bus_type; in pxenv_start_undi() local
279 bus_type = BUS_TYPE_ISAPNP; in pxenv_start_undi()
284 bus_type = BUS_TYPE_PCI; in pxenv_start_undi()
292 netdev = find_netdev_by_location ( bus_type, location ); in pxenv_start_undi()
/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundionly.c68 undi->dev.desc.bus_type = BUS_TYPE_PCI; in undibus_probe()
73 undi->dev.desc.bus_type = BUS_TYPE_ISAPNP; in undibus_probe()
Dundirom.c104 undirom->bus_type = PCI_NIC; in undirom_parse_pcirheader()
218 if ( undirom->bus_type != PCI_NIC ) in undirom_find_pci()
/external/syslinux/gpxe/src/net/
Dnetdevice.c490 struct net_device * find_netdev_by_location ( unsigned int bus_type, in find_netdev_by_location() argument
495 if ( ( netdev->dev->desc.bus_type == bus_type ) && in find_netdev_by_location()
Dnetdev_settings.c94 dhcp_desc.type = desc->bus_type; in netdev_fetch()
/external/ltp/testcases/kernel/device-drivers/base/tbase/
Dstr_mod.h27 struct bus_type *bus;
Dtbase.c116 struct bus_type test_bus_type = {
706 struct bus_type *bus = &test_bus_type; in test_bus_file()
/external/syslinux/gpxe/src/arch/i386/include/
Dundirom.h44 unsigned int bus_type; member
/external/syslinux/gpxe/src/include/gpxe/
Ddevice.h22 unsigned int bus_type; member
Dnetdevice.h500 extern struct net_device * find_netdev_by_location ( unsigned int bus_type,
/external/libbrillo/brillo/dbus/
Ddbus_connection.cc38 options.bus_type = dbus::Bus::SYSTEM; in ConnectWithTimeout()
Ddbus_method_invoker_unittest.cc44 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
201 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Ddbus_signal_handler_unittest.cc33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Dexported_object_manager_unittest.cc102 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
/external/dtc/
Ddtc.h139 struct bus_type { struct
169 const struct bus_type *bus;
/external/syslinux/gpxe/src/drivers/bus/
Disa.c117 isa->dev.desc.bus_type = BUS_TYPE_ISA; in isabus_probe()
Dmca.c124 mca->dev.desc.bus_type = BUS_TYPE_MCA; in mcabus_probe()
Deisa.c129 eisa->dev.desc.bus_type = BUS_TYPE_EISA; in eisabus_probe()
Dpci.c283 pci->dev.desc.bus_type = BUS_TYPE_PCI; in pcibus_probe()
/external/syslinux/gpxe/src/drivers/net/
D3c509.c377 t509->dev.desc.bus_type = BUS_TYPE_ISA; in t509bus_probe()
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h182 __u32 bus_type:8; member
/external/libchrome/dbus/
Dbus.h191 BusType bus_type; // SESSION by default. member

12