Home
last modified time | relevance | path

Searched defs:AllocOps (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/drm/
H A Ddriver.rs33 pub struct AllocOps { struct
34 pub(crate) gem_create_object: Option<
40 pub(crate) prime_handle_to_fd: Option<
49 pub(crate) prime_fd_to_handle: Option<
57 pub(crate) gem_prime_import: Option<
63 pub(crate) gem_prime_import_sg_table: Option<
90 const ALLOC_OPS: AllocOps; argument