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

/haiku/src/apps/devices/
H A Dconfig_driver.h18 bus_type bus;
/haiku/headers/private/kernel/boot/
H A Ddisk_identifier.h31 int32 bus_type; member in struct:disk_identifier
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.h60 } bus_type; typedef in typeref:enum:__anon11
77 const bus_type bus; // B_*_BUS
101 // bus_type bus; // B_*_BUS
H A DSerialDevice.h108 bus_type fBus;
/haiku/src/system/boot/platform/u-boot/
H A Ddevices.cpp80 disk_ident.bus_type = UNKNOWN_BUS;
/haiku/src/libs/compat/freebsd_network/
H A Ddriver.c50 init_root_device(device_t *_root, int bus_type) argument
75 if (bus_type == BUS_pci)
77 else if (bus_type == BUS_uhub)
81 ((struct root_device_softc*)root->softc)->bus = bus_type;
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp231 disk.bus_type = UNKNOWN_BUS;
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp249 disk.bus_type = PCI_BUS;
255 disk.bus_type = LEGACY_BUS;
307 disk.bus_type = LEGACY_BUS;
791 fIdentifier.bus_type = UNKNOWN_BUS;
962 fIdentifier.bus_type = UNKNOWN_BUS;
1081 fIdentifier.bus_type = UNKNOWN_BUS;
/haiku/headers/os/media/
H A DMediaRoster.h21 } bus_type; typedef in typeref:enum:__anon2
334 bus_type busType = B_UNKNOWN_BUS);
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp200 disk->bus_type, disk->device_type));
206 switch (disk->bus_type) {
/haiku/src/system/boot/platform/riscv/
H A Ddevices.cpp206 identifier.bus_type = UNKNOWN_BUS;
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp265 identifier.bus_type = UNKNOWN_BUS;
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp299 disk.bus_type = PCI_BUS;
305 disk.bus_type = LEGACY_BUS;
357 disk.bus_type = LEGACY_BUS;
836 fIdentifier.bus_type = UNKNOWN_BUS;
/haiku/src/kits/media/
H A DMediaRoster.cpp3390 float frameRate, bus_type busKind)

Completed in 78 milliseconds