/Linux-v5.4/Documentation/arm/ |
D | sunxi.rst | 26 * User Manual 28 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf 41 * User Manual 43 http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf 57 * User Manual 59 http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf 67 * User Manual 69 http://dl.linux-sunxi.org/A23/A23%20User%20Manual%20V1.0%2020130830.pdf 78 * User Manual 80 …http://dl.linux-sunxi.org/A31/A3x_release_document/A31/IC/A31%20user%20manual%20V1.1%2020130630.pdf [all …]
|
/Linux-v5.4/Documentation/ |
D | conf.py | 383 # author, documentclass [howto, manual, or own class]). 387 'The kernel development community', 'manual'), 388 ('core-api/index', 'core-api.tex', 'The kernel core API manual', 389 'The kernel development community', 'manual'), 390 ('crypto/index', 'crypto-api.tex', 'Linux Kernel Crypto API manual', 391 'The kernel development community', 'manual'), 393 'The kernel development community', 'manual'), 395 'The kernel development community', 'manual'), 396 ('driver-api/index', 'driver-api.tex', 'The kernel driver API manual', 397 'The kernel development community', 'manual'), [all …]
|
/Linux-v5.4/drivers/media/i2c/ |
D | vs6624_regs.h | 32 #define VS6624_MAN_HSIZE0_MSB 0x0383 /* input required manual H size MSB */ 33 #define VS6624_MAN_HSIZE0_LSB 0x0384 /* input required manual H size LSB */ 34 #define VS6624_MAN_VSIZE0_MSB 0x0387 /* input required manual V size MSB */ 35 #define VS6624_MAN_VSIZE0_LSB 0x0388 /* input required manual V size LSB */ 65 #define VS6624_MAN_HSIZE1_MSB 0x0403 /* input required manual H size MSB */ 66 #define VS6624_MAN_HSIZE1_LSB 0x0404 /* input required manual H size LSB */ 67 #define VS6624_MAN_VSIZE1_MSB 0x0407 /* input required manual V size MSB */ 68 #define VS6624_MAN_VSIZE1_LSB 0x0408 /* input required manual V size LSB */ 125 #define VS6624_EXPO_TIME_MSB 0x1189 /* exposure time for the Manual Mode MSB */ 126 #define VS6624_EXPO_TIME_LSB 0x118A /* exposure time for the Manual Mode LSB */ [all …]
|
/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | dt2815.c | 29 * 0 == program 1 (see manual table 5-4) 30 * 1 == program 2 (see manual table 5-4) 31 * 2 == program 3 (see manual table 5-4) 32 * 3 == program 4 (see manual table 5-4) 123 * 0 == program 1 (see manual table 5-4) 124 * 1 == program 2 (see manual table 5-4) 125 * 2 == program 3 (see manual table 5-4) 126 * 3 == program 4 (see manual table 5-4)
|
/Linux-v5.4/tools/perf/Documentation/ |
D | Makefile | 64 ASCIIDOC_EXTRA += -a mansource="perf" -a manmanual="perf Manual" 189 pdf: $(OUTPUT)user-manual.pdf 231 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir) 304 $(OUTPUT)user-manual.html: $(OUTPUT)user-manual.xml 307 $(OUTPUT)perf.info: $(OUTPUT)user-manual.texi 308 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ $(OUTPUT)user-manual.texi 310 $(OUTPUT)user-manual.texi: $(OUTPUT)user-manual.xml 312 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \ 317 $(OUTPUT)user-manual.pdf: $(OUTPUT)user-manual.xml
|
/Linux-v5.4/arch/x86/math-emu/ |
D | load_store.c | 168 (see the 80486 manual p16-28) */ in FPU_load_store() 178 (see the 80486 manual p16-28) */ in FPU_load_store() 188 (see the 80486 manual p16-28) */ in FPU_load_store() 214 (see the 80486 manual p16-28) */ in FPU_load_store() 221 (see the 80486 manual p16-28) */ in FPU_load_store() 228 (see the 80486 manual p16-28) */ in FPU_load_store() 235 (see the 80486 manual p16-28) */ in FPU_load_store() 290 (see the 80486 manual p16-28) */ in FPU_load_store() 304 (see the 80486 manual p16-28) */ in FPU_load_store() 318 (see the 80486 manual p16-28) */ in FPU_load_store()
|
/Linux-v5.4/drivers/macintosh/ |
D | therm_adt746x.c | 151 u8 manual; in write_fan_speed() local 174 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed() 175 manual &= ~INVERT_MASK; in write_fan_speed() 177 manual | MANUAL_MASK | th->pwm_inv[fan]); in write_fan_speed() 182 manual = read_reg(th, in write_fan_speed() 184 manual &= ~INVERT_MASK; in write_fan_speed() 185 manual |= th->pwm_inv[fan]; in write_fan_speed() 187 MANUAL_MODE[fan], manual|REM_CONTROL[fan]); in write_fan_speed() 189 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed() 190 manual &= ~INVERT_MASK; in write_fan_speed() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/fpga/ |
D | altera-passive-serial.txt | 15 - nconfig-gpios: config pin (referred to as nCONFIG in the manual) 16 - nstat-gpios: status pin (referred to as nSTATUS in the manual) 19 - confd-gpios: confd pin (referred to as CONF_DONE in the manual)
|
/Linux-v5.4/Documentation/gpu/ |
D | vga-switcheroo.rst | 13 Manual switching and manual power control 17 :doc: Manual switching and manual power control
|
/Linux-v5.4/Documentation/driver-api/thermal/ |
D | nouveau_thermal.rst | 62 Current fan management mode (NONE, MANUAL or AUTO); 78 * 1: The fan can be driven in manual (use pwm1 to change the speed); 82 Be sure to use the manual mode if you want to drive the fan speed manually 85 When operating in manual mode outside the vbios-defined
|
/Linux-v5.4/tools/memory-model/Documentation/ |
D | references.txt | 10 Reference Manual Version 9". SPARC International Inc. 13 Reference Manual". Compaq Computer Corporation. 19 Software Developer’s Manual". Intel Corporation. 44 o ARM Ltd. (Ed.). 2014. "ARM Architecture Reference Manual (ARMv8, 49 Set Reference Manual". Imagination Technologies,
|
/Linux-v5.4/scripts/ |
D | bpf_helpers_doc.py | 194 generate a manual page for the helpers. 204 .. manual provided the copyright notice and this permission notice are 208 .. manual under the conditions for verbatim copying, provided that the 213 .. manual page may be incorrect or out-of-date. The author(s) assume no 216 .. have taken the same level of care in the production of this manual, 220 .. Formatted or processed versions of this manual, if unaccompanied by 236 :Manual section: 7 276 Example usage for most of the eBPF helpers listed in this manual page are 303 This manual page is an effort to document the existing eBPF helper functions. 354 file less readable, but gives nice results in the manual page. [all …]
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-driver-habanalabs | 68 device only when the power management profile is set to "manual" 100 device only when the power management profile is set to "manual" 124 Description: Power management profile. Values are "auto", "manual". In "auto" 129 processes that are opened on the device's file. In "manual" 173 device only when the power management profile is set to "manual"
|
/Linux-v5.4/Documentation/sound/cards/ |
D | joystick.rst | 44 manual: any address (e.g. 0x200) 49 manual: 0x200, 0x208, 0x210, 0x218 51 manual: any address (e.g. 0x200) 60 manual: 0x201, 0x202, 0x204, 0x205 [#f2]_
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | ext-ctrls-camera.rst | 37 aperture. The effect of manual changes of the exposure time or iris 50 - Manual exposure time, manual iris. 52 - Manual exposure time, auto iris. 54 - Auto exposure time, manual iris. 159 Enables continuous automatic focus adjustments. The effect of manual 278 Sets white balance to automatic, manual or a preset. The presets 291 - Manual white balance. 367 - Manual ISO sensitivity.
|
/Linux-v5.4/arch/m68k/ifpsp060/ |
D | CHANGES | 76 as described in the MC68060 User's Manual. 96 "call-out" stub by the user as appropriate. The MC68060 User's Manual 111 bit 22:21 = xx (SIZE; see MC68060 User's Manual) 118 "call-out" stub by the user as appropriate. The MC68060 User's Manual
|
/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/ |
D | README | 230 manual (371022K-01) 232 manual (371022K-01) 234 manual (371022K-01) 236 manual (371022K-01) 238 manual (371022K-01) 240 manual (371022K-01)
|
/Linux-v5.4/Documentation/maintainer/ |
D | index.rst | 5 This document is the humble beginning of a manual for kernel maintainers. 7 additions to this manual.
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | renesas,emev2-smu.txt | 6 System Management Unit described in user's manual R19UH0037EJ1000_SMU. 15 "Serial clock generator" in fig."Clock System Overview" of the manual, 28 fig."Clock System Overview" of the manual.
|
/Linux-v5.4/drivers/misc/habanalabs/goya/ |
D | goya_hwmgr.c | 243 (hdev->pm_mng_profile == PM_MANUAL) ? "manual" : in pm_mng_profile_show() 273 } else if (strncmp("manual", buf, strlen("manual")) == 0) { in pm_mng_profile_store() 277 * the mode to manual so nothing will change if a user in pm_mng_profile_store() 292 dev_err(hdev->dev, "value should be auto or manual\n"); in pm_mng_profile_store()
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | scu.txt | 9 - Cortex-A9: see DDI0407E Cortex-A9 MPCore Technical Reference Manual 11 - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual
|
/Linux-v5.4/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-phy.c | 297 /* current value will be set for both automatic & manual IDAC control */ in mxl111sf_idac_config() 301 /* enable manual control of IDAC */ in mxl111sf_idac_config() 305 /* enable current sinking in manual mode */ in mxl111sf_idac_config() 308 /* disable current sinking in manual mode */ in mxl111sf_idac_config() 311 /* disable manual control of IDAC */ in mxl111sf_idac_config()
|
/Linux-v5.4/Documentation/core-api/ |
D | index.rst | 5 This is the beginning of a manual for core kernel APIs. The conversion 6 (and writing!) of documents for this manual is much appreciated!
|
/Linux-v5.4/include/dt-bindings/pinctrl/ |
D | r7s9210-pinctrl.h | 11 /* Port names as labeled in the Hardware Manual */ 34 #define PORTM 21 /* Pins PM_0/1 are labeled JP_0/1 in HW manual */
|
/Linux-v5.4/drivers/iio/light/ |
D | max44009.c | 9 * TODO: Support continuous mode and configuring from manual mode to 63 50000000, /* Manual mode only */ 64 25000000, /* Manual mode only */ 65 12500000, /* Manual mode only */ 66 6250000, /* Manual mode only */ 141 * To set the integration time, the device must also be in manual in max44009_write_int_time()
|