Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:N_HDLC
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
tty.h
26
#define
N_HDLC
13 /* synchronous HDLC */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
tty.h
24
#define
N_HDLC
13 /* synchronous HDLC */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
tty.h
23
#define
N_HDLC
13
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
tty.h
35
#define
N_HDLC
13
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
tty.h
35
#define
N_HDLC
13
macro
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_hdlc.c
15
* This module implements the tty line discipline
N_HDLC
for use with
59
* (using
N_HDLC
) communications, with the latter using the above
832
status = tty_register_ldisc(
N_HDLC
, &n_hdlc_ldisc);
in n_hdlc_init()
834
pr_info("
N_HDLC
line discipline registered with maxframe=%d\n",
in n_hdlc_init()
837
pr_err("
N_HDLC
: error registering line discipline: %d\n",
in n_hdlc_init()
847
int status = tty_unregister_ldisc(
N_HDLC
);
in n_hdlc_exit()
850
pr_err("
N_HDLC
: can't unregister line discipline (err = %d)\n",
in n_hdlc_exit()
853
pr_info("
N_HDLC
: line discipline unregistered\n");
in n_hdlc_exit()
862
MODULE_ALIAS_LDISC(
N_HDLC
);
variable
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_hdlc.c
15
* This module implements the tty line discipline
N_HDLC
for use with
59
* (using
N_HDLC
) communications, with the latter using the above
785
.num =
N_HDLC
,
807
pr_info("
N_HDLC
line discipline registered with maxframe=%d\n",
in n_hdlc_init()
810
pr_err("
N_HDLC
: error registering line discipline: %d\n",
in n_hdlc_init()
828
MODULE_ALIAS_LDISC(
N_HDLC
);
variable
Completed in 4 milliseconds