閱馬場(chǎng)5小時(shí)深入理解Linux-ARM虛擬化
hw_module_methods_t
設(shè)定打開硬件方法,或的一個(gè)device
typedef struct hw_module_methods_t {
? ? /** Open a specific device */
? ? int (*open)(const struct hw_module_t* module, const char* id,
? ? ? ? ? ? struct hw_device_t** device);
} hw_module_methods_t;
標(biāo)簽: