Home
last modified time | relevance | path

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

12345678910>>...19

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dch341.c157 #define CH341_CLK_DIV(ps, fact) (1 << (12 - 3 * (ps) - (fact))) argument
183 unsigned int fact, div, clk_div; in ch341_get_divisor() local
197 fact = 1; in ch341_get_divisor()
207 clk_div = CH341_CLK_DIV(ps, fact); in ch341_get_divisor()
218 fact = 0; in ch341_get_divisor()
237 if (fact == 1 && div % 2 == 0) { in ch341_get_divisor()
239 fact = 0; in ch341_get_divisor()
242 return (0x100 - div) << 8 | fact << 2 | ps; in ch341_get_divisor()
/OK3568_Linux_fs/buildroot/package/python-pyqt5/
H A D0002-fix-qt-5.6.2.patch4 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/kernel/rcu/
H A DKconfig.debug38 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/Documentation/admin-guide/laptops/
H A Dtoshiba_haps.rst47 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
/OK3568_Linux_fs/buildroot/package/lualdap/
H A DConfig.in9 in fact it is a bind to OpenLDAP client.
/OK3568_Linux_fs/buildroot/package/dash/
H A DConfig.in8 sacrificing speed where possible. In fact, it is
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/
H A Dwexitcode.patch26 * we rely on the fact that syslog.h assigns adjacent
/OK3568_Linux_fs/buildroot/package/acsccid/
H A DConfig.in10 # fact no effect, and acsccid really requires libusb.
/OK3568_Linux_fs/buildroot/package/capnproto/
H A DConfig.in15 fact, in benchmarks, Cap'n Proto is INFINITY TIMES
/OK3568_Linux_fs/kernel/fs/omfs/
H A DKconfig9 more efficient than a standard FS for MPEG files, in fact likely
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gosu/
H A Dgosu_1.14.bb3 DESCRIPTION = "This is a simple tool grown out of the simple fact that su and sudo have very strang…
/OK3568_Linux_fs/kernel/Documentation/i2c/busses/
H A Di2c-ali1563.rst22 notable exceptions. One of those happens to be the fact they upgraded the
/OK3568_Linux_fs/kernel/Documentation/hwmon/
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 Dltc4215.rst29 This driver does not probe for LTC4215 devices, due to the fact that some
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dcross-compiling.patch7 In fact, our building system will export the needed commands.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-test-pppd_dummy.c-Fix-return-value.patch7 like the fact that we are using a function without
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Darch.rst12 that together make up the Linux tracing and profiling space. The fact
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-ioctl.c199 int fact = new_speed < 0 ? -1 : 1; in ivtv_validate_speed() local
211 return fact * 2000; in ivtv_validate_speed()
213 return fact * 1500; in ivtv_validate_speed()
217 return fact * 2000; in ivtv_validate_speed()
219 return fact * 1500; in ivtv_validate_speed()
221 return fact * 1000; in ivtv_validate_speed()
226 return fact * new_speed; in ivtv_validate_speed()
232 if (new_speed > 60) return 1000 / (fact * 60); in ivtv_validate_speed()
233 return 1000 / (fact * new_speed); in ivtv_validate_speed()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcu.rst25 barriers. The fact that these operations are quite expensive
27 in read-mostly situations. The fact that RCU readers need not
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A Dfix-libtool-finish.patch10 In fact, configuring dynamic linker run-time bindings is meaningless
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dnbd.rst20 system, as the nbd-server is completely in userspace. In fact,
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunistring/
H A Dlibunistring_1.0.bb8 particular properties of many Unicode characters. In fact, the POSIX\
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A DFix-flawed-dynamic-ldb-link-test-in-configure.patch6 The test uses dbopen, but just ignores the fact
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DANTLR-PD18 you acknowledge this fact somewhere in the documentation,
/OK3568_Linux_fs/buildroot/package/am33x-cm3/
H A D0004-Makefile-add-fno-builtin.patch11 This is due to the fact that gcc 10 replaces the following statement by

12345678910>>...19