Home
last modified time | relevance | path

Searched full:terminal (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/linux-6.12.1/drivers/s390/char/
DKconfig17 Include support for fullscreen applications on an IBM 3270 terminal.
21 prompt "Support for console on 3270 terminal"
24 Include support for using an IBM 3270 terminal as a Linux system
29 prompt "Support for 3215 line mode terminal"
36 prompt "Support for console on 3215 line mode terminal"
39 Include support for using an IBM 3215 line-mode terminal as a
47 prompt "Support for SCLP line mode terminal"
54 prompt "Support for console on SCLP line mode terminal"
57 Include support for using an IBM HWC line-mode terminal as the Linux
62 prompt "Support for SCLP VT220-compatible terminal"
[all …]
/linux-6.12.1/drivers/tty/
DKconfig14 bool "Virtual terminal" if EXPERT
18 If you say Y here, you will get support for terminal devices with
21 one physical terminal. This is rather useful, for example one
22 virtual terminal can collect system messages and warnings, another
28 properties (such as colors or beeping) of a virtual terminal. The
35 You need at least one virtual terminal device in order to make use
53 bool "Support for console on virtual terminal" if EXPERT
59 answer Y here, a virtual terminal (the device used to interact with
60 a physical terminal) can be used as system console. This is the most
66 terminal (/dev/tty0) will be used as system console. You can change
[all …]
Dtty_ioctl.c43 * @tty: terminal
58 * @tty: terminal
76 * @tty: terminal
91 * @tty: terminal
114 * @tty: terminal
144 * @tty: terminal
230 * Propagate the hardware specific terminal setting bits from the @old termios
436 * @tty: terminal device
619 * set_sgttyb - set legacy terminal values
621 * @sgttyb: pointer to old style terminal structure
[all …]
Dn_tty.c190 * @tty: terminal
345 * @tty: terminal device
383 * @tty: terminal device
386 * and the terminal is in unicode mode.
396 * @tty: terminal device
476 * @tty: terminal device
505 * @tty: terminal device
676 * @tty: terminal device
902 * @tty: terminal device
939 * @tty: terminal device
[all …]
/linux-6.12.1/include/linux/usb/
Dmidi-v2.h21 /* A.3 MS Class-Specific Group Terminal Block Descriptor Subtypes */
33 /* A.6 Group Terminal Block Types */
38 /* A.7 Group Terminal Default MIDI Protocol */
55 __u8 bNumGrpTrmBlock; /* Number of Group Terminal Blocks: n */
56 __u8 baAssoGrpTrmBlkID[]; /* ID of the Group Terminal Blocks [n] */
71 /* 5.4.1 Class-Specific Group Terminal Block Header Descriptor */
79 /* 5.4.2.1 Group Terminal Block Descriptor */
84 __u8 bGrpTrmBlkID; /* ID of this Group Terminal Block */
85 __u8 bGrpTrmBlkType; /* Group Terminal Block Type */
86 __u8 nGroupTrm; /* The first member Group Terminal in this block */
Daudio-v3.h65 /* includes Clock Source, Unit, Terminal, and Power Domain desc. */
71 /* 4.5.2.1 INPUT TERMINAL DESCRIPTOR */
87 /* 4.5.2.2 OUTPUT TERMINAL DESCRIPTOR */
407 /* A.23.5 TERMINAL CONTROL SELECTORS */
424 /* BADD predefined Unit/Terminal values */
425 #define UAC3_BADD_IT_ID1 1 /* Input Terminal ID1: bTerminalID = 1 */
427 #define UAC3_BADD_OT_ID3 3 /* Output Terminal ID3: bTerminalID = 3 */
428 #define UAC3_BADD_IT_ID4 4 /* Input Terminal ID4: bTerminalID = 4 */
430 #define UAC3_BADD_OT_ID6 6 /* Output Terminal ID6: bTerminalID = 6 */
/linux-6.12.1/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc42 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal
45 Description: Terminal descriptors
47 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output
50 Description: Output terminal descriptors
52 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output/default
55 Description: Default output terminal descriptors
61 bSourceID id of the terminal to which this terminal
63 bAssocTerminal id of the input terminal to which this output
64 terminal is associated
65 wTerminalType terminal type
[all …]
Dconfigfs-usb-gadget-uac241 p_it_name playback input terminal name
43 p_ot_name playback output terminal name
45 c_it_name capture input terminal name
47 c_ot_name capture output terminal name
49 c_terminal_type code of the capture terminal type
50 p_terminal_type code of the playback terminal type
Dconfigfs-usb-gadget-uac133 p_it_name playback input terminal name
35 p_ot_name playback output terminal name
37 c_it_name capture input terminal name
39 c_ot_name capture output terminal name
/linux-6.12.1/include/uapi/linux/usb/
Daudio.h89 /* A.10.1 Terminal Control Selectors */
149 /* Terminals - 2.1 USB Terminal Types */
154 /* Terminal Control Selectors */
161 __le16 wTotalLength; /* includes Unit and Terminal desc. */
180 /* 4.3.2.1 Input Terminal Descriptor */
185 __u8 bTerminalID; /* Constant uniquely terminal ID */
186 __le16 wTerminalType; /* USB Audio Terminal Types */
187 __u8 bAssocTerminal; /* ID of the Output Terminal associated */
196 /* Terminals - 2.2 Input Terminal Types */
209 /* 4.3.2.2 Output Terminal Descriptor */
[all …]
Dvideo.h81 /* A.9.2. Terminal Control Selectors */
88 /* A.9.4. Camera Terminal Control Selectors */
141 /* B.1. USB Terminal Types */
145 /* B.2. Input Terminal Types */
150 /* B.3. Output Terminal Types */
155 /* B.4. External Terminal Types */
252 /* 3.7.2.1. Input Terminal Descriptor */
265 /* 3.7.2.2. Output Terminal Descriptor */
279 /* 3.7.2.3. Camera Terminal Descriptor */
/linux-6.12.1/drivers/watchdog/
Dpic32-wdt.c75 u32 period, ps, terminal; in pic32_wdt_get_timeout_secs() local
87 /* calculate terminal count from postscaler. */ in pic32_wdt_get_timeout_secs()
89 terminal = BIT(ps); in pic32_wdt_get_timeout_secs()
91 /* find time taken (in secs) to reach terminal count */ in pic32_wdt_get_timeout_secs()
92 period = terminal / rate; in pic32_wdt_get_timeout_secs()
94 "wdt: clk_rate %lu (postscale) / terminal %d, timeout %dsec\n", in pic32_wdt_get_timeout_secs()
95 rate, terminal, period); in pic32_wdt_get_timeout_secs()
/linux-6.12.1/drivers/tty/hvc/
Dhvc_iucv.c5 * This HVC device driver provides terminal access using
38 #define MSG_TYPE_TERMENV 0x02 /* Terminal environment variable */
39 #define MSG_TYPE_TERMIOS 0x04 /* Terminal IO struct update */
40 #define MSG_TYPE_WINSIZE 0x08 /* Terminal window size update */
41 #define MSG_TYPE_DATA 0x10 /* Terminal data */
97 /* Kernel module parameter: use one terminal device as default */
126 * @num: The HVC virtual terminal number (vtermno)
129 * to the HVC virtual terminal number specified as parameter @num.
201 * @buf: HVC buffer for writing received terminal data.
212 * The function returns the number of bytes written to the terminal, zero if
[all …]
/linux-6.12.1/include/uapi/linux/
Drxrpc.h43 * - terminal messages mean that a user call ID tag can be recycled
48 RXRPC_ABORT = 2, /* sr: abort request / notification [terminal] */
49 RXRPC_ACK = 3, /* -r: [Service] RPC op final ACK received [terminal] */
50 RXRPC_NET_ERROR = 5, /* -r: network error received [terminal] */
51 RXRPC_BUSY = 6, /* -r: server busy received [terminal] */
52 RXRPC_LOCAL_ERROR = 7, /* -r: local error generated [terminal] */
/linux-6.12.1/Documentation/arch/powerpc/
Dhvcs.rst42 firmware interfaces to virtual terminal devices.
218 Applications (e.g. "minicom" and "screen") that act as terminal emulators
219 or perform terminal type control sequence conversion on the data being
221 I/O. These programs often emulate antiquated terminal types (vt100 and
223 terminal types but they either do not convert, or do not _adequately_
224 convert, outbound data into the terminal type of the terminal which invoked
231 require inbound data to take the form of a particular terminal type, nor do
232 they cook outbound data to a particular terminal type.
236 env variable is set to the exact terminal type of the terminal emulator
442 for most terminal emulators to provide adequate character conversion from
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_model.h51 { .val = NULL } /* terminal node */
69 { .val = NULL } /* terminal node */
75 { .val = NULL } /* terminal node */
96 { .jump = NULL } /* terminal node */
/linux-6.12.1/Documentation/usb/
Dgadget_uvc.rst221 # Set this XU as the source of the default output terminal. This inserts
224 cat bUnitID > ../../terminal/output/default/baSourceID
278 Configuring Supported Controls for Camera Terminal and Processing Unit
281 The Camera Terminal and Processing Units in the UVC chain also have bmControls
284 the UVC specification; you should consult the "Camera Terminal Descriptor" and
293 # Set the Camera Terminal's bmControls, flagging Focus Absolute and
295 echo 0x60 > $FUNCTION/control/terminal/camera/default/bmControls
298 for the Camera Terminal and the Brightness control for the Processing Unit will
302 Note that the size of the bmControls field for a Camera Terminal or Processing
/linux-6.12.1/arch/um/drivers/
Dxterm.c74 "xterm=<terminal emulator>,<title switch>,<exec switch>\n"
75 " Specifies an alternate terminal emulator to use for the debugger,\n"
77 " The values are the terminal emulator binary, the switch it uses to set\n"
84 " Values for gnome-terminal are 'xterm=gnome-terminal,-t,-x'.\n\n"
/linux-6.12.1/Documentation/admin-guide/
Ddevices.rst158 Terminal devices
161 Terminal, or TTY devices are a special class of character devices. A
162 terminal device is any device that could act as a controlling terminal
166 All terminal devices share a common set of capabilities known as line
167 disciplines; these include the common terminal line discipline as well
170 All terminal devices are named similarly; this section explains the
182 Virtual consoles are full-screen terminal displays on the system video
/linux-6.12.1/sound/soc/codecs/
Dtlv320aic31xx.c489 SOC_DAPM_ENUM("MIC1LP P-Terminal", mic1lp_p_enum);
492 SOC_DAPM_ENUM("MIC1RP P-Terminal", mic1rp_p_enum);
495 SOC_DAPM_ENUM("MIC1LM P-Terminal", mic1lm_p_enum);
498 SOC_DAPM_ENUM("MIC1LM M-Terminal", mic1lm_m_enum);
601 SND_SOC_DAPM_MUX("MIC1LP P-Terminal", SND_SOC_NOPM, 0, 0,
603 SND_SOC_DAPM_MUX("MIC1RP P-Terminal", SND_SOC_NOPM, 0, 0,
605 SND_SOC_DAPM_MUX("MIC1LM P-Terminal", SND_SOC_NOPM, 0, 0,
613 SND_SOC_DAPM_MUX("MIC1LM M-Terminal", SND_SOC_NOPM, 0, 0,
695 {"MIC1LP P-Terminal", "FFR 10 Ohm", "MIC1LP"},
696 {"MIC1LP P-Terminal", "FFR 20 Ohm", "MIC1LP"},
[all …]
/linux-6.12.1/drivers/comedi/drivers/
Dni_tio.h149 * If the terminal for the destination is not already configured as an output,
153 * -EINVAL if terminal is not configured for output.
176 * Return: 0 if successful; -EINVAL if terminal is unknown.
/linux-6.12.1/samples/vfio-mdev/
DREADME.rst89 6. Using minicom or any terminal emulation program, open port /dev/ttyS1 or
92 7. Type data on the minicom terminal or send data to the terminal emulation
/linux-6.12.1/Documentation/driver-api/tty/
Dmoxa-smartio.rst59 - msterm A simple terminal program which is useful in testing serial
151 msterm - Terminal Emulation
157 port or used as a terminal for login purpose. Note that this is only a
158 dumb terminal emulation without handling full screen operation.
/linux-6.12.1/drivers/net/hamradio/
DKconfig8 and a Terminal Node Controller (a small embedded system commonly
25 PC and your TNC (the Terminal Node Controller acts as a kind of
156 port and includes some of the functions of a Terminal Node
/linux-6.12.1/tools/tracing/rtla/sample/
Dtimerlat_load.py10 # Before running it, you need to dispatch timerlat with -U option in a terminal.
11 # Then # run this script pinned to a CPU on another terminal. For example:

12345678910>>...13