Searched defs:IdInfo (Results 1 – 14 of 14) sorted by relevance
| /linux/rust/kernel/ |
| H A D | driver.rs | 289 type IdInfo: 'static; global() typedef 297 acpi_id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> acpi_id_info() argument 331 of_id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> of_id_info() argument 367 id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> id_info() argument [all...] |
| H A D | i2c.rs | 206 i2c_id_info(dev: &I2cClient) -> Option<&'static <Self as driver::Adapter>::IdInfo> i2c_id_info() argument 227 type IdInfo = T::IdInfo; global() typedef 320 type IdInfo: 'static; global() typedef 337 probe( dev: &I2cClient<device::Core>, id_info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument [all...] |
| H A D | platform.rs | 128 type IdInfo = T::IdInfo; global() typedef 213 type IdInfo: 'static; global() typedef 227 probe( dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument [all...] |
| H A D | usb.rs | 307 type IdInfo: 'static; global() typedef 319 probe( interface: &Interface<device::Core>, id: &DeviceId, id_info: &Self::IdInfo, ) -> impl PinInit<Self, Error> probe() argument
|
| H A D | auxiliary.rs | 198 type IdInfo: 'static; global() typedef
|
| H A D | pci.rs | 301 type IdInfo: 'static; global() typedef
|
| /linux/samples/rust/ |
| H A D | rust_driver_usb.rs | 20 type IdInfo = (); global() typedef 26 probe( intf: &usb::Interface<Core>, _id: &usb::DeviceId, _info: &Self::IdInfo, ) -> impl PinInit<Self, Error> probe() argument
|
| H A D | rust_driver_i2c.rs | 46 info: Option<&'bound Self::IdInfo>, in probe() argument 38 type IdInfo = u32; global() typedef
|
| H A D | rust_i2c_client.rs | 115 _info: Option<&'bound Self::IdInfo>, in probe() argument 109 type IdInfo = (); global() typedef
|
| H A D | rust_driver_platform.rs | 105 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); in probe() argument 99 type IdInfo = Info; global() typedef
|
| H A D | rust_driver_auxiliary.rs | 34 type IdInfo = (); global() typedef 68 type IdInfo = (); global() typedef
|
| H A D | rust_debugfs.rs | 105 type IdInfo = (); global() typedef 111 probe( pdev: &platform::Device<Core>, _info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument
|
| H A D | rust_dma.rs | 60 type IdInfo = (); typedef
|
| H A D | rust_driver_pci.rs | 96 type IdInfo = TestIndex; global() typedef
|