Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs416 dev: &device::Device<Bound>, in zeroed_slice_with_attrs()
427 dev: &device::Device<Bound>, in zeroed_slice()
482 dev: &device::Device<Bound>, in from_slice_with_attrs()
507 dev: &device::Device<Bound>, in from_slice()
522 dev: &device::Device<Bound>, in zeroed_with_attrs()
531 pub fn zeroed(dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags) -> Result<Self> { in zeroed()
708 dev: &device::Device<Bound>, in alloc_with_attrs()
764 dev: &device::Device<Bound>, in zeroed_with_attrs()
774 pub fn zeroed(dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags) -> Result<Self> { in zeroed()
781 dev: &device::Device<Bound>, in init_with_attrs()
[all …]
H A Ddevres.rs143 new<'a, E>( dev: &'a Device<Bound>, data: impl PinInit<T, E> + 'a, ) -> impl PinInit<Self, Error> + 'a where T: 'a, Error: From<E>, new() argument
321 register_foreign<P>(dev: &Device<Bound>, data: P) -> Result where P: ForeignOwnable + Send + 'static, register_foreign() argument
371 register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result where T: Send + 'static, Error: From<E>, register() argument
[all...]
H A Ddevice.rs194 pub unsafe fn as_bound(&self) -> &Device<Bound> { in as_bound() argument
588 pub struct Bound; global() struct
593 impl Sealed for super::Bound {} global() implementation
599 impl DeviceContext for Bound {} global() implementation
[all...]
H A Dscatterlist.rs204 new( sgt: NonNull<bindings::sg_table>, dev: &Device<Bound>, dir: dma::DataDirection, ) -> Result<Self> new() argument
337 new( dev: &Device<Bound>, mut pages: P, dir: dma::DataDirection, flags: alloc::Flags, ) -> Result<impl PinInit<Self, Error> + '_> new() argument
432 new( dev: &Device<Bound>, pages: P, dir: dma::DataDirection, flags: alloc::Flags, ) -> impl PinInit<Self, Error> + '_ new() argument
H A Dregulator.rs87 pub fn devm_enable(dev: &Device<Bound>, name: &CStr) -> Result { in devm_enable()
105 pub fn devm_enable_optional(dev: &Device<Bound>, name: &CStr) -> Result { in devm_enable_optional()
H A Dauxiliary.rs254 pub fn parent(&self) -> &device::Device<device::Bound> { in parent()
343 parent: &'a device::Device<device::Bound>, in new()
H A Di2c.rs563 new<'a>( i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo, parent_dev: &'a device::Device<device::Bound>, ) -> impl PinInit<Devres<Self>, Error> + 'a new() argument
/linux/drivers/gpu/nova-core/gsp/
H A Dboot.rs51 dev: &device::Device<device::Bound>, in run_fwsec_frts()
143 pdev: &pci::Device<device::Bound>, in boot()
/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/samples/rust/
H A Drust_driver_pci.rs70 config_space(pdev: &pci::Device<Bound>) config_space() argument
/linux/rust/kernel/io/
H A Dmem.rs39 new(device: &'a Device<Bound>, resource: &'a Resource) -> Self new() argument
/linux/rust/kernel/irq/
H A Drequest.rs114 pub(crate) unsafe fn new(dev: &'a Device<Bound>, irq: u32) -> Self { in new() argument
[all...]