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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.h51 port_index portIndex = INTEL_PORT_ANY);
59 port_index pllForPort,
H A DPorts.h40 Port(port_index index,
48 port_index PortIndex() const
108 port_index fPortIndex;
154 port_index index = INTEL_PORT_B,
173 HDMIPort(port_index index);
187 DisplayPort(port_index index,
227 port_index index = INTEL_PORT_A,
H A Daccelerant.cpp225 has_connected_port(port_index portIndex, uint32 type)
293 Port* displayPort = new(std::nothrow) DisplayPort((port_index)i);
314 = new(std::nothrow) DigitalDisplayInterface((port_index)i);
332 if (!has_connected_port((port_index)INTEL_PORT_A, INTEL_PORT_TYPE_ANY)) {
348 if (has_connected_port((port_index)i, INTEL_PORT_TYPE_ANY)) {
354 Port* hdmiPort = new(std::nothrow) HDMIPort((port_index)i);
384 for (port_index index = INTEL_PORT_B; index <= INTEL_PORT_C;
385 index = (port_index)(index + 1)) {
H A DPipes.cpp333 Pipe::ConfigureTimings(display_mode* target, bool hardware, port_index portIndex)
539 port_index pllForPort, uint32* pllSel)
H A DPorts.cpp87 Port::Port(port_index index, const char* baseName)
1409 DigitalPort::DigitalPort(port_index index, const char* baseName)
1517 HDMIPort::HDMIPort(port_index index)
1596 DisplayPort::DisplayPort(port_index index, const char* baseName)
2181 DigitalDisplayInterface::DigitalDisplayInterface(port_index index,
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h245 enum port_index { enum

Completed in 42 milliseconds