| /linux/Documentation/admin-guide/acpi/ |
| H A D | fan_performance_states.rst | 64 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/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() 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/Documentation/devicetree/bindings/timer/ |
| H A D | sifive,clint.yaml | 72 sifive,fine-ctr-bits: 74 description: The width in bits of the fine counter. 83 - sifive,fine-ctr-bits 86 sifive,fine-ctr-bits: false
|
| /linux/drivers/pinctrl/ti/ |
| H A D | pinctrl-ti-iodelay.c | 40 * @binary_data_fine_mask: CONFIG_REG fine mask (see TRM) 46 * @reg_fine_offset: Fine register configuration offset 47 * @fine_delay_count_mask: Fine delay count mask 48 * @fine_ref_count_mask: Fine ref count mask 92 * @fine_ref_count: Fine reference count 93 * @fine_delay_count: Fine Delay count 96 * @fdpe: Fine delay parameter 253 dev_err(dev, "Masking overflow of fine elements %08x\n", in ti_iodelay_pinconf_set() 358 dev_err(dev, "Invalid Fine delay count (0) (reg=0x%08x)\n", in ti_iodelay_pinconf_init_dev() 371 dev_dbg(iod->dev, "fine: ref=0x%04x delay=0x%04x fdpe=0x%08x\n", in ti_iodelay_pinconf_init_dev() [all …]
|
| /linux/Documentation/devicetree/bindings/iio/proximity/ |
| H A D | semtech,sx9310.yaml | 73 - fine 74 - very-fine 126 semtech,resolution = "fine";
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-frequency-admv1014 | 17 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/Documentation/translations/it_IT/doc-guide/ |
| H A D | kernel-doc.rst | 42 (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 ``*/``. 491 Al fine d'avere il codice ed i commenti nello stesso file, potete includere
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_spill_fill.c | 134 /* fill back into R0 is fine for priv. \ in __flag() 544 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_zeros() 550 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_zeros() 556 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_zeros() 562 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_zeros() 568 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_zeros() 574 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_zeros() 580 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_zeros() 586 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_zeros() 615 "*(u8 *)(r1 + 0) = r2;" /* this should be fine */ in partial_stack_load_preserves_partial_zeros() [all...] |
| /linux/Documentation/scsi/ |
| H A D | scsi_eh.rst | 20 [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 306 EH through fine-grained callbacks start from scsi_unjam_host().
|
| /linux/drivers/media/rc/keymaps/ |
| H A D | rc-apac-viewcomp.c | 49 { 0x0c, KEY_KPPLUS }, /* fine tune >>>> */ 50 { 0x18, KEY_KPMINUS }, /* fine tune <<<< */
|
| H A D | rc-winfast.c | 44 { 0x18, KEY_KPPLUS }, /* fine tune + , not on Y040052 */ 45 { 0x19, KEY_KPMINUS }, /* fine tune - , not on Y040052 */
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | deprecated.rst | 21 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/tools/perf/tests/shell/ |
| H A D | amd-ibs-swfilt.sh | 32 # setting it with swfilt should be fine 41 # setting it with swfilt=1 should be fine
|
| /linux/Documentation/block/ |
| H A D | biovecs.rst | 83 * 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/include/sound/ |
| H A D | seq_midi_emul.h | 39 short gm_rpn_fine_tuning; /* Master fine tuning */ 131 * of coarse and fine pairs. Of course the fine controls are seldom used
|
| /linux/include/linux/ |
| H A D | lru_cache.h | 49 (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/Documentation/devicetree/bindings/phy/ |
| H A D | realtek,usb3phy.yaml | 80 realtek,amplitude-control-fine-tuning: 83 This value is used for fine-tuning parameters.
|
| /linux/Documentation/fb/ |
| H A D | aty128fb.rst | 40 XF68_FBDev should generally work fine, but it is non-accelerated. As of 41 this document, 8 and 32bpp works fine. There have been palette issues
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | azoteq,iqs7211.yaml | 228 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/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-wingtech-wt88047.dts | 42 * works just fine. 115 /* Likely some other model but works just fine with this one */ 197 * L16 is only used for AW2013 which is fine with 2.5-3.3V.
|
| /linux/include/linux/mfd/ |
| H A D | rohm-bd957x.h | 31 * 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/drivers/acpi/ |
| H A D | fan_hwmon.c | 51 * When in fine grain control mode, not every fan control value in acpi_fan_hwmon_is_visible() 69 * When in fine grain control mode, not every fan control value in acpi_fan_hwmon_is_visible()
|
| /linux/drivers/iio/light/ |
| H A D | apds9160.c | 667 * Fine value is in steps of 2.4 nA 681 /* Coarse value at B4:B5 and fine value at B0:B3 */ in apds9160_set_ps_cancellation_current() 691 int ret, duration, picoamp, idx, coarse, fine; in apds9160_ps_init_analog_cancellation() local 709 /* Compute required coarse and fine value from requested current */ in apds9160_ps_init_analog_cancellation() 710 fine = 0; in apds9160_ps_init_analog_cancellation() 713 if (fine == 15) { in apds9160_ps_init_analog_cancellation() 714 fine = 0; in apds9160_ps_init_analog_cancellation() 718 fine++; in apds9160_ps_init_analog_cancellation() 731 return apds9160_set_ps_cancellation_current(data, coarse, fine); in apds9160_ps_init_analog_cancellation()
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | Kconfig | 26 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/drivers/clk/ |
| H A D | clk-apple-nco.c | 146 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()
|