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; 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 Di2c.rs197 fn i2c_id_info(dev: &I2cClient) -> Option<&'static <Self as driver::Adapter>::IdInfo> { in i2c_id_info()
219 type IdInfo = T::IdInfo; typedef
313 type IdInfo: 'static; typedef
333 id_info: Option<&'bound Self::IdInfo>, in probe()
H A Dplatform.rs131 type IdInfo = T::IdInfo; typedef
215 type IdInfo: 'static; typedef
232 id_info: Option<&'bound 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; global() typedef
H A Dpci.rs301 type IdInfo: 'static; global() typedef
[all...]
/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 const I2C_ID_TABLE: Option<i2c::IdTable<Self::IdInfo>> = Some(&I2C_TABLE); typedef
46 probe( idev: &i2c::I2cClient<Core>, info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument
H A Drust_i2c_client.rs109 const ACPI_ID_TABLE: Option<acpi::IdTable<Self::IdInfo>> = Some(&ACPI_TABLE); typedef
115 probe( pdev: &platform::Device<device::Core>, _info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument
H A Drust_driver_platform.rs99 type IdInfo = Info; global() typedef
105 probe( pdev: &platform::Device<Core>, info: Option<&Self::IdInfo>, ) -> impl PinInit<Self, Error> probe() argument
H A Drust_driver_auxiliary.rs34 <AuxiliaryDriver as auxiliary::Driver>::IdInfo, 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 = (); global() typedef
H A Drust_driver_pci.rs96 type IdInfo = TestIndex; global() typedef