Searched defs:vchiq_instance_struct (Results 1 – 1 of 1) sorted by relevance
136 struct vchiq_instance_struct { struct137 VCHIQ_STATE_T *state;138 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS];139 int completion_insert;140 int completion_remove;141 struct semaphore insert_event;142 struct semaphore remove_event;143 struct mutex completion_mutex;145 int connected;146 int closing;[all …]