Home
last modified time | relevance | path

Searched refs:fact (Results 1 – 25 of 158) sorted by relevance

1234567

/linux/drivers/usb/serial/
H A Dch341.c155 #define CH341_CLK_DIV(ps, fact) (1 << (12 - 3 * (ps) - (fact))) argument
181 unsigned int fact, div, clk_div; in ch341_get_divisor() local
195 fact = 1; in ch341_get_divisor()
205 clk_div = CH341_CLK_DIV(ps, fact); in ch341_get_divisor()
216 fact = 0; in ch341_get_divisor()
235 if (fact == 1 && div % 2 == 0) { in ch341_get_divisor()
237 fact = 0; in ch341_get_divisor()
240 return (0x100 - div) << 8 | fact << 2 | ps; in ch341_get_divisor()
/linux/fs/omfs/
H A DKconfig10 more efficient than a standard FS for MPEG files, in fact likely
/linux/Documentation/i2c/busses/
H A Di2c-ali1563.rst22 notable exceptions. One of those happens to be the fact they upgraded the
/linux/Documentation/hwmon/
H A Dltc4215.rst29 This driver does not probe for LTC4215 devices, due to the fact that some
H A Dlm83.rst41 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.
H A Dk8temp.rst23 from revision F of K8 core, but in fact it seems to be implemented for all
/linux/Documentation/admin-guide/blockdev/
H A Dnbd.rst20 system, as the nbd-server is completely in userspace. In fact,
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-lefi-boardinfo30 exists SMBIOS in firmware, but the fact is that there is no SMBIOS on
H A Dsysfs-firmware-ofw41 The fact that this node does not reside under
/linux/Documentation/RCU/
H A Drcu.rst24 barriers. The fact that these operations are quite expensive
26 in read-mostly situations. The fact that RCU readers need not
/linux/Documentation/admin-guide/namespaces/
H A Dcompatibility-list.rst29 or IPC shmem/message. The fact is that this ID is only valid
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_decoder_api.rst40 Because of that fact the only supported data formats are ISO/IEC 13818-1
/linux/Documentation/userspace-api/media/
H A Dintro.rst30 called as DVB API, in fact it covers several different video standards
/linux/Documentation/ABI/stable/
H A Dsysfs-module23 considered stable, only the fact that they will be
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst39 fact that a particular camera sensor and lens controller form a single
/linux/Documentation/process/
H A Dindex.rst78 Bugs are a fact of life; it is important that we handle them properly. The
/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst30 the kernel does is finds this fact out and puts both writable and soft-dirty
/linux/Documentation/networking/
H A Dtcp-thin.rst22 lifespan. The combination of time-dependency and the fact that the
/linux/tools/testing/selftests/arm64/signal/
H A DREADME38 kind of tests it is extremely easy in fact to end-up injecting other
/linux/Documentation/scsi/
H A Dbnx2fc.rst12 Despite the fact that the Broadcom's FCoE offload is fully offloaded, it does
/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst74 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
/linux/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst495 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
/linux/Documentation/spi/
H A Dspi-lm70llp.rst75 So: the getmiso inline routine in this driver takes this fact into account,
/linux/Documentation/driver-api/media/
H A Dv4l2-intro.rst11 Especially the fact that V4L2 drivers have to setup supporting ICs to
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst30 in nature; in fact, I learned about many of these requirements the hard
79 rcu_read_unlock() are extremely lightweight, and in fact have
781 the fact is that rcu_read_lock() does not exclude much of anything
1036 This last parallelism fact of life means that RCU must pay special
1132 after the last heartbeat to decide that the cat is in fact dead? Waiting
1159 are in fact used within the Linux kernel.
1173 premeditated. In fact, I learned of it during a telephone conversation
1348 fact that RCU was not heavily used within DYNIX/ptx, so the very few
1496 in fact may be nested arbitrarily deeply. In practice, as with all
1559 the fact remains that RCU must handle such workloads gracefully. This
[all …]

1234567