Home
last modified time | relevance | path

Searched refs:fine (Results 1 – 25 of 149) sorted by relevance

123456

/linux/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()
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/admin-guide/acpi/
H A Dfan_performance_states.rst67 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/Documentation/ABI/testing/
H A 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/Documentation/fb/
H A Daty128fb.rst40 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
H A Dgxfb.rst34 XF68_FBDev should generally work fine, but it is non-accelerated.
H A Dlxfb.rst34 XF68_FBDev should generally work fine, but it is non-accelerated.
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-wingtech-wt88047.dts42 * 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.
H A Dsc7180-trogdor-lazor.dtsi13 semtech,resolution = "fine";
/linux/Documentation/translations/it_IT/process/
H A Dkernel-docs.rst15 questo motivo è meglio non tradurre al fine di garantirne un corretto
H A 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/drivers/iio/light/
H A Dapds9160.c691 int ret, duration, picoamp, idx, coarse, fine; in apds9160_ps_init_analog_cancellation() local
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/arm/boot/dts/sigmastar/
H A Dmstar-infinity3.dtsi16 // overclock frequencies below, shown to work fine up to 1.3 GHz
/linux/Documentation/tools/rv/
H A Drv.rst22 Instead of relying on a fine-grained model of a system (e.g., a
/linux/Documentation/translations/it_IT/doc-guide/
H A Dparse-headers.rst10 al fine di descrivere l'API per lo spazio utente e per generare dei riferimenti
30 parse_headers.py - analizza i file C al fine di identificare funzioni,
/linux/drivers/net/can/softing/
H A DKconfig14 The API of the card does not allow fine control per bus, but
/linux/arch/microblaze/
H A DKconfig.platform16 fine if both source and destination are aligned on the same
/linux/Documentation/scsi/
H A Dscsi_eh.rst20 [2-1] EH through fine-grained 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/arch/powerpc/platforms/ps3/
H A 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/Documentation/arch/arm/sa1100/
H A Dserial_uart.rst15 > tty device layer handles this just fine, so you don't have to worry about
/linux/Documentation/admin-guide/media/
H A Dcx88.rst54 "lspci -v" output is fine too).
/linux/Documentation/firmware-guide/acpi/
H A Dnon-d0-probe.rst23 there's a problem with the device, the driver likely probes just fine but the
/linux/Documentation/input/devices/
H A Dcs461x.rst13 Raw mode works fine with analog joystick front-end driver and cs461x
/linux/net/openvswitch/
H A DKconfig24 expected in a traditional hardware switch, it enables fine-grained
/linux/Documentation/admin-guide/
H A Dreporting-regressions.rst19 #. It's a regression if something running fine with one Linux kernel works worse
22 and other fine print in more detail.
48 It's a regression if some application or practical use case running fine with
54 It thus is a regression when a WiFi driver from Linux 5.13 works fine, but with
87 * In your report, clearly mention the last kernel version that worked fine and
114 specified version range. In above case Linux v5.13 still worked fine and Linux
/linux/Documentation/admin-guide/perf/
H A Dcxl.rst39 The events shown in perf list are the most fine grained events with a single

123456