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_CLOSED
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_gsm.c
106
DLCI_CLOSED
,
enumerator
1557
dlci->state =
DLCI_CLOSED
;
in gsm_dlci_close()
1677
case
DLCI_CLOSED
:
in gsm_dlci_set_opening()
1700
if (dlci->state ==
DLCI_CLOSED
|| dlci->state == DLCI_CLOSING)
in gsm_dlci_begin_close()
1823
dlci->state =
DLCI_CLOSED
;
in gsm_dlci_alloc()
1894
dlci->state =
DLCI_CLOSED
;
in gsm_dlci_release()
1964
if (dlci == NULL || dlci->state ==
DLCI_CLOSED
) {
in gsm_queue()
2233
if (disc && dlci->state !=
DLCI_CLOSED
) {
in gsm_cleanup_mux()
2235
wait_event(gsm->event, dlci->state ==
DLCI_CLOSED
);
in gsm_cleanup_mux()
3197
if (dlci->state ==
DLCI_CLOSED
)
in gsmtty_close()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_gsm.c
131
DLCI_CLOSED
,
enumerator
2134
dlci->state =
DLCI_CLOSED
;
in gsm_dlci_close()
2302
case
DLCI_CLOSED
:
in gsm_dlci_begin_open()
2334
case
DLCI_CLOSED
:
in gsm_dlci_set_opening()
2353
case
DLCI_CLOSED
:
in gsm_dlci_set_wait_config()
2376
if (dlci->state ==
DLCI_CLOSED
|| dlci->state == DLCI_CLOSING)
in gsm_dlci_begin_close()
2585
wait_event_interruptible(gsm->event, dlci->state ==
DLCI_CLOSED
);
in gsm_dlci_config()
2664
dlci->state =
DLCI_CLOSED
;
in gsm_dlci_alloc()
2735
dlci->state =
DLCI_CLOSED
;
in gsm_dlci_release()
2798
if (dlci == NULL || dlci->state ==
DLCI_CLOSED
) {
in gsm_queue()
[all...]
Completed in 15 milliseconds