find_interface
if (find_interface(name) != NULL)
Interface* interface = find_interface(deviceInterface->device->name);
interface = find_interface(index);
Interface* interface = find_interface(name);