Searched defs:user_service (Results 1 – 1 of 1) sorted by relevance
84 struct user_service { struct85 struct vchiq_service *service;86 void *userdata;87 VCHIQ_INSTANCE_T instance;88 char is_vchi;89 char dequeue_pending;90 char close_pending;91 int message_available_pos;92 int msg_insert;93 int msg_remove;[all …]