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:modem_rx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ipa/
H
A
D
ipa_sysfs.c
137
ENDPOINT_ID_ATTR(
modem_rx
, IPA_ENDPOINT_AP_MODEM_RX);
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_gsm.c
143
u32
modem_rx
; /* Our incoming virtual modem lines */
member
1185
if ((mlines & TIOCM_CD) == 0 && (dlci->
modem_rx
& TIOCM_CD))
in gsm_process_modem()
1191
dlci->
modem_rx
= mlines;
in gsm_process_modem()
3084
* to CMD_MSC at all and
modem_rx
is empty.
in gsm_carrier_raised()
3087
!dlci->
modem_rx
)
in gsm_carrier_raised()
3090
return dlci->
modem_rx
& TIOCM_CD;
in gsm_carrier_raised()
3178
dlci->
modem_rx
= 0;
in gsmtty_open()
3280
return dlci->
modem_rx
;
in gsmtty_tiocmget()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_gsm.c
171
u32
modem_rx
; /* Our incoming virtual modem lines */
member
1545
if ((mlines & TIOCM_CD) == 0 && (dlci->
modem_rx
& TIOCM_CD))
in gsm_process_modem()
1551
dlci->
modem_rx
= mlines;
in gsm_process_modem()
4140
u32 old = dlci->
modem_rx
;
in gsm_wait_modem_change()
4145
(old ^ dlci->
modem_rx
) & mask);
in gsm_wait_modem_change()
4166
* to CMD_MSC at all and
modem_rx
is empty.
in gsm_carrier_raised()
4169
gsm->dlci[0]->mode == DLCI_MODE_ADM && !dlci->
modem_rx
)
in gsm_carrier_raised()
4172
return dlci->
modem_rx
& TIOCM_CD;
in gsm_carrier_raised()
4259
dlci->
modem_rx
= 0;
in gsmtty_open()
4365
return dlci->
modem_rx
;
in gsmtty_tiocmget()
[all...]
Completed in 14 milliseconds