Home
last modified time | relevance | path

Searched refs:VCHI_MAX_NUM_CONNECTIONS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/vc04_services/interface/vchi/
Dvchi_cfg.h79 #ifndef VCHI_MAX_NUM_CONNECTIONS
80 # define VCHI_MAX_NUM_CONNECTIONS 3 macro
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-vchiq.c48 VCHI_SERVICE_HANDLE_T vchi_handle[VCHI_MAX_NUM_CONNECTIONS];
250 if (num_connections > VCHI_MAX_NUM_CONNECTIONS) { in vc_vchi_audio_init()
252 __func__, num_connections, VCHI_MAX_NUM_CONNECTIONS); in vc_vchi_audio_init()