Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/s390/char/
H A 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/include/linux/usb/
H A 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 */
H A 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/Documentation/ABI/testing/
H A 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
H A 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/include/uapi/linux/usb/
H A 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 …]
/linux/drivers/watchdog/
H A 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/include/uapi/linux/
H A Drxrpc.h44 * - terminal messages mean that a user call ID tag can be recycled
50 RXRPC_ABORT = 2, /* -sr: Abort request / notification [terminal] */
51 RXRPC_ACK = 3, /* S-r: RPC op final ACK received [terminal] */
52 RXRPC_NET_ERROR = 5, /* --r: Network error received [terminal] */
53 RXRPC_BUSY = 6, /* C-r: Server busy received [terminal] */
54 RXRPC_LOCAL_ERROR = 7, /* --r: Local error generated [terminal] */
/linux/Documentation/arch/powerpc/
H A 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/drivers/gpu/drm/clients/
H A DKconfig85 If you only need logs, but no terminal, or if you prefer userspace
86 terminal, say "Y".
111 screen, but doesn't implement a full terminal. For that you will need
112 a userspace terminal using drm/kms.
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h51 { .val = NULL } /* terminal node */
69 { .val = NULL } /* terminal node */
75 { .val = NULL } /* terminal node */
96 { .jump = NULL } /* terminal node */
/linux/Documentation/usb/
H A 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/arch/um/drivers/
H A 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,--'.\n\n"
/linux/include/sound/
H A Dsdca_function.h167 * enum sdca_it_controls - SDCA Controls for Input Terminal
169 * Control Selectors for Input Terminal from SDCA specification v1.0
187 * enum sdca_ot_controls - SDCA Controls for Output Terminal
189 * Control Selectors for Output Terminal from SDCA specification v1.0
834 * enum sdca_terminal_type - SDCA Terminal Types
836 * Indicate what a Terminal Entity is used for, see in section 6.2.3
923 * Indicate the type of Connector that a Terminal Entity represents,
946 * @clock: Pointer to the Entity providing this Terminal's clock.
947 * @type: Usage of the Terminal Entity.
948 * @connector: Physical Connector of the Terminal Entit
[all...]
/linux/Documentation/admin-guide/
H A 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/sound/soc/sdca/
H A Dsdca_functions.c1083 static bool find_sdca_iot_dataport(struct sdca_entity_iot *terminal) in find_sdca_iot_dataport() argument
1085 switch (terminal->type) { in find_sdca_iot_dataport()
1111 struct sdca_entity_iot *terminal = &entity->iot; in find_sdca_entity_iot() local
1115 ret = fwnode_property_read_u32(entity_node, "mipi-sdca-terminal-type", &tmp); in find_sdca_entity_iot()
1117 dev_err(dev, "%s: terminal type missing: %d\n", entity->label, ret); in find_sdca_entity_iot()
1121 terminal->type = tmp; in find_sdca_entity_iot()
1122 terminal->is_dataport = find_sdca_iot_dataport(terminal); in find_sdca_entity_iot()
1124 if (!terminal->is_dataport) { in find_sdca_entity_iot()
1125 const char *type_name = sdca_find_terminal_name(terminal->type); in find_sdca_entity_iot()
1133 "mipi-sdca-terminal-reference-number", &tmp); in find_sdca_entity_iot()
[all …]
/linux/drivers/tty/
H A Dtty_ioctl.c43 * @tty: terminal
58 * @tty: terminal
76 * @tty: terminal
91 * @tty: terminal
114 * @tty: terminal
142 * @tty: terminal
226 * Propagate the hardware specific terminal setting bits from the @old termios
432 * @tty: terminal device
615 * set_sgttyb - set legacy terminal values
617 * @sgttyb: pointer to old style terminal structure
[all …]
H A Dn_tty.c184 * @tty: terminal
336 * @tty: terminal device
373 * @tty: terminal device
376 * and the terminal is in unicode mode.
386 * @tty: terminal device
466 * @tty: terminal device
490 * @tty: terminal device
656 * @tty: terminal device
879 * @tty: terminal device
916 * @tty: terminal device
[all …]
H A Dtty_jobctrl.c23 * __tty_check_change - check for POSIX terminal changes
27 * If we try to write to, or set the state of, a terminal and we're
88 * __proc_set_tty - set the controlling terminal
92 * a controlling terminal.
142 * controlling terminal (being able to reopen it with full in tty_open_proc_set_tty()
193 * as their controlling terminal. This value is used to drop
/linux/samples/vfio-mdev/
H A 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/drivers/comedi/drivers/
H A 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/Documentation/driver-api/tty/
H A 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/drivers/net/hamradio/
H A 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/tools/tracing/rtla/sample/
H A 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:
/linux/tools/testing/selftests/tty/
H A Dtty_tiocsti_test.c36 * - Basic tests: Use PTY with/without TIOCSCTTY (controlling terminal for
85 * Tests Controlling Terminal Variants (current->signal->tty == tty)
171 * Non-Controlling Terminal Variants (current->signal->tty != tty)
410 * terminal setup
423 * controlling terminal in run_basic_tiocsti_test()
513 SKIP(return, "PTY not available for controlling terminal test"); in FIXTURE_SETUP()

1234567891011