| /linux/samples/rust/ |
| H A D | rust_driver_i2c.rs | 45 idev: &i2c::I2cClient<Core>, in probe() 59 fn shutdown(idev: &i2c::I2cClient<Core>, _this: Pin<&Self>) { in shutdown() 63 fn unbind(idev: &i2c::I2cClient<Core>, _this: Pin<&Self>) { in unbind()
|
| H A D | rust_driver_usb.rs | 24 intf: &usb::Interface<Core>, in probe() 34 fn disconnect(intf: &usb::Interface<Core>, _data: Pin<&Self>) { in disconnect()
|
| H A D | rust_i2c_client.rs | 114 pdev: &platform::Device<device::Core>, in probe() 133 fn unbind(pdev: &platform::Device<device::Core>, _this: Pin<&Self>) { in unbind()
|
| H A D | rust_driver_auxiliary.rs | 38 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> impl PinInit<Self, Error> { in probe() 72 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> impl PinInit<Self, Error> { in probe()
|
| H A D | rust_driver_pci.rs | 68 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> impl PinInit<Self, Error> { 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) -> impl PinInit<Self, Error> { in probe()
|
| H A D | rust_driver_platform.rs | 104 pdev: &platform::Device<Core>, in probe()
|
| H A D | rust_debugfs.rs | 110 pdev: &platform::Device<Core>, in probe()
|
| /linux/drivers/gpu/nova-core/ |
| H A D | driver.rs | 72 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> impl PinInit<Self, Error> { in probe() 101 fn unbind(pdev: &pci::Device<Core>, this: Pin<&Self>) { in unbind()
|
| /linux/rust/kernel/ |
| H A D | device.rs | 553 pub struct Core; struct 588 impl Sealed for super::Core {} implementation 594 impl DeviceContext for Core {} implementation
|
| H A D | i2c.rs | 327 dev: &I2cClient<device::Core>, in probe() 342 fn shutdown(dev: &I2cClient<device::Core>, this: Pin<&Self>) { in shutdown() 356 fn unbind(dev: &I2cClient<device::Core>, this: Pin<&Self>) { in unbind()
|
| H A D | platform.rs | 195 dev: &Device<device::Core>, in probe() 209 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
|
| H A D | pci.rs | 294 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> impl PinInit<Self, Error>; in probe() 306 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
|
| H A D | usb.rs | 299 interface: &Interface<device::Core>, in probe() 307 fn disconnect(interface: &Interface<device::Core>, data: Pin<&Self>); in disconnect()
|
| H A D | auxiliary.rs | 189 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> impl PinInit<Self, Error>; in probe()
|
| /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/gpu/drm/nova/ |
| H A D | driver.rs | 48 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> impl PinInit<Self, Error> { in probe()
|
| /linux/drivers/gpu/drm/tyr/ |
| H A D | driver.rs | 104 pdev: &platform::Device<Core>, in probe()
|
| /linux/drivers/cpufreq/ |
| H A D | rcpufreq_dt.rs | 208 pdev: &platform::Device<Core>, in probe()
|
| /linux/drivers/pwm/ |
| H A D | pwm_th1520.rs | 338 pdev: &platform::Device<Core>, in probe()
|