| /linux/rust/kernel/ |
| H A D | dma.rs | 416 dev: &device::Device<Bound>, in zeroed_slice_with_attrs() argument 427 dev: &device::Device<Bound>, in zeroed_slice() argument 482 from_slice_with_attrs( dev: &device::Device<Bound>, data: &[T], gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Self> where T: Copy, from_slice_with_attrs() argument 507 from_slice( dev: &device::Device<Bound>, data: &[T], gfp_flags: kernel::alloc::Flags, ) -> Result<Self> where T: Copy, from_slice() argument 522 zeroed_with_attrs( dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Self> zeroed_with_attrs() argument 531 zeroed(dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags) -> Result<Self> zeroed() argument 708 alloc_with_attrs( dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Self> alloc_with_attrs() argument 764 zeroed_with_attrs( dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Self> zeroed_with_attrs() argument 774 zeroed(dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags) -> Result<Self> zeroed() argument 781 init_with_attrs<E>( dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, init: impl Init<T, E>, ) -> Result<Self> where Error: From<E>, init_with_attrs() argument 806 init<E>( dev: &device::Device<Bound>, gfp_flags: kernel::alloc::Flags, init: impl Init<T, E>, ) -> Result<Self> where Error: From<E>, init() argument 818 alloc_slice_with_attrs( dev: &device::Device<Bound>, len: usize, gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Coherent<[T]>> alloc_slice_with_attrs() argument 884 zeroed_slice_with_attrs( dev: &device::Device<Bound>, len: usize, gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Coherent<[T]>> zeroed_slice_with_attrs() argument 896 zeroed_slice( dev: &device::Device<Bound>, len: usize, gfp_flags: kernel::alloc::Flags, ) -> Result<Coherent<[T]>> zeroed_slice() argument 925 from_slice_with_attrs( dev: &device::Device<Bound>, data: &[T], gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Coherent<[T]>> where T: Copy, from_slice_with_attrs() argument 940 from_slice( dev: &device::Device<Bound>, data: &[T], gfp_flags: kernel::alloc::Flags, ) -> Result<Coherent<[T]>> where T: Copy, from_slice() argument 1050 alloc_with_attrs( dev: &device::Device<Bound>, size: usize, gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Self> alloc_with_attrs() argument 1089 alloc( dev: &device::Device<Bound>, size: usize, gfp_flags: kernel::alloc::Flags, ) -> Result<Self> alloc() argument [all...] |
| H A D | devres.rs | 143 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 D | device.rs | 194 as_bound(&self) -> &Device<Bound> 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 D | scatterlist.rs | 204 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 D | regulator.rs | 87 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 D | auxiliary.rs | 254 parent(&self) -> &device::Device<device::Bound> parent() argument 343 new<'a>( parent: &'a device::Device<device::Bound>, name: &'a CStr, id: u32, modname: &'a CStr, ) -> impl PinInit<Devres<Self>, Error> + 'a new() argument
|
| H A D | i2c.rs | 563 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 D | boot.rs | 51 run_fwsec_frts( dev: &device::Device<device::Bound>, chipset: Chipset, falcon: &Falcon<Gsp>, bar: &Bar0, bios: &Vbios, fb_layout: &FbLayout, ) -> Result<()> run_fwsec_frts() argument 143 boot( self: Pin<&mut Self>, pdev: &pci::Device<device::Bound>, bar: &Bar0, chipset: Chipset, gsp_falcon: &Falcon<Gsp>, sec2_falcon: &Falcon<Sec2>, ) -> Result boot() argument
|
| /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/samples/rust/ |
| H A D | rust_driver_pci.rs | 70 config_space(pdev: &pci::Device<Bound>) config_space() argument
|
| /linux/rust/kernel/io/ |
| H A D | mem.rs | 39 new(device: &'a Device<Bound>, resource: &'a Resource) -> Self new() argument
|
| /linux/rust/kernel/irq/ |
| H A D | request.rs | 114 pub(crate) unsafe fn new(dev: &'a Device<Bound>, irq: u32) -> Self { in new() argument [all...] |