Lines Matching refs:dyn
25 fn attrs(&self) -> &[&'static dyn Attribute] { in attrs()
31 _kobj: Arc<dyn KObject>, in is_visible()
32 attr: &'static dyn Attribute, in is_visible()
50 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show()
52 .cast::<dyn PciDevice>() in show()
53 .map_err(|e: Arc<dyn KObject>| { in show()
60 fn store(&self, _kobj: Arc<dyn KObject>, _buf: &[u8]) -> Result<usize, SystemError> { in store()
81 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show()
83 .cast::<dyn PciDevice>() in show()
84 .map_err(|e: Arc<dyn KObject>| { in show()
91 fn store(&self, _kobj: Arc<dyn KObject>, _buf: &[u8]) -> Result<usize, SystemError> { in store()
112 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show()
114 .cast::<dyn PciDevice>() in show()
115 .map_err(|e: Arc<dyn KObject>| { in show()
122 fn store(&self, _kobj: Arc<dyn KObject>, _buf: &[u8]) -> Result<usize, SystemError> { in store()
143 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show()
145 .cast::<dyn PciDevice>() in show()
146 .map_err(|e: Arc<dyn KObject>| { in show()
153 fn store(&self, _kobj: Arc<dyn KObject>, _buf: &[u8]) -> Result<usize, SystemError> { in store()