Home
last modified time | relevance | path

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

12345678910>>...42

/Linux-v5.15/drivers/media/usb/gspca/stv06xx/
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()
/Linux-v5.15/drivers/pinctrl/ti/
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 …]
/Linux-v5.15/Documentation/devicetree/bindings/iio/proximity/
Dsemtech,sx9310.yaml70 - fine
71 - very-fine
123 semtech,resolution = "fine";
/Linux-v5.15/drivers/media/i2c/
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 */
/Linux-v5.15/drivers/media/rc/keymaps/
Drc-apac-viewcomp.c49 { 0x0c, KEY_KPPLUS }, /* fine tune >>>> */
50 { 0x18, KEY_KPMINUS }, /* fine tune <<<< */
Drc-winfast.c44 { 0x18, KEY_KPPLUS }, /* fine tune + , not on Y040052 */
45 { 0x19, KEY_KPMINUS }, /* fine tune - , not on Y040052 */
/Linux-v5.15/Documentation/translations/it_IT/doc-guide/
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 ``*/``.
444 Al fine d'avere il codice ed i commenti nello stesso file, potete includere
Dparse-headers.rst11 al fine di descrivere l'API per lo spazio utente e per generare dei riferimenti
31 parse_headers.pl - analizza i file C al fine di identificare funzioni,
/Linux-v5.15/drivers/firmware/
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 …]
/Linux-v5.15/Documentation/fb/
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
/Linux-v5.15/Documentation/scsi/
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().
/Linux-v5.15/Documentation/translations/it_IT/process/
Ddeprecated.rst21 aumentando così il carico di lavoro. Al fine di istruire gli sviluppatori su
201 dati importanti alla fine dello stack (quando il kernel è compilato senza
209 prossimo caso quando l'istruzione "break" viene omessa alla fine del caso
260 array di un solo elemento posizionato alla fine della struttura dati::
282 nel mezzo di una struttura dati e _non_ alla fine (potrebbe accadere
297 trovano alla fine della struttura dati, il che permette di prevenire
/Linux-v5.15/include/sound/
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
/Linux-v5.15/drivers/clk/rockchip/
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()
/Linux-v5.15/Documentation/block/
Dbiovecs.rst83 * Submitting partially completed bios is now perfectly fine - this comes up
88 fine to _most_ devices, but since accessing the raw bvec array was the
92 perfectly fine.
/Linux-v5.15/include/linux/
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.
/Linux-v5.15/include/linux/mfd/
Drohm-bd957x.h31 * which of sub-blocks have active IRQs. Fine. That would fit regmap-irq main
41 * information and bind the regmap-irq to this. We leave fine-grained sub-IRQ
/Linux-v5.15/drivers/gpu/drm/
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
/Linux-v5.15/arch/powerpc/platforms/ps3/
DKconfig26 defaults should be fine for most users, but these options may make
42 This option is only for experts who may have the desire to fine
/Linux-v5.15/fs/nfsd/
DKconfig154 Say Y here if you want enable fine-grained security label attribute
159 If you do not wish to enable fine-grained security labels SELinux or
/Linux-v5.15/drivers/acpi/
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()
/Linux-v5.15/arch/arm/mach-sa1100/
Djornada720_ssp.c138 /* worked fine, lets not bother with anything else */ in jornada_ssp_probe()
173 /* all fine */ in jornada_ssp_probe()
/Linux-v5.15/arch/alpha/include/uapi/asm/
Dresource.h15 * SuS says limits have to be unsigned. Fine, it's unsigned, but
Dtypes.h18 * However, some user programs are fine with this. They can
/Linux-v5.15/Documentation/devicetree/bindings/net/ieee802154/
Dat86rf230.txt15 - xtal-trim: u8 value for fine tuning the internal capacitance

12345678910>>...42