Searched defs:vchiq_instance (Results 1 – 3 of 3) sorted by relevance
76 struct vchiq_instance { struct77 struct vchiq_state *state;78 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];79 int completion_insert;80 int completion_remove;81 struct completion insert_event;82 struct completion remove_event;83 struct mutex completion_mutex;85 int connected;86 int closing;[all …]
122 vc_vchi_audio_init(struct vchiq_instance *vchiq_instance, in vc_vchi_audio_init()
184 struct vchiq_instance *vchiq_instance; member1865 static struct vchiq_instance *vchiq_instance; in vchiq_mmal_init() local