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