Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dmiscdevice.rs26 pub struct MiscDeviceOptions { struct
31 impl MiscDeviceOptions { argument
65 pub fn register(opts: MiscDeviceOptions) -> impl PinInit<Self, Error> { in register()
/linux-6.15/samples/rust/
H A Drust_misc_device.rs105 miscdevice::{MiscDevice, MiscDeviceOptions, MiscDeviceRegistration},
135 let options = MiscDeviceOptions { in init()