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