Searched defs:hw_module_t (Results 1 – 4 of 4) sorted by relevance
32 struct hw_module_t { struct51 struct hw_module_t* module; argument
17 typedef struct hw_module_t { struct26 } hw_module_t; argument
86 typedef struct hw_module_t { struct88 uint32_t tag;121 * version the hw_module_t, hw_module_methods_t, and hw_device_t argument129 uint16_t hal_api_version;154 } hw_module_t; argument
777 int OpenDevice(const hw_module_t* /*module*/, in OpenDevice()