Searched refs:NovaDriver (Results 1 – 2 of 2) sorted by relevance
10 pub(crate) struct NovaDriver { struct16 pub(crate) type NovaDevice = drm::Device<NovaDriver>; argument37 <NovaDriver as auxiliary::Driver>::IdInfo,44 impl auxiliary::Driver for NovaDriver { implementation59 impl drm::Driver for NovaDriver { implementation
3 use crate::driver::{NovaDevice, NovaDriver};16 type Driver = NovaDriver;