Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_pci.rs37 struct SampleDriver { struct
47 <SampleDriver as pci::Driver>::IdInfo, argument
54 impl SampleDriver { impl
95 impl pci::Driver for SampleDriver { implementation
140 impl PinnedDrop for SampleDriver { implementation
H A Drust_driver_platform.rs98 <SampleDriver as platform::Driver>::IdInfo, implementation
78 struct SampleDriver { global() struct
87 pdevSampleDriver global() argument
123 impl SampleDriver { global() implementation
179 impl Drop for SampleDriver { global() implementation
H A Drust_i2c_client.rs83 struct SampleDriver { global() struct
92 _regSampleDriver global() argument
108 impl platform::Driver for SampleDriver { global() implementation
H A Drust_driver_usb.rs8 struct SampleDriver { global() struct
15 _intfSampleDriver global() argument
19 impl usb::Driver for SampleDriver { global() implementation
H A Drust_driver_i2c.rs14 struct SampleDriver; global() struct
37 impl i2c::Driver for SampleDriver { global() implementation