Searched defs:bus (Results 26 - 44 of 44) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86int10.h65 BusType bus; member in struct:__anon4777
68 int bus; member in struct:__anon4777::__anon4778::__anon4779
H A Dxf86Bus.h31 * This file contains definitions of the bus-related data structures/types.
67 BusRec bus; member in struct:__anon4665
103 #define busType bus.type
104 #define pciBusId bus.id.pci
105 #define isaBusId bus.id.isa
106 #define sbusBusId bus.id.sbus
117 struct x_BusAccRec *current; /* pointer to bridge open on this bus */
118 struct x_BusAccRec *primary; /* pointer to the bus connecting to this */
125 int bus; member in struct:x_BusAccRec::__anon4666::__anon4667
H A Dxf86str.h338 * These are the private bus types. New types can be added here. Types
361 int bus; member in struct:__anon4802
435 int bus; member in struct:__anon4809
587 * the IOEnable/IODisable funcs for their specific bus along
602 /* bus-access-related types */
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dedd.h15 /** An EDD host bus type */
21 /** EDD bus type */
26 /** EDD PCI bus type */
28 /** EDD ISA bus type */
30 /** EDD PCI-X bus type */
32 /** EDD Infiniband bus type */
34 /** EDD PCI Express bus type */
36 /** EDD HyperTransport bus type */
77 /** Legacy bus type */
82 /** PCI, PCI-X, PCI Express, or HyperTransport bus typ
85 uint8_t bus; member in struct:edd_interface_path::__anon15483
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Bus.h7 * This file contains definitions of the bus-related data structures/types.
39 BusRec bus; member in struct:__anon3017
75 #define busType bus.type
76 #define pciBusId bus.id.pci
77 #define isaBusId bus.id.isa
78 #define sbusBusId bus.id.sbus
89 struct x_BusAccRec *current; /* pointer to bridge open on this bus */
90 struct x_BusAccRec *primary; /* pointer to the bus connecting to this */
97 int bus; member in struct:x_BusAccRec::__anon3018::__anon3019
H A Dxf86str.h245 * These are the private bus types. New types can be added here. Types
268 int bus; member in struct:__anon3052
342 int bus; member in struct:__anon3059
509 * the IOEnable/IODisable funcs for their specific bus along
524 /* bus-access-related types */
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/int10/
H A Dxf86int10.h65 BusType bus; member in struct:__anon3101
68 int bus; member in struct:__anon3101::__anon3102::__anon3103
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86int10.h65 BusType bus; member in struct:__anon4350
68 int bus; member in struct:__anon4350::__anon4351::__anon4352
H A Dxf86Bus.h31 * This file contains definitions of the bus-related data structures/types.
67 BusRec bus; member in struct:__anon4232
103 #define busType bus.type
104 #define pciBusId bus.id.pci
105 #define isaBusId bus.id.isa
106 #define sbusBusId bus.id.sbus
117 struct x_BusAccRec *current; /* pointer to bridge open on this bus */
118 struct x_BusAccRec *primary; /* pointer to the bus connecting to this */
125 int bus; member in struct:x_BusAccRec::__anon4233::__anon4234
H A Dxf86str.h336 * These are the private bus types. New types can be added here. Types
359 int bus; member in struct:__anon4375
433 int bus; member in struct:__anon4382
586 * the IOEnable/IODisable funcs for their specific bus along
601 /* bus-access-related types */
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess.h131 struct pci_device *pci_device_find_by_slot(uint32_t domain, uint32_t bus,
225 * Control the search based on the domain, bus, slot, and function of
231 uint32_t bus; member in struct:pci_slot_match
255 * Base physical address of the region within its bus / domain.
314 * \name Device bus identification.
316 * Complete bus identification, including domain, of the device. On
322 uint8_t bus; member in struct:pci_device
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dpcmcia.h85 //struct bus_operations *bus;
87 void *bus; member in struct:socket_cap_t
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp586 * | | |__Level in topology for this bus
625 * | |__Total Bandwidth allocated to this bus
833 /** Calculate the bus (a.k.a root hub) number of a USB device from it's sysfs
835 * usb<n>, where n is the bus number; other devices start with that number.
839 * @returns a bus number greater than 0 on success or 0 on failure.
846 unsigned bus = RTStrToUInt32(pcszFile + 1); local
847 if ( !bus
849 bus = RTStrToUInt32(pcszFile + 4);
850 return bus;
855 static dev_t usbMakeDevNum(unsigned bus, unsigne argument
876 unsigned bus = usbGetBusFromSysfsPath(pcszNode); local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp112 switch (storageSlot.bus)
116 int iMaxPort = vboxGlobal().virtualBox().GetSystemProperties().GetMaxPortCountForStorageBus(storageSlot.bus);
117 int iMaxDevice = vboxGlobal().virtualBox().GetSystemProperties().GetMaxDevicesPerPortForStorageBus(storageSlot.bus);
120 AssertMsgFailed(("No text for bus=%d & port=%d", storageSlot.bus, storageSlot.port));
125 AssertMsgFailed(("No text for bus=%d & port=%d & device=%d", storageSlot.bus, storageSlot.port, storageSlot.device));
140 int iMaxPort = vboxGlobal().virtualBox().GetSystemProperties().GetMaxPortCountForStorageBus(storageSlot.bus);
143 AssertMsgFailed(("No text for bus=%d & port=%d", storageSlot.bus, storageSlo
260 KStorageBus bus = KStorageBus_IDE; local
282 KStorageBus bus = KStorageBus_SATA; local
298 KStorageBus bus = KStorageBus_SCSI; local
314 KStorageBus bus = KStorageBus_SAS; local
330 KStorageBus bus = KStorageBus_Floppy; local
346 KStorageBus bus = KStorageBus_USB; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_vf.h318 struct e1000_bus_info bus; member in struct:e1000_hw
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp2682 KStorageBus bus = mStorageModel->data (index, StorageModel::R_CtrBusType).value <KStorageBus>(); local
2683 mLbPortCount->setVisible (bus == KStorageBus_SATA || bus == KStorageBus_SAS);
2684 mSbPortCount->setVisible (bus == KStorageBus_SATA || bus == KStorageBus_SAS);
2768 m_pCheckBoxHotPluggable->setVisible(slt.bus == KStorageBus_SATA);
3882 /* IController interface doesn't allows to change 'name' and 'bus' attributes.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86str.h342 * These are the private bus types. New types can be added here. Types
365 int bus; member in struct:__anon7649
439 int bus; member in struct:__anon7656
591 * the IOEnable/IODisable funcs for their specific bus along
606 /* bus-access-related types */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86str.h342 * These are the private bus types. New types can be added here. Types
365 int bus; member in struct:__anon8011
439 int bus; member in struct:__anon8018
591 * the IOEnable/IODisable funcs for their specific bus along
606 /* bus-access-related types */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c1418 falcon_spi_rw ( struct spi_bus* bus, struct spi_device *device, argument
1422 struct efab_nic *efab = container_of ( bus, struct efab_nic, spi_bus );
1443 /* The bus must be idle */
3210 spi->bus = &efab->spi_bus;
3234 /* Configure the SPI and I2C bus */

Completed in 151 milliseconds

12