Home
last modified time | relevance | path

Searched defs:Core (Results 1 – 21 of 21) sorted by relevance

/linux/samples/rust/
H A Drust_driver_i2c.rs45 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 Drust_driver_usb.rs24 intf: &usb::Interface<Core>, in probe()
34 fn disconnect(intf: &usb::Interface<Core>, _data: Pin<&Self>) { in disconnect()
H A Drust_i2c_client.rs114 pdev: &platform::Device<device::Core>, in probe()
133 fn unbind(pdev: &platform::Device<device::Core>, _this: Pin<&Self>) { in unbind()
H A Drust_driver_auxiliary.rs38 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 Drust_driver_pci.rs68 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 Drust_dma.rs58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> impl PinInit<Self, Error> { in probe()
H A Drust_driver_platform.rs104 pdev: &platform::Device<Core>, in probe()
H A Drust_debugfs.rs110 pdev: &platform::Device<Core>, in probe()
/linux/drivers/gpu/nova-core/
H A Ddriver.rs72 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 Ddevice.rs553 pub struct Core; struct
588 impl Sealed for super::Core {} implementation
594 impl DeviceContext for Core {} implementation
H A Di2c.rs327 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 Dplatform.rs195 dev: &Device<device::Core>, in probe()
209 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
H A Dpci.rs294 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 Dusb.rs299 interface: &Interface<device::Core>, in probe()
307 fn disconnect(interface: &Interface<device::Core>, data: Pin<&Self>); in disconnect()
H A Dauxiliary.rs189 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> impl PinInit<Self, Error>; in probe()
/linux/Documentation/driver-api/
H A Dsm501.rst14 Core chapter
/linux/Documentation/driver-api/surface_aggregator/
H A Dinternal-api.rst57 Core chapter
/linux/drivers/gpu/drm/nova/
H A Ddriver.rs48 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> impl PinInit<Self, Error> { in probe()
/linux/drivers/gpu/drm/tyr/
H A Ddriver.rs104 pdev: &platform::Device<Core>, in probe()
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs208 pdev: &platform::Device<Core>, in probe()
/linux/drivers/pwm/
H A Dpwm_th1520.rs338 pdev: &platform::Device<Core>, in probe()