Searched defs:iso_context (Results 1 – 2 of 2) sorted by relevance
163 struct iso_context { struct164 struct fw_iso_context base; argument165 struct context context;166 void *header;167 size_t header_length;168 unsigned long flushing_completions;169 u32 mc_buffer_bus;170 u16 mc_completed;171 u16 last_timestamp;172 u8 sync;[all …]
60 struct fw_iso_context *iso_context; member