Searched refs:sink_count (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/runtests-utils/
H A Druntests-utils.cpp137 int sink_count = 0; local
139 if (sink_count != 0) {
156 sink_count++;
/fuchsia/zircon/system/dev/display/intel-i915/
H A Ddp-display.cpp899 dpcd::SinkCount sink_count; local
900 if (!DpcdRead(dpcd::DPCD_SINK_COUNT, sink_count.reg_value_ptr(), 1)) {
905 if (sink_count.count() != 1) {
1333 dpcd::SinkCount sink_count; local
1334 if (!DpcdRead(dpcd::DPCD_SINK_COUNT, sink_count.reg_value_ptr(), 1)) {
1341 if (sink_count.count() > 1) {
1346 if (sink_count.count() == 0) {

Completed in 27 milliseconds