Searched defs:vchiq_instance_struct (Results 1 – 2 of 2) sorted by relevance
49 struct vchiq_instance_struct { struct50 VCHIQ_STATE_T *state;52 int connected;54 struct list_head bulk_waiter_list;55 struct mutex bulk_waiter_list_mutex;
127 struct vchiq_instance_struct { struct128 VCHIQ_STATE_T *state;129 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS];130 int completion_insert;131 int completion_remove;132 struct semaphore insert_event;133 struct semaphore remove_event;134 struct mutex completion_mutex;136 int connected;137 int closing;[all …]