Home
last modified time | relevance | path

Searched refs:kobj_state_mut (Results 1 – 20 of 20) sorted by relevance

/DragonOS-0.1.9/kernel/src/driver/base/
Dcpu.rs242 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
247 *self.kobj_state_mut() = state; in set_kobj_state()
Dkobject.rs55 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState>; in kobj_state_mut() method
65 let mut state = self.kobj_state_mut(); in update_kobj_state()
Dkset.rs174 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/input/serio/i8042/
Di8042_device.rs157 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
Di8042_ports.rs155 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
Di8042_driver.rs183 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/open_firmware/
Ddevice_node.rs151 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/serial/serial8250/
Dmod.rs304 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
517 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/base/platform/
Dplatform_device.rs255 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/net/e1000e/
De1000e_driver.rs329 fn kobj_state_mut( in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/input/ps2_mouse/
Dps_mouse_driver.rs205 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
Dps_mouse_device.rs566 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/exception/
Dirqdesc.rs581 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
586 *self.kobj_state_mut() = state; in set_kobj_state()
/DragonOS-0.1.9/kernel/src/driver/net/
Dvirtio_net.rs403 fn kobj_state_mut( in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/fbcon/
Dmod.rs175 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/
Dfbmem.rs321 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/tty/
Dtty_driver.rs320 fn kobj_state_mut( in kobj_state_mut() method
Dtty_device.rs405 fn kobj_state_mut( in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/
Dvesafb.rs268 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
760 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS-0.1.9/kernel/src/driver/disk/ahci/
Dahcidisk.rs464 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method