Searched defs:user_service (Results 1 – 1 of 1) sorted by relevance
54 struct user_service { struct55 struct vchiq_service *service;56 void __user *userdata;57 struct vchiq_instance *instance;58 char is_vchi;59 char dequeue_pending;60 char close_pending;61 int message_available_pos;62 int msg_insert;63 int msg_remove;[all …]