| /linux/rust/kernel/ |
| A D | init.rs | 950 pub unsafe trait Init<T: ?Sized, E = Infallible>: PinInit<T, E> { interface 1001 unsafe impl<T: ?Sized, E, I, F> Init<T, E> for ChainInit<I, F, T, E> 1003 I: Init<T, E>, 1019 I: Init<T, E>, 1062 ) -> impl Init<T, E> { in init_from_closure() 1070 pub fn uninit<T, E>() -> impl Init<MaybeUninit<T>, E> { in uninit() 1086 ) -> impl Init<[T; N], E> in init_array_from_fn() 1088 I: Init<T, E>, 1163 unsafe impl<T, E> Init<T, E> for T { 1209 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() [all …]
|
| A D | prelude.rs | 40 pub use super::init::{InPlaceInit, InPlaceWrite, Init, PinInit};
|
| /linux/tools/perf/scripts/python/ |
| A D | parallel-perf.py | 311 self.Init(pos, pos + 1, 0, 0) 313 self.Init(error = f"-{short_name} option missing value") 315 self.Init(pos, pos, 0, 2) 320 self.Init(pos, pos + 1, 0, 0) 324 self.Init(pos, pos, 0, n + 1) 326 self.Init(error = f"--{long_name} option expected '='") 336 self.Init(pos, pos + 1, ipos, 0) 340 self.Init(pos, pos, ipos, ipos + 1) 342 self.Init() 736 def Init(self): member in ParallelPerf [all …]
|
| /linux/arch/arm/boot/compressed/ |
| A D | head-sharpsl.S | 45 mov r6, #0x31 @ Load Magic Init value 51 mov r6, #0x30 @ Load 2nd Magic Init value
|
| /linux/arch/m68k/kernel/ |
| A D | vmlinux-sun3.lds | 37 . = ALIGN(PAGE_SIZE); /* Init code and data */
|
| A D | vmlinux-std.lds | 42 . = ALIGN(PAGE_SIZE); /* Init code and data */
|
| /linux/drivers/clk/xilinx/ |
| A D | Kconfig | 4 tristate "Xilinx VCU logicoreIP Init"
|
| /linux/Documentation/driver-api/tty/ |
| A D | tty_port.rst | 21 Init & Destroy
|
| /linux/arch/m68k/fpsp040/ |
| A D | binstr.S | 21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the 76 | A1: Init d7
|
| A D | srem_mod.S | 180 bras Init 194 bras Init 200 Init: label
|
| /linux/rust/kernel/init/ |
| A D | __internal.rs | 25 unsafe impl<T: ?Sized, F, E> Init<T, E> for InitClosure<F, T, E>
|
| A D | macros.rs | 1008 init: impl $crate::init::Init<$type, E>, 1010 unsafe { $crate::init::Init::__init(init, slot) } 1236 unsafe { $crate::init::Init::__init(init, ::core::ptr::addr_of_mut!((*$slot).$field))? };
|
| /linux/rust/kernel/sync/ |
| A D | arc.rs | 22 init::{self, InPlaceInit, Init, PinInit}, 690 pub fn init_with<E>(mut self, init: impl Init<T, E>) -> core::result::Result<UniqueArc<T>, E> { in init_with()
|
| /linux/arch/arm/boot/dts/marvell/ |
| A D | kirkwood-openblocks_a6.dts | 120 label = "Init Button";
|
| A D | kirkwood-openblocks_a7.dts | 141 label = "Init Button";
|
| A D | armada-xp-openblocks-ax3-4.dts | 104 label = "Init Button";
|
| /linux/Documentation/admin-guide/auxdisplay/ |
| A D | cfag12864b.rst | 70 Init (16)------------------------------(12) Controller Select 2
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| A D | smu_v13_0_6_ppt.c | 250 bool Init; member 591 if (!pptable->Init) { in smu_v13_0_6_setup_driver_pptable() 639 pptable->Init = true; in smu_v13_0_6_setup_driver_pptable() 659 if (pptable->Init) in smu_v13_0_6_get_dpm_ultimate_freq() 664 if (pptable->Init) in smu_v13_0_6_get_dpm_ultimate_freq() 668 if (pptable->Init) in smu_v13_0_6_get_dpm_ultimate_freq() 672 if (pptable->Init) in smu_v13_0_6_get_dpm_ultimate_freq() 676 if (pptable->Init) in smu_v13_0_6_get_dpm_ultimate_freq() 680 if (pptable->Init) in smu_v13_0_6_get_dpm_ultimate_freq()
|
| /linux/Documentation/driver-api/driver-model/ |
| A D | devres.rst | 38 Init failure path is worse because it's much less travelled while 102 driver can have much simpler init and exit code. Init path basically
|
| /linux/rust/kernel/list/ |
| A D | arc.rs | 193 pub fn init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in init()
|
| /linux/arch/sparc/lib/ |
| A D | M7memset.S | 284 membar #StoreStore ! required by use of Block Store Init
|
| /linux/Documentation/admin-guide/ |
| A D | serial-console.rst | 117 5. Init and ``/etc/ioctl.save``
|
| /linux/Documentation/input/devices/ |
| A D | iforce-protocol.rst | 209 Init section in Device effects states
|
| /linux/drivers/bus/ |
| A D | Kconfig | 156 bool "Qualcomm SSC Block Bus Init Driver"
|
| /linux/arch/powerpc/crypto/ |
| A D | poly1305-p10le_64.S | 952 # Init poly1305
|