Searched defs:vchiq_set_service_option (Results 1 – 2 of 2) sorted by relevance
72 struct vchiq_set_service_option { struct73 unsigned int handle;74 enum vchiq_service_option option;75 int value;
3315 vchiq_set_service_option(unsigned int handle, in vchiq_set_service_option() function