Searched defs:DeviceConfig (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/block/rnull/ |
| H A D | configfs.rs | 52 container: configfs::Group<DeviceConfig>, in make_group() argument 114 pub(crate) struct DeviceConfig { global() struct 116 dataDeviceConfig global() argument 131 impl configfs::AttributeOperations<0> for DeviceConfig { global() implementation 134 show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> show() argument 146 store(this: &DeviceConfig, page: &[u8]) -> Result store() argument 169 impl configfs::AttributeOperations<1> for DeviceConfig { global() implementation 172 show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> show() argument 178 store(this: &DeviceConfig, page: &[u8]) -> Result store() argument 193 impl configfs::AttributeOperations<2> for DeviceConfig { global() implementation 196 show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> show() argument 208 store(this: &DeviceConfig, page: &[u8]) -> Result store() argument 220 impl configfs::AttributeOperations<3> for DeviceConfig { global() implementation 223 show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> show() argument 229 store(this: &DeviceConfig, page: &[u8]) -> Result store() argument 243 impl configfs::AttributeOperations<4> for DeviceConfig { global() implementation 246 show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> show() argument 252 store(this: &DeviceConfig, page: &[u8]) -> Result store() argument [all...] |