Home
last modified time | relevance | path

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

/rust/kernel/
A Dconfigfs.rs150 item_type: &'static ItemType<Subsystem<Data>, Data>, in new()
151 data: impl PinInit<Data, Error>, in new()
260 item_type: &'static ItemType<Group<Data>, Data>, in new()
261 data: impl PinInit<Data, Error>, in new()
647 type Data; typedef
655 fn show(data: &Self::Data, page: &mut [u8; PAGE_SIZE]) -> Result<usize>; in show()
663 fn store(_data: &Self::Data, _page: &[u8]) -> Result { in store()
711 attribute: &'static Attribute<ID, O, Data>, in add() argument
A Dopp.rs224 pub struct Data(bindings::dev_pm_opp_data); struct
226 impl Data { implementation
/rust/kernel/drm/
A Ddevice.rs98 pub fn new(dev: &device::Device, data: impl PinInit<T::Data, Error>) -> Result<ARef<Self>> { in new()
A Ddriver.rs100 type Data: Sync + Send; typedef

Completed in 9 milliseconds