Searched refs:get_dev_for_uuid (Results 1 – 2 of 2) sorted by relevance
48 let ptr = match get_dev_for_uuid(info.device_uuid) { in query()57 get_dev_for_uuid(info.device_uuid) in query()
1168 pub fn get_dev_for_uuid(uuid: [c_char; UUID_SIZE]) -> Option<&'static Device> { in get_dev_for_uuid() function