Home
last modified time | relevance | path

Searched refs:Box (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.1.9/rust/alloc/
Dboxed.rs184 pub struct Box< struct
189 impl<T> Box<T> { impl
229 pub fn new_uninit() -> Box<mem::MaybeUninit<T>> { in new_uninit()
255 pub fn new_zeroed() -> Box<mem::MaybeUninit<T>> { in new_zeroed()
265 pub fn pin(x: T) -> Pin<Box<T>> { in pin()
311 pub fn try_new_uninit() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_uninit()
312 Box::try_new_uninit_in(Global) in try_new_uninit()
337 pub fn try_new_zeroed() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_zeroed()
338 Box::try_new_zeroed_in(Global) in try_new_zeroed()
342 impl<T, A: Allocator> Box<T, A> { implementation
[all …]
Draw_vec.rs16 use crate::boxed::Box;
156 pub unsafe fn into_box(self, len: usize) -> Box<[MaybeUninit<T>], A> { in into_box()
166 Box::from_raw_in(slice, ptr::read(&me.alloc)) in into_box()
Dslice.rs102 use crate::boxed::Box;
161 use crate::boxed::Box;
167 pub fn into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A> { in into_vec()
170 let (b, alloc) = Box::into_raw_with_allocator(b); in into_vec()
528 pub fn into_vec<A: Allocator>(self: Box<Self, A>) -> Vec<T, A> { in into_vec()
Dlib.rs216 pub use std::boxed::Box;
/linux-6.1.9/drivers/virt/vboxguest/
DKconfig3 tristate "Virtual Box Guest integration support"
6 This is a driver for the Virtual Box Guest PCI device used in
7 Virtual Box virtual machines. Enabling this driver will add
8 support for Virtual Box Guest integration features such as
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-driver-intel_sdsi4 Contact: "David E. Box" <david.e.box@linux.intel.com>
33 Contact: "David E. Box" <david.e.box@linux.intel.com>
43 Contact: "David E. Box" <david.e.box@linux.intel.com>
54 Contact: "David E. Box" <david.e.box@linux.intel.com>
63 Contact: "David E. Box" <david.e.box@linux.intel.com>
75 Contact: "David E. Box" <david.e.box@linux.intel.com>
Dsysfs-class-intel_pmt4 Contact: David Box <david.e.box@linux.intel.com>
13 Contact: David Box <david.e.box@linux.intel.com>
26 Contact: David Box <david.e.box@linux.intel.com>
34 Contact: David Box <david.e.box@linux.intel.com>
43 Contact: David Box <david.e.box@linux.intel.com>
51 Contact: David Box <david.e.box@linux.intel.com>
72 Contact: David Box <david.e.box@linux.intel.com>
Dsysfs-platform-brcmstb-gisb-arb7 Broadcom Set Top Box internal GISB bus arbiter. Minimum value
/linux-6.1.9/drivers/gpu/drm/vboxvideo/
DKconfig3 tristate "Virtual Box Graphics Card"
12 Virtual Box virtual machines.
/linux-6.1.9/rust/alloc/vec/
Dis_zero.rs3 use crate::boxed::Box;
82 unsafe impl<T: ?Sized> IsZero for Option<Box<T>> {
Dmod.rs76 use crate::boxed::Box;
1003 pub fn into_boxed_slice(mut self) -> Box<[T], A> { in into_boxed_slice()
3044 impl<T, A: Allocator> From<Box<[T], A>> for Vec<T, A> {
3054 fn from(s: Box<[T], A>) -> Self { in from()
3063 impl<T, A: Allocator> From<Vec<T, A>> for Box<[T], A> { implementation
/linux-6.1.9/rust/kernel/
Dprelude.rs18 pub use alloc::{boxed::Box, vec::Vec};
/linux-6.1.9/Documentation/admin-guide/media/
Dem28xx-cardlist.rst262 - Pixelview PlayTV Box 4 USB 2.0
294 - KWorld ATSC 315U HDTV TV Box
310 - Reddo DVB-C USB TV Box
Dopera-firmware.rst8 To extract the firmware for the Opera DVB-S1 USB-Box
Ddvb-usb-dibusb-mb-cardlist.rst37 * - TwinhanDTV USB-Ter USB1.1 / Magic Box I / HAMA USB1.1 DVB-T device
/linux-6.1.9/Documentation/devicetree/bindings/pwm/
Dbrcm,bcm7038-pwm.yaml7 title: Broadcom BCM7038 PWM controller (BCM7xxx Set Top Box PWM controller)
/linux-6.1.9/arch/arm/boot/dts/
Dstm32mp157a-iot-box.dts10 model = "Shiratech STM32MP157A IoT Box";
/linux-6.1.9/drivers/mtd/nand/raw/brcmnand/
DKconfig7 originally designed for Set-Top Box but is used on various BCM7xxx,
/linux-6.1.9/arch/x86/crypto/
DKconfig207 we can use the AES S-Box to simulate the SM4 S-Box to achieve the
229 we can use the AES S-Box to simulate the SM4 S-Box to achieve the
/linux-6.1.9/drivers/soc/bcm/
DKconfig39 Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
/linux-6.1.9/Documentation/devicetree/bindings/mailbox/
Dallwinner,sun6i-a31-msgbox.yaml7 title: Allwinner sunxi Message Box
/linux-6.1.9/Documentation/devicetree/bindings/arm/
Dsunxi.yaml69 - description: BA10 TV Box
164 - description: CSQ CS908 Set Top Box
303 - description: I12 TV Box
467 - description: Mele A1000G Quad Set Top Box
472 - description: Mele I7 Quad Set Top Box
482 - description: Mele M9 Set Top Box
/linux-6.1.9/Documentation/admin-guide/LSM/
Dtomoyo.rst41 TOMOYO Linux: A Practical Method to Understand and Protect Your Own Linux Box
/linux-6.1.9/drivers/input/joystick/
DKconfig295 tristate "X-Box gamepad support"
299 Say Y here if you want to use the X-Box pad with your computer.
303 For information about how to connect the X-Box pad to USB, see
310 bool "X-Box gamepad rumble support"
/linux-6.1.9/drivers/net/ethernet/broadcom/
DKconfig84 Broadcom BCM7xxx Set Top Box family chipset.
204 Broadcom BCM7xxx Set Top Box family chipset using an internal

12