Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_kern_lib.c49 struct vchiq_instance_struct { struct
50 VCHIQ_STATE_T *state;
52 int connected;
54 struct list_head bulk_waiter_list;
55 struct mutex bulk_waiter_list_mutex;
H A Dvchiq_arm.c127 struct vchiq_instance_struct { struct
128 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 …]