Home
last modified time | relevance | path

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

/linux-6.8/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h50 struct vchiq_instance { struct
51 struct vchiq_state *state;
52 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
53 int completion_insert;
54 int completion_remove;
55 struct completion insert_event;
79 vchiq_use_service(struct vchiq_instance *instance, unsigned int handle); argument
/linux-6.8/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-vchiq.c94 static int audio_vchi_callback(struct vchiq_instance *vchiq_instance, in audio_vchi_callback()
126 vc_vchi_audio_init(struct vchiq_instance *vchiq_instance, in vc_vchi_audio_init()
333 struct vchiq_instance *vchiq_instance = vchi_ctx->instance; in bcm2835_audio_write() local
/linux-6.8/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-vchiq.c181 struct vchiq_instance *vchiq_instance; member
551 static int service_callback(struct vchiq_instance *vchiq_instance, in service_callback()
1859 struct vchiq_instance *vchiq_instance; in vchiq_mmal_init() local