Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dauxiliary.rs369 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Device<Ctx> { in new()
H A Dpci.rs479 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Device<Ctx> { in inc_ref()
H A Dusb.rs355 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Interface<Ctx> {
H A Ddevice.rs600 pub unsafe trait AsBusDevice<Ctx: DeviceContext>: AsRef<Device<Ctx>> { trait
H A Dplatform.rs330 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Device<Ctx> {
H A Di2c.rs486 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for I2cClient<Ctx> {