Searched refs:IdTable (Results 1 – 20 of 20) sorted by relevance
| /linux/rust/kernel/ |
| H A D | i2c.rs | 76 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef 190 fn i2c_id_table() -> Option<IdTable<<Self as driver::Adapter>::IdInfo>> { in i2c_id_table() 220 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table() 224 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>> { in acpi_id_table() 314 const I2C_ID_TABLE: Option<IdTable<Self::IdInfo>> = None; 317 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None; 320 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = None;
|
| H A D | platform.rs | 104 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table() 108 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>> { in acpi_id_table() 185 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None; 188 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = None;
|
| H A D | auxiliary.rs | 156 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef 184 const ID_TABLE: IdTable<Self::IdInfo>;
|
| H A D | device_id.rs | 165 pub trait IdTable<T: RawDeviceId, U> { trait 176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> {
|
| H A D | driver.rs | 234 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>>; in acpi_id_table() 268 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table()
|
| H A D | pci.rs | 227 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef 288 const ID_TABLE: IdTable<Self::IdInfo>;
|
| H A D | usb.rs | 236 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef 292 const ID_TABLE: IdTable<Self::IdInfo>;
|
| /linux/samples/rust/ |
| H A D | rust_driver_i2c.rs | 40 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE); 41 const I2C_ID_TABLE: Option<i2c::IdTable<Self::IdInfo>> = Some(&I2C_TABLE); 42 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
|
| H A D | rust_i2c_client.rs | 110 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); 111 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE);
|
| H A D | rust_driver_auxiliary.rs | 36 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE; 70 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
|
| H A D | rust_driver_platform.rs | 100 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); 101 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE);
|
| H A D | rust_debugfs.rs | 106 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None; 107 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE);
|
| H A D | rust_driver_usb.rs | 21 const ID_TABLE: usb::IdTable<Self::IdInfo> = &USB_TABLE;
|
| H A D | rust_driver_pci.rs | 66 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
|
| H A D | rust_dma.rs | 56 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
|
| /linux/drivers/gpu/nova-core/ |
| H A D | driver.rs | 70 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
|
| /linux/drivers/gpu/drm/nova/ |
| H A D | driver.rs | 46 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE;
|
| /linux/drivers/cpufreq/ |
| H A D | rcpufreq_dt.rs | 205 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
|
| /linux/drivers/gpu/drm/tyr/ |
| H A D | driver.rs | 101 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
|
| /linux/drivers/pwm/ |
| H A D | pwm_th1520.rs | 335 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
|