| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ch341.c | 157 #define CH341_CLK_DIV(ps, fact) (1 << (12 - 3 * (ps) - (fact))) argument 174 * baudrate = 48000000 / (2^(12 - 3 * ps - fact) * div), where 177 * 0 <= fact <= 1, 178 * 2 <= div <= 256 if fact = 0, or 179 * 9 <= div <= 256 if fact = 1 183 unsigned int fact, div, clk_div; in ch341_get_divisor() local 194 * Start with highest possible base clock (fact = 1) that will give a in ch341_get_divisor() 197 fact = 1; in ch341_get_divisor() 207 clk_div = CH341_CLK_DIV(ps, fact); in ch341_get_divisor() 214 /* Halve base clock (fact = 0) if required. */ in ch341_get_divisor() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | Kconfig.debug | 38 after the fact on the running kernel to be tested, if desired. 57 after the fact on the running kernel to be tested, if desired. 76 The kernel module may be built after the fact on the running kernel to be
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-helper-board.h | 69 * fact that every Octeon board receives a unique board type 87 * fact that every Octeon board receives a unique board type 109 * fact that every Octeon board receives a unique board type
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | events_stats.h | 14 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is 20 * exactly how many samples the kernel in fact dropped, i.e. it is the sum of
|
| /OK3568_Linux_fs/buildroot/package/python-pyqt5/ |
| H A D | 0002-fix-qt-5.6.2.patch | 4 work, but currently fails in practice. In fact, this is due to the 5 fact that the %Timeline variable in QtCoremod.sip didn't contain the
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_refcount_item.h | 37 * the fact that some reverse mappings need to change. It is used in 62 * fact that some refcountbt updates mentioned in an earlier cui item
|
| H A D | xfs_bmap_item.h | 36 * This is the "bmap update intent" log item. It is used to log the fact that 59 * This is the "bmap update done" log item. It is used to log the fact that
|
| H A D | xfs_rmap_item.h | 39 * This is the "rmap update intent" log item. It is used to log the fact that 62 * This is the "rmap update done" log item. It is used to log the fact that
|
| H A D | xfs_extfree_item.h | 20 * This is the "extent free intention" log item. It is used to log the fact 57 * the fact that some extents earlier mentioned in an efi item
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | writing_musb_glue_layer.rst | 235 called by the controller driver when needed. Fact is the JZ4740 MUSB 495 resources, and the name ``mc`` is in fact hard-coded in the MUSB core in 503 for this device; remember this is in fact the name that we used in the 608 the fact that the controller hardware is missing registers that are used 629 USB data packets of 512 bytes at once (this is in fact a bulk in/out 631 at once (this is in fact an interrupt endpoint). 672 around the fact that some interrupt bits used for USB host mode
|
| /OK3568_Linux_fs/kernel/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 245 this outcome to occur, and in fact it does sometimes occur on x86 and 373 accessed normally without READ_ONCE() or WRITE_ONCE(). In fact, they 414 Another issue arises from the fact that in C, arguments to many 422 between them. (In fact, if the function calls are inlined then the 755 (In fact, the picture needs to be a little more complicated than this. 857 maintaining cache coherence and the fact that a CPU can't operate on a 1124 architecture. In fact, as of version 4.15, the kernel automatically 1172 The equivalent fact need not hold if W ->rfi R (i.e., W and R are on 1302 followed by two cumul-fences and an rfe link, utilizing the fact that 1340 In summary, the fact that the hb relation links memory access events [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | rcu.rst | 25 barriers. The fact that these operations are quite expensive 27 in read-mostly situations. The fact that RCU readers need not
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | lm83.rst | 41 fact that any of these motherboards do actually have an LM83, please 63 The fact that the LM83 is only scarcely used can be easily explained.
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | wav.c | 867 if (!memcmp(magic, "fact", 4)) { in startread() 1182 non-PCM formats must write an extended format chunk and a fact chunk: 1186 38 - 41 'fact' 1187 42 - 45 dwFactSize = 4 length of the fact chunk minus 8 byte header 1198 40 - 43 'fact' 1199 44 - 47 dwFactSize = 4 length of the fact chunk minus 8 byte header 1213 dwSamplesWritten - (fact header) the number of samples written (after padding 1239 /* fact chunk (not PCM) */ in wavwritehdr() 1240 uint32_t dwFactSize=4; /* length of the fact chunk */ in wavwritehdr() 1363 if (isExtensible || wFormatTag != WAVE_FORMAT_PCM) /* PCM omits the "fact" chunk */ in wavwritehdr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | scosh.S | 37 | Fact := 2**(16380) 39 | cosh(X) := Fact * exp(Y').
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/ |
| H A D | toshiba_haps.rst | 47 given the fact that such drives have no movable parts, and thus, not requiring 65 with this device is supported, given the fact that they have the presence of
|
| H A D | disk-shock-protection.rst | 74 A word of caution: The fact that the interface operates on a basis of 76 reality. In fact, the ATA specs clearly state that the time for an
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-helper-board.c | 56 * fact that every Octeon board receives a unique board type 201 * fact that every Octeon board receives a unique board type 288 * fact that every Octeon board receives a unique board type
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.memory-test | 16 little known and generally underrated fact that this code will also 30 takes a _long_ time before there is any significance in the fact
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | pi-futex.rst | 52 unavoidable fact of life, and once we accept that multi-task userspace 62 problems as other user-space locking constructs). Fact is, pretty much
|
| /OK3568_Linux_fs/buildroot/package/lualdap/ |
| H A D | Config.in | 9 in fact it is a bind to OpenLDAP client.
|
| /OK3568_Linux_fs/buildroot/package/dash/ |
| H A D | Config.in | 8 sacrificing speed where possible. In fact, it is
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 30 in nature; in fact, I learned about many of these requirements the hard 79 ``rcu_read_unlock()`` are extremely lightweight, and in fact have 780 the fact is that ``rcu_read_lock()`` does not exclude much of anything 1035 This last parallelism fact of life means that RCU must pay special 1131 after the last heartbeat to decide that the cat is in fact dead? Waiting 1158 are in fact used within the Linux kernel. 1172 premeditated. In fact, I learned of it during a telephone conversation 1347 fact that RCU was not heavily used within DYNIX/ptx, so the very few 1495 in fact may be nested arbitrarily deeply. In practice, as with all 1558 the fact remains that RCU must handle such workloads gracefully. This [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compaction.h | 113 * Even though this might sound confusing this in fact tells us in compaction_made_progress() 172 * is a back off in fact. in compaction_withdrawn()
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | 4.Coding.rst | 98 from another kernel subsystem, it is time to ask whether it would, in fact, 183 locking after the fact is a rather more difficult task. Kernel developers 217 be supported indefinitely. This fact makes the creation of user-space 290 fact of the matter, though, is that the resulting failure recovery paths
|