Searched refs:AW_PIN_CAPS_FLAG_CAN_EAPD (Results 1 – 3 of 3) sorted by relevance
62 static constexpr uint32_t AW_PIN_CAPS_FLAG_CAN_EAPD = (1u << 16); variable184 bool has_eapd() const { return raw_data_ & AW_PIN_CAPS_FLAG_CAN_EAPD; } in has_eapd()
321 { AW_PIN_CAPS_FLAG_CAN_EAPD, "EAPD" },502 if (widget.pin_caps_ & AW_PIN_CAPS_FLAG_CAN_EAPD) in ihda_dump_widget()
712 (widget.pin_caps_ & AW_PIN_CAPS_FLAG_CAN_EAPD)) { in ReadAudioWidgetState()
Completed in 6 milliseconds