Searched refs:portIndex (Results 1 - 6 of 6) sorted by relevance

/haiku/build/scripts/
H A Dbootstrap_client.py22 portIndex = address.find(':') variable
23 if portIndex >= 0:
24 port = int(address[portIndex + 1:])
25 address = address[:portIndex]
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.h51 port_index portIndex = INTEL_PORT_ANY);
H A Daccelerant.cpp225 has_connected_port(port_index portIndex, uint32 type) argument
231 if (portIndex != INTEL_PORT_ANY && port->PortIndex() != portIndex)
H A DPipes.cpp333 Pipe::ConfigureTimings(display_mode* target, bool hardware, port_index portIndex) argument
378 (portIndex == INTEL_PORT_A)) {
/haiku/headers/os/drivers/
H A DUSB3.h244 uint8 *portIndex);
249 * portIndex. This will cause a disconnect event for the attached device.
250 * With disable_port you can specify that the port at portIndex shall be
255 uint8 portIndex);
257 uint8 portIndex);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp613 get_device_parent(usb_device _device, usb_device *parentHub, uint8 *portIndex) argument
615 if (!parentHub || !portIndex)
629 *portIndex = i;
640 reset_port(usb_device _hub, uint8 portIndex) argument
647 return hub->ResetPort(portIndex);
652 disable_port(usb_device _hub, uint8 portIndex) argument
659 return hub->DisablePort(portIndex);

Completed in 67 milliseconds