| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | da223_core.c | 745 static void mir3da_cali_off_to_lsb(int off, int *coarse, int coarse_step, int *fine, int fine_step) in mir3da_cali_off_to_lsb() argument 748 *fine = 100*(off-(*coarse)*coarse_step)/fine_step; in mir3da_cali_off_to_lsb() 750 MI_MSG("off = %d; delta_coarse = %d; delta_fine = %d", off, *coarse, *fine); in mir3da_cali_off_to_lsb() 758 int fine[3] = {0}; in NSA_once_calibrate() local 771 fine[0] = (((int)offset_data[0] << 2) & 0x300)|offset_data[3]; in NSA_once_calibrate() 772 fine[1] = (((int)offset_data[1] << 2) & 0x300)|offset_data[4]; in NSA_once_calibrate() 773 fine[2] = (((int)offset_data[2] << 2) & 0x300)|offset_data[5]; in NSA_once_calibrate() 775 …ne_x = %d; fine_y = %d; fine_z = %d;", coarse[0], coarse[1], coarse[2], fine[0], fine[1], fine[2]); in NSA_once_calibrate() 787 fine[i] += fine_delta[i]; in NSA_once_calibrate() 788 offset_data[i] = coarse[i]|((fine[i]>>2)&0xc0); in NSA_once_calibrate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/stv06xx/ |
| H A D | stv06xx_vv6410.c | 239 unsigned int fine, coarse; in vv6410_set_exposure() local 243 fine = val % VV6410_CIF_LINELENGTH; in vv6410_set_exposure() 247 coarse, fine); in vv6410_set_exposure() 249 err = stv06xx_write_sensor(sd, VV6410_FINEH, fine >> 8); in vv6410_set_exposure() 253 err = stv06xx_write_sensor(sd, VV6410_FINEL, fine & 0xff); in vv6410_set_exposure()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27779.patch | 4 Subject: [PATCH] cookies: make bad_domain() not consider a trailing dot fine 7 dot to be fine, as then TLD + trailing dot is fine and curl will accept
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxconsole.c | 109 int grabbed, fine, captured; member 288 if (priv->fine && updateCursor) in dmxConsoleDraw() 451 if (priv->fine) in dmxConsoleUpdatePosition() 464 if (!priv->fine) { in dmxConsoleUpdatePosition() 553 X.xcrossing.x, X.xcrossing.y, raising, priv->fine); in dmxConsoleCollectEvents() 563 X.xcrossing.x, X.xcrossing.y, raising, priv->fine, in dmxConsoleCollectEvents() 572 if (priv->fine) { in dmxConsoleCollectEvents() 605 if (priv->fine) in dmxConsoleCollectEvents() 952 if (priv->fine) { in dmxConsoleFunctions() 953 priv->fine = 0; in dmxConsoleFunctions() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/ |
| H A D | clock.c | 1445 unsigned int fine; in exynos5_set_spi_clk() local 1450 main = clock_calc_best_scalar(4, 8, 400000000, rate, &fine); in exynos5_set_spi_clk() 1457 fine = fine - 1; in exynos5_set_spi_clk() 1491 clrsetbits_le32(reg, mask << pre_shift, (fine & mask) << pre_shift); in exynos5_set_spi_clk() 1502 unsigned int fine; in exynos5420_set_spi_clk() local 1508 main = clock_calc_best_scalar(4, 8, 400000000, rate, &fine); in exynos5420_set_spi_clk() 1515 fine = fine - 1; in exynos5420_set_spi_clk() 1556 (fine & pre_div_mask) << pre_shift); in exynos5420_set_spi_clk()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch | 6 The previous fix worked fine with single-file ed-style patches, but 64 +# Apparently we can't create a file with such a patch, while it works fine
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | aty128fb.rst | 42 XF68_FBDev should generally work fine, but it is non-accelerated. As of 43 this document, 8 and 32bpp works fine. There have been palette issues
|
| /OK3568_Linux_fs/buildroot/package/libnetfilter_cttimeout/ |
| H A D | Config.in | 6 the programming interface to the fine-grain
|
| /OK3568_Linux_fs/buildroot/package/libnetfilter_queue/ |
| H A D | Config.in | 7 the programming interface to the fine-grain
|
| /OK3568_Linux_fs/buildroot/package/4th/ |
| H A D | Config.in | 6 works fine as a scripting language
|
| /OK3568_Linux_fs/buildroot/package/acl/ |
| H A D | Config.in | 6 fine-grained discretionary access rights for files and
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/ |
| H A D | linux-libc-headers.inc | 20 # But you have some kernel headers you need for some driver? That is fine 26 # but again, that is fine and makes total sense.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/ |
| H A D | libnetfilter-cttimeout_1.0.0.bb | 2 …ary providing a programming interface (API) to the Linux kernel netfilter fine-grain connection tr…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-anyjson/ |
| H A D | 0001-setup.py-Do-not-use-2to3.patch | 7 and it seems to compile fine with python3
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | kernel-docs.rst | 15 questo motivo è meglio non tradurre al fine di garantirne un corretto
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/stressapptest/stressapptest/ |
| H A D | libcplusplus-compat.patch | 4 compiles fine without this namespace, therefore detect libc++
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ieee802154/ |
| H A D | at86rf230.txt | 15 - xtal-trim: u8 value for fine tuning the internal capacitance
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/sensors/ |
| H A D | rk_sensor.txt | 10 - layout: sensor orientation, choose 1-8 to make product work fine;
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/doc-guide/ |
| H A D | kernel-doc.rst | 39 (ovvero, dichiarate "static") al fine di fornire una struttura più coerente 54 anche per procedure private (ovvero, dichiarate "static") al fine di fornire 76 Al fine di verificare che i commenti siano formattati correttamente, potete 118 un argomento, una linea di commento vuota, oppure la fine del commento. 220 un argomento, una linea di commento vuota, oppure la fine del commento. 235 fra ``:`` e il marcatore di fine commento ``*/``. 446 Al fine d'avere il codice ed i commenti nello stesso file, potete includere
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4/ |
| H A D | 0001-Allow-building-gir-in-cross-environments.patch | 9 For us this works perfectly fine
|
| /OK3568_Linux_fs/buildroot/package/openvpn/ |
| H A D | Config.in | 12 fine-grained access-controls.
|
| /OK3568_Linux_fs/buildroot/board/hardkernel/odroidxu4/ |
| H A D | boot.ini | 17 # TMDS data amplitude fine control for each channel.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/ |
| H A D | 0002-w32-compat-dirent.c-follow-header.patch | 7 gnulib detects it as fine and completely usable - trust in that.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/ |
| H A D | max6650.txt | 14 allow more fine-grained control of slower fans.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxft_2.3.4.bb | 7 way glyphs are rendered, making fine typesetting and WYSIWIG display \
|