Home
last modified time | relevance | path

Searched defs:vchiq_instance_struct (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kern_lib.c50 struct vchiq_instance_struct { struct
51 VCHIQ_STATE_T *state;
53 int connected;
55 struct list_head bulk_waiter_list;
56 struct mutex bulk_waiter_list_mutex;
H A Dvchiq_arm.c122 struct vchiq_instance_struct { struct
123 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 …]