Searched defs:vchiq_instance_struct (Results 1 – 1 of 1) sorted by relevance
106 struct vchiq_instance_struct { struct107 struct vchiq_state *state;108 struct vchiq_completion_data completions[MAX_COMPLETIONS];109 int completion_insert;110 int completion_remove;111 struct completion insert_event;112 struct completion remove_event;113 struct mutex completion_mutex;115 int connected;116 int closing;[all …]