| /linux/rust/kernel/ |
| H A D | dma.rs | 416 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 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 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 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 pub fn parent(&self) -> &device::Device<device::Bound> { in parent() 343 parent: &'a device::Device<device::Bound>, in new()
|
| 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 dev: &device::Device<device::Bound>, in run_fwsec_frts() 143 pdev: &pci::Device<device::Bound>, in boot()
|
| /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...] |