Home
last modified time | relevance | path

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

12

/DragonOS/kernel/src/driver/base/
H A Dcpu.rs244 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
249 *self.kobj_state_mut() = state; in set_kobj_state()
H A Dkobject.rs56 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState>; in kobj_state_mut() method
66 let mut state = self.kobj_state_mut(); in update_kobj_state()
H A Dkset.rs174 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/rtc/
H A Dsysfs.rs235 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
240 *self.kobj_state_mut() = state; in set_kobj_state()
H A Drtc_cmos.rs198 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/open_firmware/
H A Ddevice_node.rs151 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_driver.rs164 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
H A Dpt_device.rs192 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_ports.rs166 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
H A Di8042_device.rs169 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
H A Di8042_driver.rs183 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/pci/
H A Ddevice.rs159 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
H A Draw_device.rs200 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dmod.rs310 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
513 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs176 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
752 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
957 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
H A Dloopback.rs362 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_device.rs246 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs457 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
648 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_driver.rs206 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs225 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/exception/
H A Dirqdesc.rs597 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
602 *self.kobj_state_mut() = state; in set_kobj_state()
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs175 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dfbmem.rs322 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs424 fn kobj_state_mut(&self) -> RwLockWriteGuard<KObjectState> { in kobj_state_mut() method
/DragonOS/kernel/src/driver/tty/
H A Dtty_driver.rs362 fn kobj_state_mut( in kobj_state_mut() method

12