| /linux/rust/kernel/ |
| H A D | device.rs | 190 pub unsafe fn as_bound(&self) -> &Device<Bound> { in as_bound() argument 269 impl Device<Bound> { 582 pub struct Bound; struct 587 impl Sealed for super::Bound {} implementation 593 impl DeviceContext for Bound {} implementation 677 $crate::device::Core => $crate::device::Bound 684 $crate::device::Bound => $crate::device::Normal 708 ::kernel::__impl_device_context_into_aref!($crate::device::Bound, $device);
|
| H A D | devres.rs | 11 device::{Bound, Device}, 143 dev: &'a Device<Bound>, in new() argument 259 pub fn access<'a>(&'a self, dev: &'a Device<Bound>) -> Result<&'a T> { in access() 321 fn register_foreign<P>(dev: &Device<Bound>, data: P) -> Result in register_foreign() argument 371 pub fn register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result in register() argument
|
| H A D | maple_tree.rs | 11 ops::{Bound, RangeBounds}, 58 Bound::Included(start) => *start, in to_maple_range() 59 Bound::Excluded(start) => start.checked_add(1)?, in to_maple_range() 60 Bound::Unbounded => 0, in to_maple_range() 64 Bound::Included(end) => *end, in to_maple_range() 65 Bound::Excluded(end) => end.checked_sub(1)?, in to_maple_range() 66 Bound::Unbounded => usize::MAX, in to_maple_range()
|
| H A D | scatterlist.rs | 35 device::{Bound, Device}, 204 dev: &Device<Bound>, in new() argument 337 dev: &Device<Bound>, in new() argument 432 dev: &Device<Bound>, in new() argument
|
| H A D | regulator.rs | 21 device::{Bound, Device}, 84 pub fn devm_enable(dev: &Device<Bound>, name: &CStr) -> Result { in devm_enable() argument 102 pub fn devm_enable_optional(dev: &Device<Bound>, name: &CStr) -> Result { in devm_enable_optional() argument
|
| H A D | auxiliary.rs | 221 impl Device<device::Bound> { 223 pub fn parent(&self) -> &device::Device<device::Bound> { in parent() argument 312 parent: &'a device::Device<device::Bound>, in new() argument
|
| H A D | dma.rs | 9 device::{Bound, Core}, 381 dev: &device::Device<Bound>, in alloc_attrs() argument 424 dev: &device::Device<Bound>, in alloc_coherent() argument
|
| H A D | platform.rs | 9 device::{self, Bound}, 273 impl Device<Bound> { 355 impl Device<Bound> {
|
| H A D | cpufreq.rs | 15 device::{Bound, Device}, 1049 pub fn new_foreign_owned(dev: &Device<Bound>) -> Result in new_foreign_owned()
|
| H A D | i2c.rs | 554 parent_dev: &'a device::Device<device::Bound>, in new() argument
|
| /linux/rust/kernel/pci/ |
| H A D | irq.rs | 9 device::Bound, 80 dev: &'a Device<Bound>, 91 unsafe fn new(dev: &'a Device<Bound>, index: u32) -> Self { in new() argument 133 dev: &'a Device<Bound>, in register() argument 174 impl Device<device::Bound> {
|
| H A D | io.rs | 125 impl Device<device::Bound> {
|
| /linux/samples/rust/ |
| H A D | rust_driver_auxiliary.rs | 9 device::{Bound, Core}, 82 fn connect(adev: &auxiliary::Device<Bound>) -> Result { in connect() 84 let pdev: &pci::Device<Bound> = dev.try_into()?; in connect()
|
| /linux/rust/kernel/io/ |
| H A D | mem.rs | 10 Bound, 28 device: &'a Device<Bound>, 39 pub(crate) unsafe fn new(device: &'a Device<Bound>, resource: &'a Resource) -> Self { in new() argument
|
| /linux/drivers/pwm/ |
| H A D | pwm_th1520.rs | 27 device::{Bound, Core, Device}, 234 parent_dev: &Device<Bound>, in read_waveform() argument 269 parent_dev: &Device<Bound>, in write_waveform() argument
|
| /linux/drivers/gpu/drm/tyr/ |
| H A D | driver.rs | 6 use kernel::device::Bound; 68 fn issue_soft_reset(dev: &Device<Bound>, iomem: &Devres<IoMem>) -> Result { in issue_soft_reset() argument
|
| /linux/rust/proc-macro2/ |
| H A D | fallback.rs | 1145 use core::ops::Bound; in subspan() 1148 Bound::Included(start) => { in subspan() 1152 Bound::Excluded(start) => { in subspan() 1156 Bound::Unbounded => self.span.lo, in subspan() 1159 Bound::Included(end) => { in subspan() 1163 Bound::Excluded(end) => { in subspan() 1167 Bound::Unbounded => self.span.hi, in subspan()
|
| /linux/tools/perf/Documentation/ |
| H A D | topdown.txt | 219 printf("Retiring %.2f%% Bad Speculation %.2f%% FE Bound %.2f%% BE Bound %.2f%%\n", 257 "Mem Bound %.2f%% Core Bound %.2f%%\n",
|
| /linux/arch/alpha/lib/ |
| H A D | ev6-memchr.S | 47 zap $18, 0x80, $5 # U : Bound length
|
| /linux/Documentation/core-api/ |
| H A D | debugging-via-ohci1394.rst | 107 controller implements a writable Physical Upper Bound register. This is
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 678 (LOCKED, RUN, or ERROR, not UNLOCKED). Bound devices consume
|