/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-coresight-devices-cti | 1 What: /sys/bus/coresight/devices/<cti-name>/enable 7 What: /sys/bus/coresight/devices/<cti-name>/powered 13 What: /sys/bus/coresight/devices/<cti-name>/ctmid 19 What: /sys/bus/coresight/devices/<cti-name>/nr_trigger_cons 25 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/name 31 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/in_signals 37 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/in_types 44 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/out_signals 48 Description: (Read) Output trigger signals to connected device <N> 50 What: /sys/bus/coresight/devices/<cti-nam [all...] |
H A D | configfs-most | 9 # mount -t configfs none /sys/kernel/config/ 22 configure the sub-buffer size for this channel 36 or output 58 write '1' to this attribute to trigger the 60 configuration, the creation is post-poned until 64 write '1' to this attribute to destroy an 77 configure the sub-buffer size for this channel 91 or output 113 write '1' to this attribute to trigger the 115 configuration, the creation is post-pone [all...] |
H A D | debugfs-amd-iommu | 5 This file provides read/write access for user input. Users specify the 14 Output:: 22 This file provides read/write access for user input. Users specify the 31 Output:: 39 This file is a read-only output file containing iommu<x> command 46 Output:: 67 This file provides read/write access for user input. Users specify the 79 Output:: 89 Output [all...] |
H A D | sysfs-bus-iio-dac | 3 Contact: linux-iio@vger.kernel.org 5 Toggle enable. Write 1 to enable toggle or 0 to disable it. This 6 is useful when one wants to change the DAC output codes. For 9 - disable toggle operation; 10 - change out_currentY_rawN, where N is the integer value of the symbol; 11 - enable toggle operation. 15 Contact: linux-iio@vger.kernel.org 18 specific to toggle enabled channels and refers to the DAC output 24 Contact: linux-iio@vger.kernel.org 26 Performs a SW switch to a predefined output symbo [all...] |
H A D | sysfs-driver-st | 6 This file allows you to turn debug output from the st driver 7 off if you write a '0' to the file or on if you write a '1'. 8 Note that debug output requires that the module be compiled 9 with the #define DEBUG set to a non-zero value (this is the 12 output support being compiled into the module.
|
/linux/lib/zlib_inflate/ |
H A D | inffast.c | 1 /* inffast.c -- fast decoding 2 * Copyright (C) 1995-2004 Mark Adler 31 Decode literal, length, and distance codes and write out the resulting 32 literal and match bytes until either not enough input or output is 33 available, an end-of-block is encountered, or a data error is encountered. 34 When large enough input and output buffers are supplied to inflate(), for 35 example, a 16K input buffer and a 64K output buffer, more than 95% of the 40 state->mod 80 unsigned write; /* window write index */ inflate_fast() local [all...] |
/linux/fs/nls/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 23 default "iso8859-1" 31 cp949, cp950, cp1251, cp1255, euc-jp, euc-kr, gb2312, iso8859-1, 32 iso8859-2, iso8859- [all...] |
/linux/Documentation/wmi/devices/ |
H A D | msi-wmi-platform.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 4 MSI WMI Platform Features driver (msi-wmi-platform) 24 guid("{ABBC0F60-8EA1-11d1-0 [all...] |
/linux/drivers/net/usb/ |
H A D | sr9800.h | 1 /* CoreChip-sz SR9800 one chip USB 2.0 Ethernet Devices 19 /* command : PHY Write Reg */ 25 /* command : SROM Write Reg */ 27 /* command : SROM Write Enable Reg */ 29 /* command : SROM Write Disable Reg */ 44 /* command : RX Control Write Reg */ 48 /* command : IPG0/IPG1/IPG2 Control Write Reg */ 52 /* command : Node ID Write Reg */ 56 /* command : Multicast Filter Array Write Reg */ 65 /* command : Medium Status Write Re [all...] |
/linux/Documentation/hwmon/ |
H A D | max20730.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 12 Addresses scanned: - 20 Addresses scanned: - 28 Addresses scanned: - 36 Addresses scanned: - 40 Author: Guenter Roeck <linux@roeck-u [all...] |
/linux/drivers/tty/serial/ |
H A D | zs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 29 int tx_stopped; /* Output is suspended. */ 34 u8 regs[ZS_NUM_REGS]; /* Channel write registers. */ 38 * Per-SCC state for locking and the interrupt handler. 53 #define ZS_BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) 59 /* Write Register 0 (Command) */ 90 /* Write Register 1 (Tx/Rx/Ext Int Enable and WAIT/DMA Commands) */ 105 /* Write Registe [all...] |
H A D | ip22zilog.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 32 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) 38 /* Write Register 0 */ 69 /* Write Register 1 */ 85 /* Write Register #2 (Interrupt Vector) */ 87 /* Write Register 3 */ 101 /* Write Register 4 */ 122 /* Write Registe [all...] |
H A D | sunzilog.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 24 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) 30 /* Write Register 0 */ 61 /* Write Register 1 */ 77 /* Write Register #2 (Interrupt Vector) */ 79 /* Write Register 3 */ 93 /* Write Register 4 */ 114 /* Write Registe [all...] |
H A D | pmac_zilog.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 25 * of "escc" node (ie. ch-a or ch-b) 64 if (uap->flags & PMACZILOG_FLAG_IS_CHANNEL_A) in pmz_get_port_A() 66 return uap->mate; in pmz_get_port_A() 78 writeb(reg, port->control_reg); in read_zsreg() 79 return readb(port->control_reg); in read_zsreg() 85 writeb(reg, port->control_re in write_zsreg() [all...] |
/linux/drivers/net/hamradio/ |
H A D | z8530.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 /* Write Register 0 */ 37 /* Write Register 1 */ 52 /* Write Register #2 (Interrupt Vector) */ 54 /* Write Register 3 */ 67 /* Write Register 4 */ 87 /* Write Register 5 */ 91 #define SDLC_CRC 0x4 /* SDLC/CRC-1 [all...] |
/linux/drivers/parisc/ |
H A D | pdc_stable.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2005-2006 Thibaut VARENE <varenet@parisc-linux.org> 14 * all) PA-RISC machines should have them. Anyway, for safety reasons, the 19 * Anything above 224 bytes is used for 'osdep2' OS-dependent storage area. 21 * The first OS-dependent area should always be available. Obviously, this is 24 * NOTE: We do not handle the 2 bytes OS-de [all...] |
/linux/Documentation/w1/slaves/ |
H A D | w1_ds2413.rst | 7 * Maxim DS2413 1-Wire Dual Channel Addressable Switch 18 --------- [all...] |
/linux/Documentation/hid/ |
H A D | hidraw.rst | 2 HIDRAW - Raw Access to USB and Bluetooth Human Interface Devices 15 Hidraw is also useful for communicating with non-conformant HID devices 19 communication with these non-conformant devices is impossible using hiddev. 21 these non-conformant devices. 31 directly under /dev (eg: /dev/hidraw0). As this location is distribution- 32 and udev rule-dependent, applications should use libudev to locate hidraw 40 ---- [all...] |
/linux/drivers/pinctrl/ |
H A D | pinctrl-at91.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 * Parallel I/O Controller (PIO) - System peripherals registers. 15 #define PIO_OER 0x10 /* Output Enable Register */ 16 #define PIO_ODR 0x14 /* Output Disable Register */ 17 #define PIO_OSR 0x18 /* Output Status Register */ 21 #define PIO_SODR 0x30 /* Set Output Dat [all...] |
/linux/drivers/s390/char/ |
H A D | sclp_tty.c | 1 // SPDX-License-Identifier: GPL-2.0 39 /* List of free pages that can be used for console output buffering. */ 41 /* List of full struct sclp_buffer structures ready for output. */ 47 /* Timer for delayed output of console messages. */ 67 tty->driver_data = NULL; in sclp_tty_open() 75 if (tty->count > 1) in sclp_tty_close() 83 * to change as output buffers get emptied, or if the output flo [all...] |
H A D | sclp_con.c | 1 // SPDX-License-Identifier: GPL-2.0 31 /* List of free pages that can be used for console output buffering */ 33 /* List of full struct sclp_buffer structures ready for output */ 37 /* Timer for delayed output of console messages */ 39 /* Flag that output queue is currently running */ 42 /* Output format for console messages */ 57 list_del(&buffer->list); in sclp_conbuf_callback() 85 list_add_tail(&sclp_conbuf->lis in sclp_conbuf_emit() [all...] |
/linux/drivers/misc/amd-sbi/ |
H A D | rmi-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * sbrmi-core.c - file defining SB-RMI protocols compliant 16 #include "rmi-core.h" 49 /* input for bulk write t 113 struct cpu_msr_outdata output = {0}; rmi_cpuid_read() local 193 struct cpu_msr_outdata output = {0}; rmi_mca_msr_read() local [all...] |
/linux/tools/perf/tests/shell/ |
H A D | trace_btf_general.sh | 3 # SPDX-License-Identifier: GPL-2.0 20 if [ ! -f /sys/kernel/btf/vmlinux ] 30 output="$(perf trace --sort-events -e renameat* - [all...] |
/linux/arch/arm/mach-sa1100/include/mach/ |
H A D | SA-1100.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * FILE SA-1100.h 9 * System StrongARM SA-1100 12 * SA-1100 microprocessor (Advanced RISC Machine (ARM) 14 * StrongARM SA-1100 data sheet version 2.2. 21 #error You must include hardware.h not SA-1100.h 81 * Controller (UDC) Control Register (read/write). 83 * Controller (UDC) Address Register (read/write) [all...] |
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gsc_submit.c | 1 // SPDX-License-Identifier: MIT 45 * xe_gsc_create_host_session_id - Creates a random 64 bit host_session id with 46 * bits 56-63 masked. 60 * xe_gsc_emit_header - write the MTL GSC header in memory 62 * @map: the iosys map to write to 63 * @offset: offset from the start of the map at which to write the header 90 * xe_gsc_poison_header - poison the MTL GSC header in memory 92 * @map: the iosys map to write t [all...] |