Searched refs:vchiq_connect (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_if.h131 extern VCHIQ_STATUS_T vchiq_connect(VCHIQ_INSTANCE_T instance);
H A Dvchiq_kern_lib.c184 * vchiq_connect
188 VCHIQ_STATUS_T vchiq_connect(VCHIQ_INSTANCE_T instance) function
215 EXPORT_SYMBOL(vchiq_connect); variable
H A Dvchiq_shim.c502 return vchiq_connect(instance);
H A Dvchiq_arm.c1669 status = vchiq_connect(instance);
1672 "%s vchiq_connect failed %d", __func__, status);

Completed in 110 milliseconds