Searched refs:INPUT (Results 1 – 13 of 13) sorted by relevance
109 case IntelHDAStream::Type::INPUT: src = &free_input_streams_; break; in AllocateStream()126 uint8_t stream_tag = AllocateStreamTagLocked(type == IntelHDAStream::Type::INPUT); in AllocateStream()147 case IntelHDAStream::Type::INPUT: dst = &free_input_streams_; break; in ReturnStreamLocked()
35 enum class Type { INVALID, INPUT, OUTPUT, BIDIR }; enumerator
462 hda_rights = (configured_type() == Type::INPUT) in ProcessGetBufferLocked()640 ZX_DEBUG_ASSERT((configured_type_ == Type::INPUT) || (configured_type_ == Type::OUTPUT)); in ProcessStartLocked()643 | (configured_type_ == Type::INPUT ? HDA_SD_REG_CTRL_DIR_IN in ProcessStartLocked()
314 ? IntelHDAStream::Type::INPUT in SetupStreamDescriptors()
456 ? IntelHDAStream::Type::INPUT in ProcessRequestStream()
28 DDK_PROTOCOL_DEF(INPUT, 'pINP', "input", 0)
22 INPUT = 1;
14 INPUT = 1;
87 INPUT = 0x1, enumerator
37 INPUT = 0;
32 case AudioWidgetCaps::Type::INPUT: return "INPUT"; in ToString()425 if ((widget.caps_.type() == AudioWidgetCaps::Type::INPUT) || in ihda_dump_widget()
183 case AudioWidgetCaps::Type::INPUT: in ParseAudioWidgetType()574 case AudioWidgetCaps::Type::INPUT: in ReadAudioWidgetState()660 if ((widget.caps_.type() == AudioWidgetCaps::Type::INPUT) || in ReadAudioWidgetState()
Completed in 20 milliseconds