Home | History | Annotate | Download | only in nulldrv

Lines Matching refs:OpenDevice

110 int OpenDevice(const hw_module_t* module, const char* id, hw_device_t** device);
111 hw_module_methods_t nulldrv_module_methods = {.open = OpenDevice};
152 int OpenDevice(const hw_module_t* /*module*/,