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:DLCI_OPEN
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_gsm.c
135
DLCI_OPEN
, /* SABM/UA complete */
enumerator
1053
if (dlci->state !=
DLCI_OPEN
) {
in gsm_data_kick()
1380
if (dlci->state !=
DLCI_OPEN
)
in gsm_dlci_data_sweep()
1752
if ((!cr && dlci->state == DLCI_OPENING) || dlci->state ==
DLCI_OPEN
) {
in gsm_control_negotiation()
2168
dlci->state =
DLCI_OPEN
;
in gsm_dlci_open()
2834
if (dlci == NULL || dlci->state !=
DLCI_OPEN
) {
in gsm_queue()
4066
if (dlci->state !=
DLCI_OPEN
|| dlci->adaption != 2)
in gsm_modem_upd_via_data()
4144
dlci->state !=
DLCI_OPEN
||
in gsm_wait_modem_change()
4148
if (dlci->state !=
DLCI_OPEN
)
in gsm_wait_modem_change()
4159
if (dlci->state !=
DLCI_OPEN
)
in gsm_carrier_raised()
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_gsm.c
108
DLCI_OPEN
, /* SABM/UA complete */
enumerator
1588
dlci->state =
DLCI_OPEN
;
in gsm_dlci_open()
1659
if (dlci->state ==
DLCI_OPEN
|| dlci->state == DLCI_OPENING)
in gsm_dlci_begin_open()
2004
if (dlci == NULL || dlci->state !=
DLCI_OPEN
) {
in gsm_queue()
3077
if (dlci->state !=
DLCI_OPEN
)
in gsm_carrier_raised()
3139
if (gsm->dlci[0] && gsm->dlci[0]->state !=
DLCI_OPEN
) {
in gsmtty_install()
Completed in 9 milliseconds