Home
last modified time | relevance | path

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

12345678910>>...47

/Linux-v6.6/Documentation/admin-guide/acpi/
Dfan_performance_states.rst64 ACPI Fan Fine Grain Control
67 When _FIF object specifies support for fine grain control, then fan speed
72 and set it by changing cooling device cur_state. If the fine grain control
76 The support of fine grain control is presented via sysfs attribute
77 "fine_grain_control". If fine grain control is present, this attribute
/Linux-v6.6/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-v6.6/drivers/pinctrl/ti/
Dpinctrl-ti-iodelay.c39 * @binary_data_fine_mask: CONFIG_REG fine mask (see TRM)
45 * @reg_fine_offset: Fine register configuration offset
46 * @fine_delay_count_mask: Fine delay count mask
47 * @fine_ref_count_mask: Fine ref count mask
91 * @fine_ref_count: Fine reference count
92 * @fine_delay_count: Fine Delay count
95 * @fdpe: Fine delay parameter
252 dev_err(dev, "Masking overflow of fine elements %08x\n", in ti_iodelay_pinconf_set()
336 dev_err(dev, "Invalid Fine delay count (0) (reg=0x%08x)\n", in ti_iodelay_pinconf_init_dev()
349 dev_dbg(iod->dev, "fine: ref=0x%04x delay=0x%04x fdpe=0x%08x\n", in ti_iodelay_pinconf_init_dev()
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/iio/proximity/
Dsemtech,sx9310.yaml73 - fine
74 - very-fine
126 semtech,resolution = "fine";
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-iio-frequency-admv101417 Read/write value for the digital attenuator gain (IF_I) with fine steps.
23 Read/write value for the digital attenuator gain (IF_Q) with fine steps.
/Linux-v6.6/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-v6.6/drivers/powercap/
DKconfig34 fine grained control. These domains include processor package, DRAM
49 fine grained control. These domains include processor package, DRAM
/Linux-v6.6/Documentation/translations/it_IT/doc-guide/
Dkernel-doc.rst42 (ovvero, dichiarate "static") al fine di fornire una struttura più coerente
57 anche per procedure private (ovvero, dichiarate "static") al fine di fornire
79 Al fine di verificare che i commenti siano formattati correttamente, potete
121 un argomento, una linea di commento vuota, oppure la fine del commento.
223 un argomento, una linea di commento vuota, oppure la fine del commento.
238 fra ``:`` e il marcatore di fine commento ``*/``.
447 Al fine d'avere il codice ed i commenti nello stesso file, potete includere
/Linux-v6.6/drivers/firmware/
Dti_sci.c157 * Return: 0 if all went fine, else corresponding error.
300 * Return: 0 if all went fine, else corresponding error.
456 * Return: 0 if all went fine, else return appropriate error.
573 * Return: 0 if all went fine, else return appropriate error.
644 * Return: 0 if all went fine, else return appropriate error.
663 * Return: 0 if all went fine, else return appropriate error.
682 * Return: 0 if all went fine, else return appropriate error.
701 * Return: 0 if all went fine, else return appropriate error.
720 * Return: 0 if all went fine, else return appropriate error.
733 * Return: 0 if all went fine and the device ID is valid, else return
[all …]
/Linux-v6.6/Documentation/scsi/
Dscsi_eh.rst20 [2-1] EH through fine-grained callbacks
171 - Fine-grained EH callbacks
172 LLDD can implement fine-grained EH callbacks and let SCSI
196 2.1 EH through fine-grained callbacks
211 others are performed by invoking one of the following fine-grained
307 EH through fine-grained callbacks start from scsi_unjam_host().
/Linux-v6.6/drivers/media/platform/renesas/
DKconfig63 tristate "Renesas Fine Display Processor"
71 This is a V4L2 driver for the Renesas Fine Display Processor
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/Documentation/translations/it_IT/process/
Ddeprecated.rst21 aumentando così il carico di lavoro. Al fine di istruire gli sviluppatori su
215 dati importanti alla fine dello stack (quando il kernel è compilato senza
223 prossimo caso quando l'istruzione "break" viene omessa alla fine del caso
274 array di un solo elemento posizionato alla fine della struttura dati::
296 nel mezzo di una struttura dati e _non_ alla fine (potrebbe accadere
311 trovano alla fine della struttura dati, il che permette di prevenire
/Linux-v6.6/Documentation/devicetree/bindings/phy/
Drealtek,usb3phy.yaml80 realtek,amplitude-control-fine-tuning:
83 This value is used for fine-tuning parameters.
/Linux-v6.6/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-v6.6/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-v6.6/Documentation/devicetree/bindings/input/touchscreen/
Dazoteq,iqs7211.yaml228 azoteq,ati-frac-div-fine:
232 description: Specifies the trackpad's ATI fine fractional divider.
384 azoteq,ati-frac-div-fine:
388 description: Specifies the ALP's ATI fine fractional divider.
476 azoteq,ati-frac-div-fine:
480 description: Specifies the button's ATI fine fractional divider.
/Linux-v6.6/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-v6.6/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-v6.6/drivers/gpu/drm/
Ddrm_modeset_lock.c33 * As KMS moves toward more fine grained locking, and atomic ioctl where
132 * This function takes all modeset locks, suitable where a more fine-grained
320 /* we already hold the lock.. this is fine. For atomic in modeset_lock()
434 * This function takes all modeset locks, suitable where a more fine-grained
/Linux-v6.6/drivers/clk/
Dclk-apple-nco.c146 unsigned int coarse, fine; in applnco_div_translate_inv() local
149 fine = FIELD_GET(DIV_FINE, regval); in applnco_div_translate_inv()
151 return coarse * 4 + fine; in applnco_div_translate_inv()

12345678910>>...47