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.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; 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 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
/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.rs46 info: Option<&'bound Self::IdInfo>, in probe() argument
38 type IdInfo = u32; global() typedef
H A Drust_i2c_client.rs115 _info: Option<&'bound Self::IdInfo>, in probe() argument
109 type IdInfo = (); global() typedef
H A Drust_driver_platform.rs105 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_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