Searched defs:Bound (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/nova-core/ |
| H A D | dma.rs | 17 new(dev: &device::Device<device::Bound>, len: usize) -> Result<Self> new() argument 27 from_data(dev: &device::Device<device::Bound>, data: &[u8]) -> Result<Self> from_data() argument
|
| /linux/rust/kernel/ |
| H A D | devres.rs | 143 dev: &'a Device<Bound>, in new() 321 fn register_foreign<P>(dev: &Device<Bound>, data: P) -> Result in register_foreign() 371 pub fn register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result in register() argument
|
| H A D | device.rs | 190 pub unsafe fn as_bound(&self) -> &Device<Bound> { in as_bound() 582 pub struct Bound; struct 587 impl Sealed for super::Bound {} implementation 593 impl DeviceContext for Bound {} implementation
|
| H A D | scatterlist.rs | 204 dev: &Device<Bound>, in new() 337 dev: &Device<Bound>, in new() 432 dev: &Device<Bound>, in new()
|
| H A D | regulator.rs | 84 pub fn devm_enable(dev: &Device<Bound>, name: &CStr) -> Result { in devm_enable() 102 pub fn devm_enable_optional(dev: &Device<Bound>, name: &CStr) -> Result { in devm_enable_optional()
|
| H A D | auxiliary.rs | 223 pub fn parent(&self) -> &device::Device<device::Bound> { in parent() 312 parent: &'a device::Device<device::Bound>, in new()
|
| H A D | dma.rs | 381 dev: &device::Device<Bound>, in alloc_attrs() 424 dev: &device::Device<Bound>, in alloc_coherent()
|
| H A D | i2c.rs | 554 parent_dev: &'a device::Device<device::Bound>, in new()
|
| /linux/rust/kernel/pci/ |
| H A D | irq.rs | 91 unsafe fn new(dev: &'a Device<Bound>, index: u32) -> Self { in new() 133 dev: &'a Device<Bound>, in register()
|
| /linux/drivers/pwm/ |
| H A D | pwm_th1520.rs | 234 parent_dev: &Device<Bound>, in read_waveform() 269 parent_dev: &Device<Bound>, in write_waveform()
|
| /linux/drivers/gpu/drm/tyr/ |
| H A D | driver.rs | 68 fn issue_soft_reset(dev: &Device<Bound>, iomem: &Devres<IoMem>) -> Result { in issue_soft_reset()
|
| /linux/rust/kernel/io/ |
| H A D | mem.rs | 39 pub(crate) unsafe fn new(device: &'a Device<Bound>, resource: &'a Resource) -> Self { in new()
|