Home
last modified time | relevance | path

Searched defs:IdInfo (Results 1 – 14 of 14) sorted by relevance

/linux/rust/kernel/
H A Ddriver.rs289 type IdInfo: 'static; typedef
297 fn acpi_id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in acpi_id_info()
331 fn of_id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in of_id_info()
367 fn id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in id_info()
H A Di2c.rs206 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 Dplatform.rs128 type IdInfo = T::IdInfo; typedef
213 type IdInfo: 'static; typedef
227 id_info: Option<&Self::IdInfo>, in probe()
H A Dusb.rs307 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 Dauxiliary.rs198 type IdInfo: 'static; typedef
H A Dpci.rs301 type IdInfo: 'static; typedef
/linux/samples/rust/
H A Drust_driver_usb.rs20 type IdInfo = (); global() typedef
26 probe( intf: &usb::Interface<Core>, _id: &usb::DeviceId, _info: &Self::IdInfo, ) -> impl PinInit<Self, Error> probe() argument
H A Drust_driver_i2c.rs38 type IdInfo = u32; global() typedef
46 probe( idev: &i2c::I2cClient<Core>, info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument
H A Drust_i2c_client.rs109 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); typedef
115 probe( pdev: &platform::Device<device::Core>, _info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument
H A Drust_driver_platform.rs105 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE); in probe() argument
99 type IdInfo = Info; global() typedef
H A Drust_driver_auxiliary.rs34 type IdInfo = (); global() typedef
68 type IdInfo = (); global() typedef
H A Drust_debugfs.rs105 type IdInfo = (); global() typedef
111 probe( pdev: &platform::Device<Core>, _info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument
H A Drust_dma.rs60 type IdInfo = (); typedef
H A Drust_driver_pci.rs96 type IdInfo = TestIndex; global() typedef