Home
last modified time | relevance | path

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

/rust/kernel/
A Ddevice_id.rs26 pub unsafe trait RawDeviceId { interface
46 pub unsafe trait RawDeviceIdIndex: RawDeviceId {
57 pub struct RawIdArray<T: RawDeviceId, const N: usize> {
62 impl<T: RawDeviceId, const N: usize> RawIdArray<T, N> {
71 pub struct IdArray<T: RawDeviceId, U, const N: usize> {
76 impl<T: RawDeviceId, U, const N: usize> IdArray<T, U, N> {
147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> {
165 pub trait IdTable<T: RawDeviceId, U> {
176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> {
A Dof.rs7 device_id::{RawDeviceId, RawDeviceIdIndex},
21 unsafe impl RawDeviceId for DeviceId {
A Dacpi.rs7 device_id::{RawDeviceId, RawDeviceIdIndex},
21 unsafe impl RawDeviceId for DeviceId {
A Dauxiliary.rs9 device_id::{RawDeviceId, RawDeviceIdIndex},
139 unsafe impl RawDeviceId for DeviceId {
A Dpci.rs9 device_id::{RawDeviceId, RawDeviceIdIndex},
164 unsafe impl RawDeviceId for DeviceId {
/rust/kernel/net/
A Dphy.rs9 use crate::{device_id::RawDeviceId, error::*, prelude::*, types::Opaque};
747 unsafe impl RawDeviceId for DeviceId {

Completed in 10 milliseconds