Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dauxiliary.rs276 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Device<Ctx> {
H A Ddevice.rs610 pub unsafe trait AsBusDevice<Ctx: DeviceContext>: AsRef<Device<Ctx>> { trait
H A Dpci.rs458 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Device<Ctx> {
H A Dusb.rs345 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Interface<Ctx> {
H A Dplatform.rs302 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for Device<Ctx> {
H A Di2c.rs485 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for I2cClient<Ctx> {