Searched refs:RawDeviceId (Results 1 – 6 of 6) sorted by relevance
| /rust/kernel/ |
| A D | device_id.rs | 26 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 D | of.rs | 7 device_id::{RawDeviceId, RawDeviceIdIndex}, 21 unsafe impl RawDeviceId for DeviceId {
|
| A D | acpi.rs | 7 device_id::{RawDeviceId, RawDeviceIdIndex}, 21 unsafe impl RawDeviceId for DeviceId {
|
| A D | auxiliary.rs | 9 device_id::{RawDeviceId, RawDeviceIdIndex}, 139 unsafe impl RawDeviceId for DeviceId {
|
| A D | pci.rs | 9 device_id::{RawDeviceId, RawDeviceIdIndex}, 164 unsafe impl RawDeviceId for DeviceId {
|
| /rust/kernel/net/ |
| A D | phy.rs | 9 use crate::{device_id::RawDeviceId, error::*, prelude::*, types::Opaque}; 747 unsafe impl RawDeviceId for DeviceId {
|
Completed in 10 milliseconds