Searched refs:bus (Results 351 - 375 of 539) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_reg.c34 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8821a/
H A Dr21a_chan.c42 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/usb/
H A Dr12au_init.c42 #include <sys/bus.h>
/haiku/src/libs/compat/openbsd_network/compat/machine/
H A Dbus.h9 #include_next <machine/bus.h>
118 // 2. opaque "bus" addresses
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h14 #include <bus/USB.h>
20 // include vm.h before iovec_support.h for generic_memcpy, which is used by the bus drivers.
145 void AddBusManager(BusManager *bus);
146 int32 IndexOfBusManager(BusManager *bus);
201 * This class manages a bus. It is created by the Stack object
274 Object(Stack *stack, BusManager *bus);
796 // bus manager device interface for peripheral driver
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.c51 #include <sys/bus.h>
57 #include <machine/bus.h>
H A Dif_ath_pci.c49 #include <machine/bus.h>
51 #include <sys/bus.h>
257 * Enable bus mastering.
262 * Setup other PCI bus configuration parameters.
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.h270 * PCI slot bus.
272 unsigned int bus; member in struct:nvme_ctrlr_stat
275 * PCI slot bus device number.
537 uint16_t bus; member in struct:pci_device
/haiku/src/libs/compat/freebsd_iflib/
H A Difdi_if.c41 #include <machine/bus.h>
42 #include <sys/bus.h>
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Diflib.h33 #include <sys/bus.h>
34 #include <machine/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Ddcphy.c55 #include <sys/bus.h>
66 #include <machine/bus.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/pci/
H A Dr92ce_attach.c36 #include <sys/bus.h>
40 #include <machine/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h52 #include <sys/bus.h>
66 #include <machine/bus.h>
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIController.cpp139 VirtioSCSIController::SetBus(scsi_bus bus) argument
141 fBus = bus;
/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c76 i2c_bus bus; local
84 ddc2_init_timing(&bus);
85 bus.cookie = &info;
86 bus.set_signals = &set_signals;
87 bus.get_signals = &get_signals;
89 if (ddc2_read_edid1(&bus, edid, &vdif, &vdifLength) != B_OK)
/haiku/src/add-ons/kernel/busses/ata/silicon_image_3112/
H A Dsilicon_image_3112.c114 const char *bus; local
118 // get the bus (should be PCI)
119 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) != B_OK
120 || strcmp(bus, "pci") != 0)
203 // properties of this controller for ATA bus manager
428 uint8 bus, device, function;
430 sDeviceManager->get_attr_uint8(node, PCI_DEVICE_BUS_ITEM, &bus, true);
435 TRACE("bus %3d, device %2d, function %2d: vendor %04x, device %04x\n",
436 bus, device, function, vendorID, deviceID);
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp21 #include <bus/PCI.h>
176 device->bus = info->info.bus;
254 info->info.bus, info->info.device, info->info.function);
1007 const char* bus; local
1010 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) != B_OK
1015 if (strcmp(bus, "pci") != 0 || baseClass != PCI_mass_storage)
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp17 #include <bus/PCI.h>
61 xhci_pci_sim_info* bus; local
63 gDeviceManager->get_driver(parent, &driver, (void**)&bus);
70 XHCI *xhci = new(std::nothrow) XHCI(&bus->pciinfo, bus->pci, bus->device, stack, node);
76 TRACE_MODULE_ERROR("bus failed init check\n");
105 xhci_pci_sim_info* bus = (xhci_pci_sim_info*)cookie; local
106 device_node* node = bus->driver_node;
112 // properties of this controller for the usb bus manage
131 xhci_pci_sim_info* bus = (xhci_pci_sim_info*)calloc(1, local
161 xhci_pci_sim_info* bus = (xhci_pci_sim_info*)device_cookie; local
184 const char* bus; local
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp130 return gPCI->read_pci_config(info.bus, info.device, info.function, offset,
138 gPCI->write_pci_config(info.bus, info.device, info.function, offset, size,
275 // Enable memory mapped IO and bus master.
455 // Get handle for the pci bus.
485 di.pciInfo.bus, di.pciInfo.device, di.pciInfo.function);
/haiku/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp235 // we fall back to C1 if there's bus master activity
249 // disable bus master arbitration during C3
510 const char *bus; local
514 // make sure parent is really the ACPI bus manager
515 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
518 if (strcmp(bus, "acpi") != 0)
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp221 const char *bus; local
222 if (gDeviceManager->get_attr_string(dev, B_DEVICE_BUS, &bus, false))
225 if (strcmp(bus, "acpi"))
357 // Attach bus resources for data and command/status ports.
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/
H A Dscsi_disk.cpp468 const char *bus; local
471 // make sure parent is really the SCSI bus manager
472 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
475 if (strcmp(bus, "scsi"))
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_block.cpp501 const char *bus; local
504 // make sure parent is really the Virtio bus manager
505 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
508 if (strcmp(bus, "virtio"))
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp80 // Filter all devices that are not on an MMC bus
81 const char* bus; local
82 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus,
86 if (strcmp(bus, "mmc") != 0)
213 // We need to grab the bus cookie as well
221 TRACE("MMC bus handle: %p %s\n", info->mmc, info->mmc->info.info.name);
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp497 // make sure parent is really the ACPI bus manager
498 const char *bus; local
499 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
502 if (strcmp(bus, "acpi"))

Completed in 186 milliseconds

<<11121314151617181920>>