Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevice_id.rs26 pub unsafe trait RawDeviceId { trait
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> {
H A Dauxiliary.rs12 RawDeviceId,
158 unsafe impl RawDeviceId for DeviceId {
H A Dpci.rs12 RawDeviceId,
229 unsafe impl RawDeviceId for DeviceId {
H A Dusb.rs12 RawDeviceId,
238 unsafe impl RawDeviceId for DeviceId {
H A Di2c.rs11 RawDeviceId,
61 unsafe impl RawDeviceId for DeviceId {