Searched refs:ports (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp55 PortAcquirationInfo* ports = (PortAcquirationInfo*)realloc(fPorts, local
57 if (!ports)
59 fPorts = ports;
96 "semaphore, but there are no free ports.\n"));
/haiku/src/system/boot/platform/bios_ia32/
H A Dserial.cpp89 // copy the base ports of the optional 4 serial ports to the kernel args
92 uint16* ports = (uint16*)0x400; local
93 memcpy(gKernelArgs.platform_args.serial_base_ports, ports,
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp17 { "list-ports", no_argument, NULL, 'p' },
30 " -p, --list-ports print ports detected by the transport add-on\n"
127 BMessage ports; local
128 snooze(1000000); // give some time for ports discovery
129 status_t status = (*list_transport_ports)(&ports);
131 ports.PrintToStream();
/haiku/src/add-ons/accelerants/intel_extreme/
H A Ddpms.cpp31 if (gInfo->ports[i] == NULL)
33 if (!gInfo->ports[i]->IsConnected())
35 if (gInfo->ports[i]->GetPipe() == NULL)
38 gInfo->ports[i]->Power(enable);
H A Daccelerant.cpp205 TRACE("%s: No ports connected\n", __func__);
209 TRACE("%s: Connected ports: (port_count: %" B_PRIu32 ")\n", __func__,
213 Port* port = gInfo->ports[i];
228 Port* port = gInfo->ports[i];
244 // Try to determine what ports to use. We use the following heuristic:
299 gInfo->ports[gInfo->port_count++] = displayPort;
321 gInfo->ports[gInfo->port_count++] = ddiPort;
338 gInfo->ports[gInfo->port_count++] = eDPPort;
359 gInfo->ports[gInfo->port_count++] = hdmiPort;
373 gInfo->ports[gInf
[all...]
H A Daccelerant.h57 Port* ports[MAX_PORTS]; member in struct:accelerant_info
H A Dmode.cpp200 if (gInfo->ports[i] == NULL)
203 status_t status = gInfo->ports[i]->GetEDID(&gInfo->edid_info);
402 // skip, most certainly already set up by bios to use other ports,
465 10. Enable ports (DisplayPort must enable in training pattern 1)
480 if (gInfo->ports[i] == NULL)
482 if (!gInfo->ports[i]->IsConnected())
485 status_t status = gInfo->ports[i]->SetDisplayMode(&target, colorMode);
/haiku/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp253 port_id ports[] = { -1, 0, 1 } ; local
257 int32 portCount = sizeof(ports) / sizeof(port_id);
262 port_id port1 = ports[p1];
276 port_id port2 = ports[p2];
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h76 /* Set of actual ports ("cables" -- one or more) */
77 struct usbmidi_port_info* ports[16]; member in struct:usbmidi_device_info
79 /* maintain device (common for all ports) */
H A Dusb_midi.cpp55 devinfo->ports[cable] = port;
136 memset(midiDevice->ports, 0, sizeof(midiDevice->ports));
210 usbmidi_port_info* port = midiDevice->ports[packet->cn];
262 usbmidi_port_info* port = midiDevice->ports[cable];
376 /* get the actual number of ports in and out */
420 /* Create the actual device ports */
425 midiDevice->ports[i] = port;
462 usbmidi_port_info* port = midiDevice->ports[cable];
465 midiDevice->ports[cabl
[all...]
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp395 volume->port0_channel = page->ports[0].channel;
396 volume->port0_volume = page->ports[0].volume;
397 volume->port1_channel = page->ports[1].channel;
398 volume->port1_volume = page->ports[1].volume;
399 volume->port2_channel = page->ports[2].channel;
400 volume->port2_volume = page->ports[2].volume;
401 volume->port3_channel = page->ports[3].channel;
402 volume->port3_volume = page->ports[3].volume;
415 page->ports[0].channel = volume->port0_channel;
417 page->ports[
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp486 // We need to explicitly take ownership of EHCI ports on earlier Intel chipsets.
608 TRACE("Looking for EHCI owned ports\n");
609 uint32 ports = fPci->read_pci_config(fDevice, XHCI_INTEL_USB3PRM, 4); local
610 TRACE("Superspeed Ports: 0x%" B_PRIx32 "\n", ports);
611 fPci->write_pci_config(fDevice, XHCI_INTEL_USB3_PSSEN, 4, ports);
612 ports = fPci->read_pci_config(fDevice, XHCI_INTEL_USB3_PSSEN, 4);
613 TRACE("Superspeed ports now under XHCI : 0x%" B_PRIx32 "\n", ports);
614 ports = fPci->read_pci_config(fDevice, XHCI_INTEL_USB2PRM, 4);
615 TRACE("USB 2.0 Ports : 0x%" B_PRIx32 "\n", ports);
[all...]
/haiku/headers/private/drivers/
H A Dscsi_cmds.h931 } ports[4]; member in struct:scsi_modepage_audio

Completed in 116 milliseconds