Symbol: port_index
src/add-ons/accelerants/intel_extreme/Pipes.cpp
345
Pipe::ConfigureTimings(display_mode* target, bool hardware, port_index portIndex)
src/add-ons/accelerants/intel_extreme/Pipes.cpp
551
port_index pllForPort, uint32* pllSel)
src/add-ons/accelerants/intel_extreme/Pipes.h
51
port_index portIndex = INTEL_PORT_ANY);
src/add-ons/accelerants/intel_extreme/Pipes.h
59
port_index pllForPort,
src/add-ons/accelerants/intel_extreme/Ports.cpp
1411
DigitalPort::DigitalPort(port_index index, const char* baseName)
src/add-ons/accelerants/intel_extreme/Ports.cpp
1519
HDMIPort::HDMIPort(port_index index)
src/add-ons/accelerants/intel_extreme/Ports.cpp
1598
DisplayPort::DisplayPort(port_index index, const char* baseName)
src/add-ons/accelerants/intel_extreme/Ports.cpp
2184
DigitalDisplayInterface::DigitalDisplayInterface(port_index index,
src/add-ons/accelerants/intel_extreme/Ports.cpp
89
Port::Port(port_index index, const char* baseName)
src/add-ons/accelerants/intel_extreme/Ports.h
108
port_index fPortIndex;
src/add-ons/accelerants/intel_extreme/Ports.h
154
port_index index = INTEL_PORT_B,
src/add-ons/accelerants/intel_extreme/Ports.h
173
HDMIPort(port_index index);
src/add-ons/accelerants/intel_extreme/Ports.h
187
DisplayPort(port_index index,
src/add-ons/accelerants/intel_extreme/Ports.h
227
port_index index = INTEL_PORT_A,
src/add-ons/accelerants/intel_extreme/Ports.h
40
Port(port_index index,
src/add-ons/accelerants/intel_extreme/Ports.h
48
port_index PortIndex() const
src/add-ons/accelerants/intel_extreme/accelerant.cpp
225
has_connected_port(port_index portIndex, uint32 type)
src/add-ons/accelerants/intel_extreme/accelerant.cpp
293
Port* displayPort = new(std::nothrow) DisplayPort((port_index)i);
src/add-ons/accelerants/intel_extreme/accelerant.cpp
314
= new(std::nothrow) DigitalDisplayInterface((port_index)i);
src/add-ons/accelerants/intel_extreme/accelerant.cpp
332
if (!has_connected_port((port_index)INTEL_PORT_A, INTEL_PORT_TYPE_ANY)) {
src/add-ons/accelerants/intel_extreme/accelerant.cpp
348
if (has_connected_port((port_index)i, INTEL_PORT_TYPE_ANY)) {
src/add-ons/accelerants/intel_extreme/accelerant.cpp
354
Port* hdmiPort = new(std::nothrow) HDMIPort((port_index)i);
src/add-ons/accelerants/intel_extreme/accelerant.cpp
384
for (port_index index = INTEL_PORT_B; index <= INTEL_PORT_C;
src/add-ons/accelerants/intel_extreme/accelerant.cpp
385
index = (port_index)(index + 1)) {