Home
last modified time | relevance | path

Searched defs:vchiq_instance (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h89 struct vchiq_instance { struct
90 struct vchiq_state *state;
91 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
92 int completion_insert;
93 int completion_remove;
94 struct completion insert_event;
95 struct completion remove_event;
96 struct mutex completion_mutex;
98 int connected;
99 int closing;
[all …]
/Linux-v5.15/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-vchiq.c122 vc_vchi_audio_init(struct vchiq_instance *vchiq_instance, in vc_vchi_audio_init()
/Linux-v5.15/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-vchiq.c184 struct vchiq_instance *vchiq_instance; member
1865 struct vchiq_instance *vchiq_instance; in vchiq_mmal_init() local