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

1 2

  /external/ltp/testcases/kernel/device-drivers/base/tbase/
str_mod.h 27 struct bus_type *bus;
tbase.c 116 struct bus_type test_bus_type = {
706 struct bus_type *bus = &test_bus_type;
  /external/syslinux/gpxe/src/arch/i386/include/
undirom.h 44 unsigned int bus_type; member in struct:undi_rom
  /external/syslinux/gpxe/src/include/gpxe/
device.h 22 unsigned int bus_type; member in struct:device_description
  /external/adhd/cras/src/server/
cras_bt_adapter.c 27 int bus_type; member in struct:cras_bt_adapter
62 adapter->bus_type = (dev_info.type & 0x0f);
86 adapter->bus_type = HCI_USB;
251 return !!(adapter->bus_type == HCI_USB);
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undionly.c 68 undi->dev.desc.bus_type = BUS_TYPE_PCI;
73 undi->dev.desc.bus_type = BUS_TYPE_ISAPNP;
undirom.c 104 undirom->bus_type = PCI_NIC;
218 if ( undirom->bus_type != PCI_NIC )
  /external/syslinux/com32/hdt/
hdt-cli-acpi.c 226 char bus_type[10]; local
227 memset(bus_type, 0, sizeof(bus_type));
230 strcpy(bus_type, "ISA");
232 strcpy(bus_type, "unknown");
235 bus_type, siso->bus, siso->source,
hdt-dump-acpi.c 422 char bus_type[10]= {0}; local
426 strcpy(bus_type, "ISA");
428 strcpy(bus_type, "unknown");
431 add_as("acpi.interrupt_source_override.bus_type",bus_type)
  /external/libbrillo/brillo/dbus/
dbus_connection.cc 38 options.bus_type = dbus::Bus::SYSTEM;
dbus_signal_handler_unittest.cc 33 options.bus_type = dbus::Bus::SYSTEM;
dbus_method_invoker_unittest.cc 44 options.bus_type = dbus::Bus::SYSTEM;
201 options.bus_type = dbus::Bus::SYSTEM;
exported_object_manager_unittest.cc 102 options.bus_type = dbus::Bus::SYSTEM;
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_preboot.c 265 unsigned int bus_type; local
279 bus_type = BUS_TYPE_ISAPNP;
284 bus_type = BUS_TYPE_PCI;
292 netdev = find_netdev_by_location ( bus_type, location );
  /system/bt/service/ipc/dbus/
ipc_handler_dbus.cc 53 bus_options.bus_type = Bus::SYSTEM;
  /system/tpm/tpm_manager/client/
tpm_ownership_dbus_proxy.cc 42 options.bus_type = dbus::Bus::SYSTEM;
tpm_nvram_dbus_proxy.cc 42 options.bus_type = dbus::Bus::SYSTEM;
  /external/syslinux/gpxe/src/net/
netdev_settings.c 94 dhcp_desc.type = desc->bus_type;
netdevice.c 486 * @v bus_type Bus type
490 struct net_device * find_netdev_by_location ( unsigned int bus_type,
495 if ( ( netdev->dev->desc.bus_type == bus_type ) &&
  /external/syslinux/gpxe/src/drivers/bus/
isa.c 117 isa->dev.desc.bus_type = BUS_TYPE_ISA;
eisa.c 129 eisa->dev.desc.bus_type = BUS_TYPE_EISA;
mca.c 124 mca->dev.desc.bus_type = BUS_TYPE_MCA;
  /system/tpm/trunks/
trunks_dbus_proxy.cc 49 options.bus_type = dbus::Bus::SYSTEM;
  /external/dtc/
dtc.h 139 struct bus_type { struct
169 const struct bus_type *bus;
  /external/libchrome/dbus/
bus.h 191 BusType bus_type; // SESSION by default. member in struct:dbus::Bus::Options
203 // communicate with non dbus-daemon such as ibus-daemon, set |bus_type| to
211 // options.bus_type = CUSTOM_ADDRESS;

Completed in 1021 milliseconds

1 2