Searched defs:Core (Results 1 – 11 of 11) sorted by relevance
/linux/samples/rust/ |
H A D | rust_driver_auxiliary.rs | 30 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument 64 probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> probe() argument
|
H A D | rust_driver_pci.rs | 68 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument 98 unbind(pdev: &pci::Device<Core>, this: Pin<&Self>) unbind() argument
|
H A D | rust_dma.rs | 58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
|
H A D | rust_driver_platform.rs | 104 pdev: &platform::Device<Core>, in probe() argument
|
/linux/rust/kernel/ |
H A D | device.rs | 469 pub struct Core; struct 504 impl Sealed for super::Core {} implementation 510 impl DeviceContext for Core {} implementation
|
H A D | platform.rs | 192 probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) -> Result<Pin<KBox<Self>>> probe() argument 205 unbind(dev: &Device<device::Core>, this: Pin<&Self>) unbind() argument
|
H A D | pci.rs | 245 probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> probe() argument 257 unbind(dev: &Device<device::Core>, this: Pin<&Self>) unbind() argument
|
H A D | auxiliary.rs | 187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe() argument
|
/linux/Documentation/driver-api/ |
H A D | sm501.rst | 14 Core chapter
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | internal-api.rst | 57 Core chapter
|
/linux/drivers/cpufreq/ |
H A D | rcpufreq_dt.rs | 208 pdev: &platform::Device<Core>, in probe()
|