/linux-6.12.1/drivers/hwmon/ |
D | nct6775-i2c.c | 60 * The write operation is a dummy so as not to disturb anything being done 71 * This is a lie, but writing anything but the bank-select register is in nct6775_i2c_write() 127 * doing anything actually useful. in nct6775_i2c_probe_init() 137 * not find anything if a channel hasn't yet produced a temperature in nct6775_i2c_probe_init() 139 * anything) with the channels DT says should be active. in nct6775_i2c_probe_init()
|
/linux-6.12.1/arch/m68k/math-emu/ |
D | fp_arith.c | 170 /* Of course, as we all know, zero * anything = zero. You may in fp_fmul() 238 /* infinity / anything else = infinity (with appropriate sign) */ in fp_fdiv() 242 /* anything / infinity = zero (with appropriate sign) */ in fp_fdiv() 255 /* zero / anything else = zero */ in fp_fdiv() 259 /* anything / zero = infinity (with appropriate sign) */ in fp_fdiv() 326 /* Of course, as we all know, zero * anything = zero. You may in fp_fsglmul() 374 /* infinity / anything else = infinity (with approprate sign) */ in fp_fsgldiv() 378 /* anything / infinity = zero (with appropriate sign) */ in fp_fsgldiv() 391 /* zero / anything else = zero */ in fp_fsgldiv() 395 /* anything / zero = infinity (with appropriate sign) */ in fp_fsgldiv()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | cdmm.h | 60 * of physical address space which must not be used for anything else. 79 * anything special in module init/exit. This eliminates a lot of 88 * builtin_mips_cdmm_driver() - Helper macro for drivers that don't do anything
|
/linux-6.12.1/arch/arm/mach-davinci/ |
D | hardware.h | 13 * Before you add anything to ths file: 16 * Anything that is chip specific should go in <chipname>.h,
|
/linux-6.12.1/Documentation/networking/ |
D | tc-actions-env-rules.rst | 25 #) Thou art responsible for freeing anything returned as being 27 returned, then all is great and you don't need to do anything.
|
/linux-6.12.1/arch/arm/include/asm/ |
D | elf.h | 93 * "v1l" for ARM2 (no SWP) and "v2l" for anything else (ARM1 isn't 94 * supported). 32-bit CPUs give you "v3[lb]" for anything based on an 95 * ARM6 or ARM7 core and "armv4[lb]" for anything based on a StrongARM-1
|
/linux-6.12.1/drivers/mtd/spi-nor/ |
D | swp.c | 176 /* If nothing in our range is unlocked, we don't need to do anything */ in spi_nor_sr_lock() 180 /* If anything below us is unlocked, we can't use 'bottom' protection */ in spi_nor_sr_lock() 184 /* If anything above us is unlocked, we can't use 'top' protection */ in spi_nor_sr_lock() 266 /* If nothing in our range is locked, we don't need to do anything */ in spi_nor_sr_unlock() 270 /* If anything below us is locked, we can't use 'top' protection */ in spi_nor_sr_unlock() 274 /* If anything above us is locked, we can't use 'bottom' protection */ in spi_nor_sr_unlock()
|
/linux-6.12.1/include/drm/ |
D | drm_panic.h | 78 * - Anything protected by drm_panic_lock() and drm_panic_unlock() pairs is safe 92 * - Anything in struct drm_plane_state or the driver's subclass thereof which 97 * - Anything set up by &drm_plane_helper_funcs.fb_prepare and cleaned up
|
D | drm_modeset_helper_vtables.h | 137 * to look at anything else but the passed-in mode, and validate it 219 * changing anything of the primary plane configuration. This fits the 287 * disable anything at the CRTC level. To ensure that runtime PM 341 * driver is not allowed to change anything outside of the free-standing 417 * no need to enable anything at the CRTC level. To ensure that runtime 439 * need to implement it if there's no need to disable anything at the 553 * to look at anything else but the passed-in mode, and validate it 721 * to implement it if there's no need to disable anything at the encoder 745 * no need to enable anything at the encoder level. To ensure that 764 * disable anything at the encoder level. To ensure that runtime PM [all …]
|
/linux-6.12.1/Documentation/filesystems/bcachefs/ |
D | CodingStyle.rst | 64 introspection. We can't debug anything if we can't see what's going on. 70 We have the tools to make anything visible at runtime, efficiently - RCU and 99 behave weirdly (anything involving memory reclaim, for example) become 125 and perhaps even your documentation, too. Like anything else in life, the more
|
/linux-6.12.1/Documentation/userspace-api/ |
D | no_new_privs.rst | 9 careful to prevent the parent from doing anything that could subvert the 26 promises not to grant the privilege to do anything that could not have
|
/linux-6.12.1/include/linux/amba/ |
D | bus.h | 5 * This device type deals with ARM PrimeCells and anything else that 187 * module_amba_driver() - Helper macro for drivers that don't do anything 196 * builtin_amba_driver() - Helper macro for drivers that don't do anything
|
/linux-6.12.1/include/linux/ |
D | miscdevice.h | 95 * Helper macro for drivers that don't do anything special in the initcall. 102 * Helper macro for drivers that don't do anything special in module init / exit
|
D | isa.h | 72 * Helper macro for ISA drivers which do not do anything special in module 86 * Helper macro for ISA drivers with irq that do not do anything special in
|
D | platform_device.h | 297 * anything special in module init/exit. This eliminates a lot of 306 * don't do anything special in driver init. This eliminates some 315 * anything special in module init/exit. This eliminates a lot of 333 * anything special in device init. This eliminates some boilerplate. Each
|
D | objtool.h | 75 * don't do anything unusual with the stack. Such normal callable functions 81 * Anything which doesn't fall into the above category, such as syscall and
|
/linux-6.12.1/include/asm-generic/ |
D | spinlock.h | 11 * sub-word of the value. This is generally true for anything LL/SC although 12 * you'd be hard pressed to find anything useful in architecture specifications
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | statistics.rst | 93 @stats_list message, but it doesn't use it for anything else. 102 @stats_list message, but it doesn't use this value for anything. 200 doesn't use this value for anything.
|
/linux-6.12.1/fs/xfs/scrub/ |
D | quota_repair.c | 42 * and schedule a quotacheck if we had to fix anything. We also repair any 293 /* Fix anything the verifiers complain about. */ 480 /* Now go fix anything that fails the verifiers. */ in xrep_quota_data_fork() 499 * Go fix anything in the quota items that we could have been mad about. Now 562 /* Fix anything the dquot verifiers don't complain about. */ in xrep_quota()
|
/linux-6.12.1/kernel/gcov/ |
D | base.c | 61 * store anything. 85 * anything.
|
/linux-6.12.1/drivers/mtd/devices/ |
D | ms02-nv.h | 27 * from an operating system. If anything but the valid data magic 37 * anything else and a status information providing results of tests
|
/linux-6.12.1/Documentation/driver-api/i3c/ |
D | protocol.rst | 124 CCC (Common Command Code) commands are meant to be used for anything that is 147 Private SDR (Single Data Rate) transfers should be used for anything that is 160 HDR commands should be used for anything that is device specific and requires
|
/linux-6.12.1/arch/sh/mm/ |
D | ioremap.c | 33 * anything but place the address in the proper segment. This is true for P1 54 * Anything using the legacy PTEA space attributes needs in __ioremap_29bit()
|
/linux-6.12.1/drivers/peci/ |
D | internal.h | 107 * PECI drivers that don't need to do anything special in module init should 120 * Helper macro for PECI drivers which do not do anything special in module
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_struct.h | 83 * can be anything from the first 64 bytes of the MAC packets. 93 * can be anything from the first 64 bytes of the MAC packets. 103 * can be anything from the first 64 bytes of the MAC packets. 113 * can be anything from the first 64 bytes of the MAC packets. 606 * can be anything from the first 64 bytes of the MAC packets. 614 * can be anything from the first 64 bytes of the MAC packets. 622 * can be anything from the first 64 bytes of the MAC packets. 630 * can be anything from the first 64 bytes of the MAC packets.
|