Home
last modified time | relevance | path

Searched full:fine (Results 1 – 25 of 1449) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dda223_core.c745 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/u-boot/include/
H A Dddr_spd.h188 unsigned char ftb_div; /* 9 Fine Timebase (FTB)
222 int8_t fine_tck_min; /* 34 Fine offset for tCKmin */
223 int8_t fine_taa_min; /* 35 Fine offset for tAAmin */
224 int8_t fine_trcd_min; /* 36 Fine offset for tRCDmin */
225 int8_t fine_trp_min; /* 37 Fine offset for tRPmin */
226 int8_t fine_trc_min; /* 38 Fine offset for tRCmin */
338 int8_t fine_tccdl_min; /* 117 Fine offset for tCCD_Lmin */
339 int8_t fine_trrdl_min; /* 118 Fine offset for tRRD_Lmin */
340 int8_t fine_trrds_min; /* 119 Fine offset for tRRD_Smin */
341 int8_t fine_trc_min; /* 120 Fine offset for tRCmin */
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_vv6410.c239 unsigned int fine, coarse; in vv6410_set_exposure() local
243 fine = val % VV6410_CIF_LINELENGTH; in vv6410_set_exposure()
246 gspca_dbg(gspca_dev, D_CONF, "Set coarse exposure to %d, fine exposure to %d\n", 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/kernel/drivers/pinctrl/ti/
H A Dpinctrl-ti-iodelay.c37 * @binary_data_fine_mask: CONFIG_REG fine mask (see TRM)
43 * @reg_fine_offset: Fine register configuration offset
44 * @fine_delay_count_mask: Fine delay count mask
45 * @fine_ref_count_mask: Fine ref count mask
89 * @fine_ref_count: Fine reference count
90 * @fine_delay_count: Fine Delay count
93 * @fdpe: Fine delay parameter
250 dev_err(dev, "Masking overflow of fine elements %08x\n", in ti_iodelay_pinconf_set()
334 dev_err(dev, "Invalid Fine delay count (0) (reg=0x%08x)\n", in ti_iodelay_pinconf_init_dev()
347 dev_dbg(iod->dev, "fine: ref=0x%04x delay=0x%04x fdpe=0x%08x\n", in ti_iodelay_pinconf_init_dev()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27779.patch4 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 Ddmxconsole.c109 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/kernel/drivers/media/i2c/
H A Dvs6624_regs.h130 #define VS6624_DIRECT_FINE_MSB 0x1199 /* fine integration pixels for Direct Mode MSB */
131 #define VS6624_DIRECT_FINE_LSB 0x119A /* fine integration pixels for Direct Mode LSB */
138 #define VS6624_FLASH_FINE_MSB 0x11A9 /* fine integration pixels for Flash Gun Mode MSB */
139 #define VS6624_FLASH_FINE_LSB 0x11AA /* fine integration pixels for Flash Gun Mode LSB */
299 #define VS6624_VSYNC_RIS_FINE_H 0x259C /* V sync rising fine high */
300 #define VS6624_VSYNC_RIS_FINE_L 0x259E /* V sync rising fine low */
303 #define VS6624_VSYNC_FALL_FINE_H 0x25A4 /* V sync falling fine high */
304 #define VS6624_VSYNC_FALL_FINE_L 0x25A6 /* V sync falling fine low */
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dti_sci.c157 * Return: 0 if all went fine, else corresponding error.
300 * Return: 0 if all went fine, else corresponding error.
440 * Return: 0 if all went fine, else return appropriate error.
557 * Return: 0 if all went fine, else return appropriate error.
628 * Return: 0 if all went fine, else return appropriate error.
647 * Return: 0 if all went fine, else return appropriate error.
666 * Return: 0 if all went fine, else return appropriate error.
685 * Return: 0 if all went fine, else return appropriate error.
704 * Return: 0 if all went fine, else return appropriate error.
717 * Return: 0 if all went fine and the device ID is valid, else return
[all …]
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst39 (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/kernel/Documentation/scsi/
H A Dscsi_eh.rst20 [2-1] EH through fine-grained callbacks
170 - Fine-grained EH callbacks
171 LLDD can implement fine-grained EH callbacks and let SCSI
195 2.1 EH through fine-grained callbacks
210 others are performed by invoking one of the following fine-grained
306 EH through fine-grained callbacks start from scsi_unjam_host().
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbiovecs.rst81 * Submitting partially completed bios is now perfectly fine - this comes up
86 fine to _most_ devices, but since accessing the raw bvec array was the
90 perfectly fine.
/OK3568_Linux_fs/kernel/drivers/media/rc/keymaps/
H A Drc-apac-viewcomp.c49 { 0x0c, KEY_KPPLUS }, /* fine tune >>>> */
50 { 0x18, KEY_KPMINUS }, /* fine tune <<<< */
H A Drc-winfast.c44 { 0x18, KEY_KPPLUS }, /* fine tune + , not on Y040052 */
45 { 0x19, KEY_KPMINUS }, /* fine tune - , not on Y040052 */
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dclock.c1381 * Linearly searches for the most accurate main and fine stage clock scalars
1387 * @param fine_scalar_bits Number of fine scalar bits, must be > 0 and < 32
1390 * @param best_fine_scalar Pointer to store the fine stage divisor
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()
[all …]
/OK3568_Linux_fs/kernel/include/sound/
H A Dseq_midi_emul.h39 short gm_rpn_fine_tuning; /* Master fine tuning */
131 * of coarse and fine pairs. Of course the fine controls are seldom used
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-mmc-phase.c41 * Each fine delay is between 44ps-77ps. Assume each fine delay is 60ps to
105 * Due to the inexact nature of the "fine" delay, we might in rockchip_mmc_set_phase()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlru_cache.h49 (coarse or fine grained) bitmap, or other meta data.
68 Having it fine-grained reduces the amount of resync traffic.
78 one could dirty "chunks" (of some size) at a time of the (fine grained)
86 for write-intent log purposes, additionally to the fine grained dirty bitmap.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch6 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 Daty128fb.rst42 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/kernel/drivers/gpu/drm/
H A Ddrm_modeset_lock.c32 * As KMS moves toward more fine grained locking, and atomic ioctl where
84 * This function takes all modeset locks, suitable where a more fine-grained
269 /* we already hold the lock.. this is fine. For atomic in modeset_lock()
380 * This function takes all modeset locks, suitable where a more fine-grained
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A DKconfig25 defaults should be fine for most users, but these options may make
41 This option is only for experts who may have the desire to fine
/OK3568_Linux_fs/kernel/fs/nfsd/
H A DKconfig153 Say Y here if you want enable fine-grained security label attribute
158 If you do not wish to enable fine-grained security labels SELinux or
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/
H A Dlinux-libc-headers.inc20 # 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/kernel/drivers/acpi/
H A Dacpi_watchdog.c71 /* It is fine if there is no WDAT */ in acpi_watchdog_get_wdat()
115 /* It is fine if there is no WDAT */ in acpi_watchdog_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Djornada720_ssp.c138 /* worked fine, lets not bother with anything else */ in jornada_ssp_probe()
173 /* all fine */ in jornada_ssp_probe()

12345678910>>...58