Searched refs:NoDriverForDevice (Results 1 – 2 of 2) sorted by relevance
130 NoDriverForDevice, // 没有合适的驱动匹配设备 enumerator141 DeviceError::NoDriverForDevice => SystemError::ENODEV, in into()
202 return Err(DeviceError::NoDriverForDevice); in device_match_driver()