Searched refs:C2TimestampGapAdjustmentStruct (Results 1 – 1 of 1) sorted by relevance
2157 struct C2TimestampGapAdjustmentStruct { struct2161 inline C2TimestampGapAdjustmentStruct(); argument2163 inline C2TimestampGapAdjustmentStruct(mode_t mode_, uint64_t value_) in C2TimestampGapAdjustmentStruct() argument2174 C2ENUM(C2TimestampGapAdjustmentStruct::mode_t, uint32_t, argument2180 inline C2TimestampGapAdjustmentStruct::C2TimestampGapAdjustmentStruct() in C2TimestampGapAdjustmentStruct() function2181 : mode(C2TimestampGapAdjustmentStruct::NONE), value(0) { } in C2TimestampGapAdjustmentStruct()2183 typedef C2PortParam<C2Tuning, C2TimestampGapAdjustmentStruct> C2PortTimestampGapTuning;