Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmiscdevice.rs27 pub struct MiscDeviceOptions { struct
32 impl MiscDeviceOptions { implementation
71 pub fn register(opts: MiscDeviceOptions) -> impl PinInit<Self, Error> { in register()
/linux/samples/rust/
H A Drust_misc_device.rs103 miscdevice::{MiscDevice, MiscDeviceOptions, MiscDeviceRegistration},
132 let options = MiscDeviceOptions { in init()