| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-jaguar-pre-ict-tester.dtso | 75 * GPIO3_A3 requires two power rails to be properly 78 * incorrect value if VCC_1V8_S0_1 isn't properly routed, 80 * If VCC_IN_2 is properly routed, GPIO3_A3 should be 82 * GPIO3_A3 isn't properly routed due to soldering 89 * rail. It should be HIGH if all is properly soldered. 97 * GPIO3_B2 requires two power rails to be properly 100 * incorrect value if VCC_1V8_S0_1 isn't properly routed, 102 * If VCC_IN_1 is properly routed, GPIO3_B2 should be 103 * LOW. This is an issue if GPIO3_B2 isn't properly 114 * rail. It should be HIGH if all is properly soldered. [all …]
|
| /linux/rust/kernel/sync/atomic/ |
| H A D | internal.rs | 78 /// The returned pointer is valid and properly aligned (i.e. aligned to [`align_of::<T>()`]). 81 // must be valid and properly aligned. 270 // SAFETY: `a.as_ptr()` is valid and properly aligned. 276 // SAFETY: `a.as_ptr()` is valid and properly aligned. 290 // SAFETY: `a.as_ptr()` is valid and properly aligned. 303 // SAFETY: `a.as_ptr()` is valid and properly aligned. `core::ptr::from_mut(old)` 304 // is valid and properly aligned. 318 // SAFETY: `a.as_ptr()` is valid and properly aligned. 327 // SAFETY: `a.as_ptr()` is valid and properly aligned.
|
| /linux/mm/ |
| H A D | balloon_compaction.c | |
| /linux/tools/testing/selftests/sync/ |
| H A D | sync_wait.c | 64 "Fence did not signal properly!\n"); in test_fence_multi_timeline_wait() 70 "Fence did not signal properly!\n"); in test_fence_multi_timeline_wait() 76 "Fence did not signal properly!\n"); in test_fence_multi_timeline_wait()
|
| /linux/arch/s390/lib/ |
| H A D | test_modules.c | 9 * Test that modules with many relocations are loaded properly. 32 MODULE_DESCRIPTION("KUnit test that modules with many relocations are loaded properly");
|
| /linux/lib/ |
| H A D | kobject.c | 326 * This function will properly initialize a kobject such that it can then 331 * the memory is cleaned up properly. 342 err_str = "must have a ktype to be initialized properly!\n"; in kobject_init() 370 pr_err("can not set name properly!\n"); in kobject_add_varg() 395 * userspace is properly notified of this kobject's creation. 398 * called to properly clean up the memory associated with the 404 * in order to properly clean up the memory associated with the object. 407 * when the use of the object is finished in order to properly free 444 * properly clean up the memory associated with the object. This is the 865 pr_err("must have a ktype to be initialized properly!\n"); in kset_register() [all …]
|
| /linux/drivers/base/ |
| H A D | faux.c | 111 * Create a new faux device and register it in the driver core properly. 118 * everything to be properly initialized before that point in time. If the 191 * Create a new faux device and register it in the driver core properly. 198 * everything to be properly initialized before that point in time.
|
| /linux/drivers/misc/lkdtm/ |
| H A D | kstack_erase.c | 3 * This code tests that the current task stack is properly erased (filled 117 pr_err("FAIL: the thread stack is NOT properly erased!\n"); in check_stackleak_irqoff() 119 pr_info("OK: the rest of the thread stack is properly erased\n"); in check_stackleak_irqoff()
|
| /linux/Documentation/process/ |
| H A D | volatile-considered-harmful.rst | 23 unwanted optimization. If they are being used properly, there will be no 25 almost certainly a bug in the code somewhere. In properly-written kernel 106 been properly thought through.
|
| /linux/Documentation/networking/dsa/ |
| H A D | bcm_sf2.rst | 71 in order to properly configure them. By default, the SF2 pseudo-PHY address, and 86 firmware gets reloaded. The SF2 driver relies on such events to properly set its 87 MoCA interface carrier state and properly report this to the networking stack.
|
| /linux/Documentation/arch/x86/i386/ |
| H A D | IO-APIC.rst | 81 between the PIRQ lines. (distributing IRQ sources properly is not a 107 permute all IRQ numbers properly ... it will take some time though. An 109 won't function properly (e.g. if it's inserted as a module).
|
| /linux/arch/powerpc/kernel/ |
| H A D | rethook.c | 49 * When going back through (1), we need regs->nip to be setup properly in arch_rethook_fixup_return() 52 * the link register properly so that the subsequent 'blr' in in arch_rethook_fixup_return()
|
| /linux/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | fake_sigreturn_bad_size.c | 47 /* and terminate properly */ in fake_sigreturn_bad_size_run() 63 /* and terminate properly */ in fake_sigreturn_bad_size_run()
|
| /linux/Documentation/hwmon/ |
| H A D | adm1025.rst | 52 properly, you'll have a wrong +12V reading or a wrong VID reading. The way 54 process, assuming that the BIOS set it up properly beforehand. If it turns
|
| /linux/drivers/base/firmware_loader/ |
| H A D | sysfs.h | 38 /* These getters are vetted to use int properly */ 44 /* These setters are vetted to use int properly */
|
| /linux/include/uapi/mtd/ |
| H A D | ubi-user.h | 32 * control device. The caller has to properly fill and pass 47 * device. A &struct ubi_mkvol_req object has to be properly filled and a 61 * device should be used. A &struct ubi_rsvol_req object has to be properly 69 * has to be properly filled and a pointer to it has to be passed to the ioctl. 338 * shortened in order to make it properly aligned. The alignment has to be 346 * BLOBs, without caring about how to properly align them.
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | README | 58 was connected properly; hex image 62 connected properly; hex image
|
| /linux/tools/testing/selftests/mqueue/ |
| H A D | mq_open_tests.c | 358 * properly follows the default settings in main() 380 printf("Kernel properly honors default setting " in main() 397 printf("Kernel properly limits default values " in main() 400 printf("Kernel does not properly set default " in main() 416 printf("Kernel properly fails to create queue when " in main()
|
| /linux/rust/kernel/ |
| H A D | devres.rs | 89 /// // SAFETY: `self.0.addr()` is guaranteed to be properly mapped by `Self::new`. 98 /// // SAFETY: The memory range stored in `self` has been properly mapped in `Self::new`.
|
| /linux/Documentation/livepatch/ |
| H A D | cumulative-patches.rst | 81 that are necessary to properly replace any older patch. 102 callback. It is called only when the livepatch is properly disabled.
|
| /linux/tools/power/cpupower/debug/kernel/ |
| H A D | cpufreq-test_tsc.c | 4 * to work properly after cpufreq transitions. Needs ACPI to work 5 * properly.
|
| /linux/Documentation/scsi/ |
| H A D | qlogicfas.rst | 59 Make sure it works properly under DOS. You should also do an initial FDISK 72 that the file copied properly. (Turn off all caching when doing these
|
| /linux/fs/smb/server/ |
| H A D | unicode.c | 149 * string is always properly null terminated and fits in the destination 155 * deal with those characters properly. In the event that we get some of 156 * those characters, they won't be translated properly. 217 /* properly null-terminate string */ in smb_from_utf16()
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | Microsoft__Xbox-Elite-2.bpf.c | 22 * The kernel doesn't process the paddles usage properly and reports KEY_UNKNOWN. 27 * can tweak the report descriptor to make the kernel interpret it properly:
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-apple.c | 65 * the PHY properly and thus also can't fully bring up dwc3. Instead, we just keep everything off 267 * This platform requires SUSPHY to be enabled here already in order to properly in dwc3_apple_init() 284 * This platform requires SUSPHY to be enabled here already in order to properly in dwc3_apple_init() 336 * This platform requires SUSPHY to be enabled in order to properly power down the PHY in dwc3_apple_exit()
|