Home
last modified time | relevance | path

Searched defs:Bound (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/nova-core/
H A Ddma.rs17 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 Ddevres.rs143 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 Ddevice.rs190 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 Dscatterlist.rs204 dev: &Device<Bound>, in new()
337 dev: &Device<Bound>, in new()
432 dev: &Device<Bound>, in new()
H A Dregulator.rs84 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 Dauxiliary.rs223 pub fn parent(&self) -> &device::Device<device::Bound> { in parent()
312 parent: &'a device::Device<device::Bound>, in new()
H A Ddma.rs381 dev: &device::Device<Bound>, in alloc_attrs()
424 dev: &device::Device<Bound>, in alloc_coherent()
H A Di2c.rs554 parent_dev: &'a device::Device<device::Bound>, in new()
/linux/rust/kernel/pci/
H A Dirq.rs91 unsafe fn new(dev: &'a Device<Bound>, index: u32) -> Self { in new()
133 dev: &'a Device<Bound>, in register()
/linux/drivers/pwm/
H A Dpwm_th1520.rs234 parent_dev: &Device<Bound>, in read_waveform()
269 parent_dev: &Device<Bound>, in write_waveform()
/linux/drivers/gpu/drm/tyr/
H A Ddriver.rs68 fn issue_soft_reset(dev: &Device<Bound>, iomem: &Devres<IoMem>) -> Result { in issue_soft_reset()
/linux/rust/kernel/io/
H A Dmem.rs39 pub(crate) unsafe fn new(device: &'a Device<Bound>, resource: &'a Resource) -> Self { in new()