Home
last modified time | relevance | path

Searched refs:IdTable (Results 1 – 19 of 19) sorted by relevance

/linux/rust/kernel/
H A Di2c.rs76 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 Dplatform.rs104 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 Dauxiliary.rs156 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
184 const ID_TABLE: IdTable<Self::IdInfo>;
H A Ddriver.rs230 fn acpi_id_table() -> Option<acpi::IdTable<Self::IdInfo>>; in acpi_id_table()
264 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table()
H A Dpci.rs227 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
288 const ID_TABLE: IdTable<Self::IdInfo>;
H A Dusb.rs236 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 Drust_driver_i2c.rs40 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 Drust_i2c_client.rs110 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 Drust_driver_auxiliary.rs36 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE;
70 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
H A Drust_driver_platform.rs100 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 Drust_debugfs.rs106 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 Drust_driver_usb.rs21 const ID_TABLE: usb::IdTable<Self::IdInfo> = &USB_TABLE;
H A Drust_driver_pci.rs66 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
H A Drust_dma.rs56 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
/linux/drivers/gpu/nova-core/
H A Ddriver.rs70 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
/linux/drivers/gpu/drm/nova/
H A Ddriver.rs46 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE;
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs205 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
/linux/drivers/gpu/drm/tyr/
H A Ddriver.rs101 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
/linux/drivers/pwm/
H A Dpwm_th1520.rs335 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);