Searched defs:vchiq_instance_struct (Results 1 – 2 of 2) sorted by relevance
50 struct vchiq_instance_struct { struct51 VCHIQ_STATE_T *state;53 int connected;55 struct list_head bulk_waiter_list;56 struct mutex bulk_waiter_list_mutex;
122 struct vchiq_instance_struct { struct123 VCHIQ_STATE_T *state;124 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS];125 int completion_insert;126 int completion_remove;127 struct semaphore insert_event;128 struct semaphore remove_event;129 struct mutex completion_mutex;131 int connected;132 int closing;[all …]