Home
last modified time | relevance | path

Searched refs:create_fops (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/drm/
H A Ddevice.rs114 const GEM_FOPS: bindings::file_operations = drm::gem::create_fops();
/linux/rust/kernel/drm/gem/
H A Dmod.rs360 pub(super) const fn create_fops() -> bindings::file_operations { in create_fops() function