Searched defs:vchiq_service (Results 1 – 1 of 1) sorted by relevance
195 struct vchiq_service { struct196 struct vchiq_service_base base; argument197 unsigned int handle;198 struct kref ref_count;199 struct rcu_head rcu;200 int srvstate;201 vchiq_userdata_term userdata_term;202 unsigned int localport;203 unsigned int remoteport;204 int public_fourcc;[all …]