Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/device/
H A Dbus.rs483 driver_manager().create_attr_file(driver, &DriverAttrUnbind)?; in add_bind_files()
488 driver_manager().remove_attr_file(driver, &DriverAttrUnbind); in add_bind_files()
742 struct DriverAttrUnbind; struct
744 impl Attribute for DriverAttrUnbind { implementation