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_tx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_gsm.c
144
u32
modem_tx
; /* Our outgoing modem lines */
member
457
if (dlci->
modem_tx
& TIOCM_DTR)
in gsm_encode_modem()
459
if (dlci->
modem_tx
& TIOCM_RTS)
in gsm_encode_modem()
461
if (dlci->
modem_tx
& TIOCM_RI)
in gsm_encode_modem()
463
if (dlci->
modem_tx
& TIOCM_CD || dlci->gsm->initiator)
in gsm_encode_modem()
3096
unsigned int
modem_tx
= dlci->
modem_tx
;
in gsm_dtr_rts()
local
3098
modem_tx
|= TIOCM_DTR | TIOCM_RTS;
in gsm_dtr_rts()
3100
modem_tx
&= ~(TIOCM_DTR | TIOCM_RTS);
in gsm_dtr_rts()
3101
if (
modem_tx
!
in gsm_dtr_rts()
3287
unsigned int
modem_tx
= dlci->
modem_tx
;
gsmtty_tiocmset()
local
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_gsm.c
172
u32
modem_tx
; /* Our outgoing modem lines */
member
546
if (dlci->
modem_tx
& TIOCM_DTR)
in gsm_encode_modem()
548
if (dlci->
modem_tx
& TIOCM_RTS)
in gsm_encode_modem()
550
if (dlci->
modem_tx
& TIOCM_RI)
in gsm_encode_modem()
552
if (dlci->
modem_tx
& TIOCM_CD || dlci->gsm->initiator)
in gsm_encode_modem()
555
if (dlci->
modem_tx
& TIOCM_OUT1)
in gsm_encode_modem()
557
if (dlci->
modem_tx
& TIOCM_OUT2)
in gsm_encode_modem()
4178
unsigned int
modem_tx
= dlci->
modem_tx
;
in gsm_dtr_rts()
local
4180
modem_tx
|
in gsm_dtr_rts()
4372
unsigned int
modem_tx
= dlci->
modem_tx
;
gsmtty_tiocmset()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ipa/
H
A
D
ipa_sysfs.c
138
ENDPOINT_ID_ATTR(
modem_tx
, IPA_ENDPOINT_AP_MODEM_TX);
Completed in 10 milliseconds