/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/ |
D | Makefile | 37 MANUAL_MODULES := sem/manual event/manual queue/manual 41 MANUAL_MODULES :=sem/manual event/manual queue/manual mux/manual
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | Makefile | 189 pdf: $(OUTPUT)user-manual.pdf 231 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir) 307 $(OUTPUT)user-manual.html: $(OUTPUT)user-manual.xml 310 $(OUTPUT)perf.info: $(OUTPUT)user-manual.texi 311 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ $(OUTPUT)user-manual.texi 313 $(OUTPUT)user-manual.texi: $(OUTPUT)user-manual.xml 315 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \ 320 $(OUTPUT)user-manual.pdf: $(OUTPUT)user-manual.xml
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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)
|
D | xilinx-slave-serial.txt | 16 - prog_b-gpios: config pin (referred to as PROGRAM_B in the manual) 17 - done-gpios: config status pin (referred to as DONE in the manual) 21 (referred to as INIT_B in the manual)
|
/kernel/linux/linux-5.10/Documentation/maintainer/ |
D | index.rst | 5 This document is the humble beginning of a manual for kernel maintainers. 7 additions to this manual.
|
/kernel/linux/linux-5.10/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]_
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | vga-switcheroo.rst | 13 Manual switching and manual power control 17 :doc: Manual switching and manual power control
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | nct7904.rst | 44 pwm[1-4]_enable R/W, 1/2 for manual or SmartFan mode 48 pwm[1-4] R/O in SmartFan mode, R/W in manual control mode
|
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
D | nouveau_thermal.rst | 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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | brcm-sata-phy.txt | 36 "manual" (brcm,rxaeq-value is used in that case) 38 - brcm,rxaeq-value: when 'rxaeq-mode' is set to "manual", provides the RX
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_rc6_types.h | 27 bool manual : 1; member
|
/kernel/linux/linux-5.10/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!
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-dsaf.txt | 31 user manual. 44 depends on the hardware user manual. 46 value depends on the hardware user manual.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
D | mediatek,mtu3.txt | 40 is set as "otg", and meanwhile the property "mediatek,enable-manual-drd" 49 - enable-manual-drd : supports manual dual-role switch via debugfs; usually
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-habanalabs | 101 device only when the power management profile is set to "manual" 133 device only when the power management profile is set to "manual" 157 Description: Power management profile. Values are "auto", "manual". In "auto" 162 processes that are opened on the device's file. In "manual" 206 device only when the power management profile is set to "manual"
|
D | sysfs-bus-i2c-devices-fsa9480 | 19 show or set the state of manual switch
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx27-pinctrl.txt | 35 described in the reference manual. 92 are defined in the i.MX27 reference manual.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | riscv,cpu-intc.txt | 10 The RISC-V supervisor ISA manual specifies three interrupt sources that are 29 RISC-V supervisor ISA manual, with only the following three interrupts being
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
D | Kconfig | 13 called VCU in the reference manual.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/ |
D | index.rst | 9 also be found in the kernel tree itself. This manual is intended to be the
|
/kernel/linux/linux-5.10/Documentation/arm/stm32/ |
D | stm32f429-overview.rst | 21 Datasheet and reference manual are publicly available on ST website (STM32F429_).
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
D | fsl,s32-linflexuart.txt | 6 See chapter 47 ("LINFlexD") in the reference manual[1].
|