/linux-6.3-rc2/rust/alloc/ |
A D | boxed.rs | 184 pub struct Box< struct 189 impl<T> Box<T> { implementation 592 impl<T> Box<[T]> { impls 885 impl<T: ?Sized> Box<T> { implementation 1203 Box(ptr, Global) in default() 1217 Box(ptr, Global) in default() 1273 impl Clone for Box<str> { implementation 1401 Box::new(t) in from() 1407 impl<T: ?Sized, A: Allocator> const From<Box<T, A>> for Pin<Box<T, A>> 1519 impl<A: Allocator> From<Box<str, A>> for Box<[u8], A> { implementation [all …]
|
A D | raw_vec.rs | 16 use crate::boxed::Box; 163 pub unsafe fn into_box(self, len: usize) -> Box<[MaybeUninit<T>], A> { in into_box() 173 Box::from_raw_in(slice, ptr::read(&me.alloc)) in into_box()
|
A D | slice.rs | 102 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()
|
A D | lib.rs | 216 pub use std::boxed::Box;
|
/linux-6.3-rc2/drivers/virt/vboxguest/ |
A D | Kconfig | 3 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.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-intel_sdsi | 4 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> 85 Contact: "David E. Box" <david.e.box@linux.intel.com>
|
A D | sysfs-class-intel_pmt | 4 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>
|
A D | sysfs-platform-brcmstb-gisb-arb | 7 Broadcom Set Top Box internal GISB bus arbiter. Minimum value
|
/linux-6.3-rc2/rust/kernel/ |
A D | types.rs | 5 use alloc::boxed::Box; 66 impl<T: 'static> ForeignOwnable for Box<T> { implementation 70 Box::into_raw(self) as _ in into_foreign() 84 unsafe { Box::from_raw(ptr as _) } in from_foreign()
|
A D | prelude.rs | 18 pub use alloc::{boxed::Box, vec::Vec};
|
/linux-6.3-rc2/drivers/gpu/drm/vboxvideo/ |
A D | Kconfig | 3 tristate "Virtual Box Graphics Card" 12 Virtual Box virtual machines.
|
/linux-6.3-rc2/rust/kernel/sync/ |
A D | arc.rs | 23 use alloc::boxed::Box; 160 let inner = Box::try_new(value)?; in try_new() 164 Ok(unsafe { Self::from_inner(Box::leak(inner).into()) }) in try_new() 260 unsafe { Box::from_raw(self.ptr.as_ptr()) }; in drop()
|
/linux-6.3-rc2/rust/alloc/vec/ |
A D | is_zero.rs | 3 use crate::boxed::Box; 82 unsafe impl<T: ?Sized> IsZero for Option<Box<T>> {
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | em28xx-cardlist.rst | 262 - Pixelview PlayTV Box 4 USB 2.0 294 - KWorld ATSC 315U HDTV TV Box 310 - Reddo DVB-C USB TV Box
|
A D | opera-firmware.rst | 8 To extract the firmware for the Opera DVB-S1 USB-Box
|
A D | dvb-usb-dibusb-mb-cardlist.rst | 37 * - TwinhanDTV USB-Ter USB1.1 / Magic Box I / HAMA USB1.1 DVB-T device
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pwm/ |
A D | brcm,bcm7038-pwm.yaml | 7 title: Broadcom BCM7038 PWM controller (BCM7xxx Set Top Box PWM controller)
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | stm32mp157a-iot-box.dts | 10 model = "Shiratech STM32MP157A IoT Box";
|
/linux-6.3-rc2/drivers/mtd/nand/raw/brcmnand/ |
A D | Kconfig | 7 originally designed for Set-Top Box but is used on various BCM7xxx,
|
/linux-6.3-rc2/drivers/soc/bcm/ |
A D | Kconfig | 39 Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/ |
A D | allwinner,sun6i-a31-msgbox.yaml | 7 title: Allwinner sunxi Message Box
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | Kconfig | 207 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.3-rc2/Documentation/devicetree/bindings/arm/ |
A D | sunxi.yaml | 69 - 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.3-rc2/Documentation/admin-guide/LSM/ |
A D | tomoyo.rst | 41 TOMOYO Linux: A Practical Method to Understand and Protect Your Own Linux Box
|
/linux-6.3-rc2/drivers/input/joystick/ |
A D | Kconfig | 295 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"
|