Searched refs:EvdevPropertiesError (Results 1 – 2 of 2) sorted by relevance
184 return Err(InputError::EvdevPropertiesError(errno())); in properties()
46 EvdevPropertiesError(base::Error), enumerator75 EvdevPropertiesError(e) => write!(f, "failed to get properties of event device: {}", e), in fmt()