Lines Matching defs:register
81 //! In order to register C driver types (such as `struct platform_driver`) the [adapter](#adapter)
141 /// Amba, etc.) to provide the corresponding subsystem specific implementation to register /
145 /// `bindings::__pci_register_driver` from `RegistrationOps::register` and
151 /// a preceding call to [`RegistrationOps::register`] has been successful.
159 unsafe fn register(
165 /// Unregisters a driver previously registered with [`RegistrationOps::register`].
169 /// Must only be called after a preceding successful call to [`RegistrationOps::register`] for
176 /// implements the [`RegistrationOps`] trait, such that the generic `T::register` and
244 unsafe { T::register(drv, name, module) }
254 // successfully registered with `T::register`