/linux-6.14.4/rust/kernel/ |
D | platform.rs | 163 fn probe(dev: &mut Device, id_info: Option<&Self::IdInfo>) -> Result<Pin<KBox<Self>>>; in probe() 176 pub struct Device(ARef<device::Device>); struct 178 impl Device { implementation 196 impl AsRef<device::Device> for Device { implementation 197 fn as_ref(&self) -> &device::Device { in as_ref()
|
D | device.rs | 45 pub struct Device(Opaque<bindings::device>); struct 47 impl Device { impl 193 unsafe impl crate::types::AlwaysRefCounted for Device { implementation 206 unsafe impl Send for Device {} implementation 210 unsafe impl Sync for Device {} implementation
|
D | pci.rs | 237 fn probe(dev: &mut Device, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe() 250 pub struct Device(ARef<device::Device>); struct 265 fn new(pdev: Device, num: u32, name: &CStr) -> Result<Self> { in new() 314 unsafe fn do_release(pdev: &Device, ioptr: usize, num: i32) { in do_release() 353 impl Device { impl 430 impl AsRef<device::Device> for Device { implementation 431 fn as_ref(&self) -> &device::Device { in as_ref()
|
D | devres.rs | 102 fn new(dev: &Device, data: T, flags: Flags) -> Result<Arc<DevresInner<T>>> { in new() 174 pub fn new(dev: &Device, data: T, flags: Flags) -> Result<Self> { in new() 182 pub fn new_foreign_owned(dev: &Device, data: T, flags: Flags) -> Result { in new_foreign_owned()
|
D | faux.rs | 45 fn as_ref(&self) -> &device::Device { in as_ref()
|
D | firmware.rs | 58 fn request_internal(name: &CStr, dev: &Device, func: FwFunc) -> Result<Self> { in request_internal()
|
D | miscdevice.rs | 88 pub fn device(&self) -> &Device { in device()
|
/linux-6.14.4/rust/kernel/net/ |
D | phy.rs | 74 pub struct Device(Opaque<bindings::phy_device>); struct 76 impl Device { implementation 284 impl AsRef<kernel::device::Device> for Device { implementation 285 fn as_ref(&self) -> &kernel::device::Device { in as_ref() 631 fn read_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16) -> Result<u16> { in read_mmd() 636 fn write_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16, _val: u16) -> Result { in write_mmd() 641 fn link_change_notify(_dev: &mut Device) {} in link_change_notify()
|
/linux-6.14.4/rust/kernel/net/phy/ |
D | reg.rs | 48 fn write(&self, dev: &mut Device, val: u16) -> Result; in write() 117 fn write(&self, dev: &mut Device, val: u16) -> Result { in write() 207 fn write(&self, dev: &mut Device, val: u16) -> Result { in write()
|
/linux-6.14.4/Documentation/driver-api/ |
D | eisa.rst | 127 Device chapter
|
/linux-6.14.4/Documentation/PCI/endpoint/ |
D | pci-test-howto.rst | 140 Kselftest Output
|
/linux-6.14.4/Documentation/networking/ |
D | eql.rst | 158 3.3.1. /etc/slip/runslip.conf
|
D | can.rst | 1392 .. _socketcan-can-fd-driver:
|
/linux-6.14.4/samples/rust/ |
D | rust_driver_platform.rs | 24 fn probe(pdev: &mut platform::Device, info: Option<&Self::IdInfo>) -> Result<Pin<KBox<Self>>> { in probe()
|
D | rust_driver_pci.rs | 65 fn probe(pdev: &mut pci::Device, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
/linux-6.14.4/drivers/net/phy/ |
D | ax88796b_rust.rs | 93 fn link_change_notify(dev: &mut phy::Device) { in link_change_notify()
|
/linux-6.14.4/tools/testing/selftests/hid/tests/ |
D | base_device.py | 188 def is_a_match(self: "EvdevMatch", evdev: libevdev.Device) -> bool:
|
/linux-6.14.4/drivers/media/pci/ngene/ |
D | ngene.h | 256 u8 Device; member 267 u8 Device; member
|