Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/driver/base/device/
Dbus.rs477 driver_manager().create_attr_file(driver, &DriverAttrUnbind)?; in add_bind_files()
482 driver_manager().remove_attr_file(driver, &DriverAttrUnbind); in add_bind_files()
737 struct DriverAttrUnbind; struct
739 impl Attribute for DriverAttrUnbind { implementation