Searched defs:Core (Results 1 – 13 of 13) 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() 64 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
H A D | rust_driver_pci.rs | 68 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() 98 fn unbind(pdev: &pci::Device<Core>, this: Pin<&Self>) { in unbind()
|
H A D | rust_dma.rs | 58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
H A D | rust_driver_platform.rs | 104 pdev: &platform::Device<Core>, in probe()
|
/linux/rust/kernel/ |
H A D | device.rs | 467 pub struct Core; struct 502 impl Sealed for super::Core {} implementation 508 impl DeviceContext for Core {} implementation
|
H A D | platform.rs | 192 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe() 205 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
|
H A D | pci.rs | 245 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe() 257 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
|
H A D | auxiliary.rs | 187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
|
/linux/Documentation/driver-api/ |
H A D | sm501.rst | 14 Core chapter
|
/linux/Documentation/driver-api/gpio/ |
H A D | index.rst | 18 Core chapter
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | internal-api.rst | 57 Core chapter
|
/linux/drivers/gpu/nova-core/ |
H A D | driver.rs | 31 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
/linux/drivers/cpufreq/ |
H A D | rcpufreq_dt.rs | 212 pdev: &platform::Device<Core>, in probe()
|