Lines Matching defs:DeviceConfig
52 ) -> Result<impl PinInit<configfs::Group<DeviceConfig>, Error>> { in make_group()
114 pub(crate) struct DeviceConfig { struct
116 data: Mutex<DeviceConfigInner>, argument
131 impl configfs::AttributeOperations<0> for DeviceConfig { implementation
134 fn show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show()
146 fn store(this: &DeviceConfig, page: &[u8]) -> Result { in store()
169 impl configfs::AttributeOperations<1> for DeviceConfig { implementation
172 fn show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show()
178 fn store(this: &DeviceConfig, page: &[u8]) -> Result { in store()
193 impl configfs::AttributeOperations<2> for DeviceConfig { implementation
196 fn show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show()
208 fn store(this: &DeviceConfig, page: &[u8]) -> Result { in store()
220 impl configfs::AttributeOperations<3> for DeviceConfig { implementation
223 fn show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show()
229 fn store(this: &DeviceConfig, page: &[u8]) -> Result { in store()
243 impl configfs::AttributeOperations<4> for DeviceConfig { implementation
246 fn show(this: &DeviceConfig, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show()
252 fn store(this: &DeviceConfig, page: &[u8]) -> Result { in store()