/Linux-v4.19/include/soc/arc/ |
D | aux.h | 38 #define READ_BCR(reg, into) \ argument 42 if (sizeof(tmp) == sizeof(into)) { \ 43 into = *((typeof(into) *)&tmp); \ 50 #define WRITE_AUX(reg, into) \ argument 53 if (sizeof(tmp) == sizeof(into)) { \ 54 tmp = (*(unsigned int *)&(into)); \
|
/Linux-v4.19/tools/testing/radix-tree/ |
D | test.c | 127 unsigned long into; in item_gang_check_present() local 129 for (into = 0; into < nr; ) { in item_gang_check_present() 134 if (nr_to_find > (nr - into)) in item_gang_check_present() 135 nr_to_find = nr - into; in item_gang_check_present() 138 start + into, nr_to_find); in item_gang_check_present() 141 assert(items[i]->index == start + into + i); in item_gang_check_present() 142 into += hop; in item_gang_check_present() 153 unsigned long into = 0; in item_full_scan() local 160 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, in item_full_scan() 169 into = this_index; in item_full_scan()
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | sleep-states.rst | 30 I/O devices into low-power states (possibly lower-power than available in the 54 I/O devices into low-power states, which is done for :ref:`suspend-to-idle 56 are suspended during transitions into this state. For this reason, it should 75 energy savings as everything in the system is put into a low-power state, except 76 for memory, which should be placed into the self-refresh mode to retain its 85 suspended and put into low-power states. In many cases, all peripheral buses 114 It takes three system state changes to put it into hibernation and two system 118 creates a snapshot image of memory to be written into persistent storage. Next, 119 the system goes into a state in which the snapshot image can be saved, the image 120 is written out and finally the system goes into the target low-power state in [all …]
|
/Linux-v4.19/drivers/staging/speakup/ |
D | Kconfig | 48 synthesizer. You can say y to build it into the kernel, 57 synthesizer. You can say y to build it into the kernel, 65 synthesizer. You can say y to build it into the kernel, 73 You can say y to build it into the kernel, or m to 81 synthesizer. You can say y to build it into the kernel, 90 synthesizer. You can say y to build it into the kernel, 99 (old) synthesizer. You can say y to build it into the 133 PC synthesizer. You can say y to build it into the 144 PC synthesizer. You can say y to build it into the 154 LT synthesizer. You can say y to build it into the [all …]
|
/Linux-v4.19/arch/mips/include/asm/mach-ip27/ |
D | kernel-entry-init.h | 46 li t0, 0x1c000 # Offset of text into node memory 47 dsll t1, NASID_SHFT # Shift text nasid into place 53 dsll t1, 6 # Get pfn into place 54 dsll t2, 6 # Get pfn into place
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | Kconfig | 33 Enable locking parts of the kernel into the L2 cache. 40 Lock the low level TLB fast path into L2. 47 Lock the low level exception handler into L2. 54 Lock the low level interrupt handler into L2. 68 Lock the kernel's implementation of memcpy() into L2.
|
/Linux-v4.19/drivers/bluetooth/ |
D | Kconfig | 31 Say Y here to compile support for Bluetooth USB devices into the 74 Say Y here to compile support for Bluetooth SDIO devices into the 89 Say Y here to compile support for Bluetooth UART devices into the 257 Say Y here to compile support for HCI BCM203x devices into the 268 Say Y here to compile support for HCI BPA10x devices into the 281 Say Y here to compile support for HCI BFUSB devices into the 294 Say Y here to compile support for HCI DTL1 devices into the 308 Say Y here to compile support for HCI BT3C devices into the 321 Say Y here to compile support for HCI BlueCard devices into the 330 Say Y here to compile support for virtual HCI devices into the [all …]
|
/Linux-v4.19/drivers/nfc/nfcmrvl/ |
D | Kconfig | 20 into the kernel or say M to compile it as module. 32 into the kernel or say M to compile it as module. 43 into the kernel or say M to compile it as module. 54 into the kernel or say M to compile it as module.
|
/Linux-v4.19/drivers/block/paride/ |
D | Kconfig | 18 support into your kernel, you may answer Y here to build in the 34 support into your kernel, you may answer Y here to build in the 50 support into your kernel, you may answer Y here to build in the 64 support into your kernel, you may answer Y here to build in the 80 If you chose to build PARIDE support into your kernel, you may 105 support into your kernel, you may answer Y here to build in the 123 If you chose to build PARIDE support into your kernel, you may 142 If you chose to build PARIDE support into your kernel, you may 154 into your kernel, you may answer Y here to build in the protocol 165 into your kernel, you may answer Y here to build in the protocol [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-ptp | 14 hardware clock registered into the PTP class driver 74 assignment may be changed by two writing numbers into 92 channel index followed by a "1" into the file. 94 index followed by a "0" into the file. 110 integers into the file: channel index, start time 121 events, write a "1" into the file. To disable events, 122 write a "0" into the file.
|
/Linux-v4.19/arch/mips/netlogic/ |
D | Kconfig | 10 Add an FDT blob for XLP EVP boards into the kernel. 20 Add an FDT blob for XLP VP boards into the kernel. 30 Add an FDT blob for XLP FVP board into the kernel. 40 Add an FDT blob for XLP GVP board into the kernel. 49 Add an FDT blob for XLP RVP board into the kernel.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-nv12mt.rst | 20 grouped into 64x32 macroblocks. The three components are separated into 22 are grouped into 64x32 macroblocks. The CbCr plane has the same width, 24 The chroma plane is also grouped into 64x32 macroblocks.
|
/Linux-v4.19/Documentation/power/ |
D | pci.txt | 28 devices into states in which they draw less power (low-power states) at the 31 Usually, a device is put into a low-power state when it is underutilized or 33 again, it has to be put back into the "fully functional" state (full-power 38 PCI devices may be put into low-power states in two ways, by using the device 43 specific value into one of its standard configuration registers. The second 50 to put the device that sent it into the full-power state. However, the PCI Bus 88 programmed to go into it. The second one, D3cold, is the state that PCI devices 90 to program a PCI device to go into D3cold, although there may be a programmable 91 interface for putting the bus the device is on into a state in which Vcc is 107 programmatically put into D0. Thus the kernel can switch the device back and [all …]
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | binstr.S | 29 | extracts and shifts. The three msbs from d2 will go into 36 | into d2:d3. D1 will contain the bcd digit formed. 57 | a0: pointer into memory for packed bcd string formation 87 | A3. Multiply d2:d3 by 8; extract msbs into d1. 89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d1 91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6 93 orl %d6,%d2 |or in msbs from d3 into d2
|
D | kernel_ex.S | 50 | store properly signed inf (use sign of etemp) into fp0 54 | frestore the frame into the machine (done by unimp_hd) 60 | frestore the frame into the machine (done by unimp_hd) 107 | nan bit; Store default NAN into fp0 108 | frestore the frame into the machine (done by unimp_hd) 113 | frestore the frame into the machine (done by unimp_hd)
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-pinctrl.txt | 36 will be created. I2C child bus numbers are assigned based on the index into 48 state will be programmed into hardware. 51 on a child bus, the idle pinctrl state will be programmed into hardware. 54 left programmed into hardware whenever no access is being made of a device on
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | arm-syscon-icst.txt | 4 Technology (IDT). ARM integrated these oscillators deeply into their 10 into the system controller. Furthermore, to even be able to alter one of 48 - lock-offset: the offset address into the system controller where the 50 - vco-offset: the offset address into the system controller where the
|
/Linux-v4.19/drivers/video/fbdev/geode/ |
D | Kconfig | 18 Framebuffer driver for the display controller integrated into the 33 Framebuffer driver for the display controller integrated into the 48 Framebuffer driver for the display controller integrated into the
|
/Linux-v4.19/Documentation/driver-api/firmware/ |
D | built-in-fw.rst | 6 into vmlinux directly, to enable avoiding having to look for firmware from 15 into the kernel with CONFIG_EXTRA_FIRMWARE: 19 want to stuff the firmware into the boot initramfs.
|
/Linux-v4.19/arch/s390/kernel/ |
D | relocate_kernel.S | 45 lgr %r2,%r5 # move it into the right register, 61 la %r4,load_psw-.base(%r13) # load psw-address into the register 62 o %r3,4(%r4) # or load address into psw
|
/Linux-v4.19/fs/befs/ |
D | TODO | 6 * Befs_fs.h has gotten big and messy. No reason not to break it up into 9 * See if Alexander Viro's option parser made it into the kernel tree.
|
/Linux-v4.19/fs/squashfs/ |
D | Kconfig | 33 data. Traditionally Squashfs has decompressed into an 34 intermediate buffer and then memcopied it into the page cache. 35 Squashfs now supports the ability to decompress directly into 38 If unsure, select "Decompress file data into an intermediate buffer" 41 bool "Decompress file data into an intermediate buffer" 43 Decompress file data into an intermediate buffer and then 44 memcopy it into the page cache. 47 bool "Decompress files directly into the page cache" 49 Directly decompress file data into the page cache.
|
/Linux-v4.19/Documentation/nvdimm/ |
D | btt.txt | 31 The BTT, however, splits the available space into chunks of up to 512 GiB, 100 Premap ABA : The block offset into an arena, which was decided upon by range 110 the external LBA at 768G. This falls into the second arena, and of the 512G 152 A lane number is obtained at the start of any IO, and is used for indexing into 168 into the list of free blocks. If another write comes in for the same LBA, it can 173 into rtt[lane_number], the postmap ABA it is reading, and clears it after the 219 4. Enter post-map ABA into RTT[lane] 230 3. Use lane to index into in-memory free list and obtain a new block, next flog 236 8. Write new post-map ABA into map. 237 9. Write old post-map entry into the free list [all …]
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | opera-firmware.rst | 12 from the windriver disk into this directory. 27 Copy them into /lib/firmware/ .
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-inject.txt | 16 point the processing code can inject other events into the event stream - in 17 this case build-ids (-b option) are read and injected as needed into the event 28 Inject build-ids into the output stream
|