| /linux/drivers/s390/char/ |
| H A D | Kconfig | 17 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/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uac2 | 41 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 D | configfs-usb-gadget-uvc | 42 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal 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 66 bTerminalID a non-zero id of this terminal [all …]
|
| H A D | configfs-usb-gadget-uac1 | 33 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/drivers/tty/ |
| H A D | Kconfig | 14 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 …]
|
| /linux/drivers/watchdog/ |
| H A D | pic32-wdt.c | 74 u32 period, ps, terminal; in pic32_wdt_get_timeout_secs() local 88 terminal = BIT(ps); in pic32_wdt_get_timeout_secs() 91 period = terminal / rate; in pic32_wdt_get_timeout_secs() 94 rate, terminal, period); in pic32_wdt_get_timeout_secs()
|
| /linux/drivers/gpu/drm/clients/ |
| H A D | Kconfig | 85 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/samples/vfio-mdev/ |
| H A D | README.rst | 89 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/Documentation/arch/powerpc/ |
| H A D | hvcs.rst | 42 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/sound/soc/sdca/ |
| H A D | sdca_functions.c | 1112 static bool find_sdca_iot_dataport(struct sdca_entity_iot *terminal) in find_sdca_iot_dataport() argument 1114 switch (terminal->type) { in find_sdca_iot_dataport() 1140 struct sdca_entity_iot *terminal = &entity->iot; in find_sdca_entity_iot() local 1150 terminal->type = tmp; in find_sdca_entity_iot() 1151 terminal->is_dataport = find_sdca_iot_dataport(terminal); in find_sdca_entity_iot() 1153 if (!terminal->is_dataport) { in find_sdca_entity_iot() 1154 const char *type_name = sdca_find_terminal_name(terminal->type); in find_sdca_entity_iot() 1167 terminal->reference = tmp; in find_sdca_entity_iot() 1172 terminal->connector = tmp; in find_sdca_entity_iot() 1177 terminal->num_transducer = tmp; in find_sdca_entity_iot() [all …]
|
| /linux/tools/mm/ |
| H A D | slabinfo-gnuplot.sh | 84 set terminal png enhanced size $width,$height large 126 set terminal png enhanced size $width,$height large
|
| /linux/Documentation/admin-guide/ |
| H A D | devices.rst | 164 terminal device is any device that could act as a controlling terminal 168 All terminal devices share a common set of capabilities known as line 169 disciplines; these include the common terminal line discipline as well 172 All terminal devices are named similarly; this section explains the 184 Virtual consoles are full-screen terminal displays on the system video
|
| /linux/Documentation/driver-api/tty/ |
| H A D | moxa-smartio.rst | 59 - msterm A simple terminal program which is useful in testing serial 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/tools/testing/selftests/arm64/fp/ |
| H A D | README | 80 Kvmtool occupies the terminal until you kill it (Ctrl+A x), 82 each instance in separate terminal (use screen or ssh etc.) This
|
| /linux/Documentation/usb/ |
| H A D | gadget-testing.rst | 773 p_it_name playback input terminal name 775 p_ot_name playback output terminal name 777 c_it_name capture input terminal name 779 c_ot_name capture output terminal name 781 c_terminal_type code of the capture terminal type 782 p_terminal_type code of the playback terminal type 973 p_it_name playback input terminal name 975 p_ot_name playback output terminal name 977 c_it_name capture input terminal name 979 c_ot_name capture output terminal name
|
| H A D | gadget_uvc.rst | 221 # Set this XU as the source of the default output terminal. This inserts 224 cat bUnitID > ../../terminal/output/default/baSourceID 295 echo 0x60 > $FUNCTION/control/terminal/camera/default/bmControls
|
| /linux/drivers/dma/ |
| H A D | nbpfaxi.c | 214 unsigned int terminal; member 412 chan->terminal; in nbpf_chan_prepare() 419 chan->terminal = 0; in nbpf_chan_prepare_default() 1068 chan->terminal); in nbpf_alloc_chan_resources() 1119 chan->terminal = dma_spec->args[0]; in nbpf_of_xlate()
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | renesas,nbpfaxi.txt | 17 - #dma-cells: must be 2: the first integer is a terminal number, to which this
|
| /linux/tools/power/cpupower/bindings/python/ |
| H A D | README | 59 You would set the path in the Bash terminal or in the Bash profile:
|
| /linux/arch/um/drivers/ |
| H A D | Kconfig | 68 string "xterm channel default terminal emulator" 72 This option allows changing the default terminal emulator.
|
| /linux/fs/quota/ |
| H A D | Kconfig | 34 hardlimit, etc.) will be printed to the process' controlling terminal.
|
| /linux/drivers/accessibility/speakup/ |
| H A D | Kconfig | 22 that can be used with a plain text terminal. 200 terminal. This is handy if you want to test speakup but
|
| /linux/Documentation/filesystems/ |
| H A D | quota.rst | 26 quota subsystem traditionally printed a message to the controlling terminal of
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-v3s-netcube-kumquat.dts | 73 /* K7805-1000R3 Switching Regulator supplied from main 12/24V terminal block */
|
| /linux/net/ceph/crush/ |
| H A D | mapper.c | 191 static int terminal(int x) in terminal() function 206 while (!terminal(n)) { in bucket_tree_choose()
|